Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
15.017 Beiträge
 
#1

Life before Interfaces

  Alt 25. Jun 2010, 16:10
Way way back this is how IUnknown was defined before Delphi added the interface language feature: IUnknown = class public { IUnknown } function QueryInterface(const IID: TGUID; out Obj): HResult; virtual; stdcall; abstract; function _AddRef: Integer; virtual; stdcall; abstract; function ...

More...
  Mit Zitat antworten Zitat