Unit 'CFPlugInCOM' Package
[Overview][Constants][Types][Procedures and functions][Index] [#univint]

IUnknownVTbl

Declaration

Source position: CFPlugInCOM.pas line 267

type IUnknownVTbl = record

  _reserved: UnivPtr;

  QueryInterface: function(

  thisPointer: UnivPtr;

  iid: REFIID;

  var ppv: LPVOID

):HRESULT;

  AddRef: function(

  thisPointer: UnivPtr

):ULONG;

  Release: function(

  thisPointer: UnivPtr

):ULONG;

end;


Documentation generated on: 2023-03-18