Recent

Author Topic: CoGetCancelObject definition missing  (Read 631 times)

440bx

  • Hero Member
  • *****
  • Posts: 6369
CoGetCancelObject definition missing
« on: June 27, 2025, 09:51:34 am »
Hello,

The documented ole32.dll CoGetCancelObject function definition is missing.

The MSDN link is:
https://learn.microsoft.com/en-us/windows/win32/api/combaseapi/nf-combaseapi-cogetcancelobject

a possible Pascal definition is:
Code: Pascal  [Select][+][-]
  1.  
  2. function CoGetCancelObject
  3.            (
  4.             { _in_  }          InThreadId   : DWORD;
  5.             { _in_  } constref InIid        : TIID;
  6.             { _out_ }      out OutInterface : pointer
  7.            )
  8.          : HRESULT; stdcall; external ole32; overload;
  9.  

HTH.
FPC v3.2.2 and Lazarus v4.0rc3 on Windows 7 SP1 64bit.

 

TinyPortal © 2005-2018