|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | INTERFACE INetCfgComponentPrivate |
| #define | INetCfgComponentPrivate_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p,a,b) |
| #define | INetCfgComponentPrivate_AddRef(p) (p)->lpVtbl->AddRef(p) |
| #define | INetCfgComponentPrivate_Release(p) (p)->lpVtbl->Release(p) |
| #define | INetCfgComponentPrivate_Unknown1(p, a, b) (p)->lpVtbl->Unknown1(p,a,b) |
Functions | |
| DECLARE_INTERFACE_ (INetCfgComponentPrivate, IUnknown) | |
Variables | |
| EXTERN_C const IID | IID_INetCfgComponentPrivate |
Definition at line 21 of file netcfgx_undoc.h.
Definition at line 20 of file netcfgx_undoc.h.
Definition at line 22 of file netcfgx_undoc.h.
Definition at line 23 of file netcfgx_undoc.h.
Definition at line 5 of file netcfgx_undoc.h.
| DECLARE_INTERFACE_ | ( | INetCfgComponentPrivate | , |
| IUnknown | |||
| ) |
Definition at line 6 of file netcfgx_undoc.h.
Definition at line 16 of file netcfgx_undoc.h.
Referenced by INetCfgComponent_fnQueryInterface().