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; |