Ver Fonte

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

(cherry picked from commit b1ddc57f5d4aec68ba57a037b300579e1fb8bc51)
marcoonthegit há 2 meses atrás
pai
commit
0863858c2f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      packages/winunits-base/src/activex.pp

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

@@ -3844,6 +3844,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}