Explorar el Código

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

marcoonthegit hace 2 meses
padre
commit
b1ddc57f5d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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}