Browse Source

* Add CoGetCancelObject, a w2000+ function reported on the forum.

marcoonthegit 1 month ago
parent
commit
b1ddc57f5d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/winunits-base/src/activex.pp

+ 1 - 0
packages/winunits-base/src/activex.pp

@@ -3850,6 +3850,7 @@ type
 
 { redefinitions }
   function CoCreateGuid(out _para1:TGUID):HRESULT;stdcall;external 'ole32.dll' name 'CoCreateGuid';
+  function CoGetCancelObject (InThreadId : DWORD; constref InIid : TIID; out ppunk : IUnknown):HRESULT;stdcall;external 'ole32.dll' name 'CoGetCancelObject';
 
 { additional definitions }
 {$ifndef wince}