Information AboutIunknown |
| CATEGORIES ABOUT IUNKNOWN | |
| object-oriented programming | |
| microsoft apis | |
|
IUnknown comprises three functions – ''QueryInterface'', ''AddRef'', and ''Release''.
interface IUnknown {
virtual ULONG AddRef(void) = 0; virtual ULONG Release(void) = 0; }; The IUnknown interface ID is defined as a GUID with the value of {00000000-0000-0000-C000-000000000046}. MISCELLANEOUS
EXTERNAL LINKS SEE ALSO |
|
|