|
ReactOS 0.4.17-dev-116-ga4b6fe9
|

Go to the source code of this file.
Classes | |
| struct | _TCPIP_PROPERTIES |
Macros | |
| #define | INTERFACE ITcpipProperties |
| #define | ITcpipProperties_QueryInterface(p, a, b) (p)->lpVtbl->QueryInterface(p,a,b) |
| #define | ITcpipProperties_AddRef(p) (p)->lpVtbl->AddRef(p) |
| #define | ITcpipProperties_Release(p) (p)->lpVtbl->Release(p) |
| #define | ITcpipProperties_Unknown1(p, a, b) (p)->lpVtbl->Unknown1(p,a,b) |
Typedefs | |
| typedef struct _TCPIP_PROPERTIES | TCPIP_PROPERTIES |
| typedef struct _TCPIP_PROPERTIES * | PTCPIP_PROPERTIES |
Functions | |
| DECLARE_INTERFACE_ (ITcpipProperties, IUnknown) | |
Variables | |
| EXTERN_C const IID | IID_ITcpipProperties |
Definition at line 13 of file netcfgn_undoc.h.
Definition at line 29 of file netcfgn_undoc.h.
Definition at line 28 of file netcfgn_undoc.h.
Definition at line 30 of file netcfgn_undoc.h.
Definition at line 31 of file netcfgn_undoc.h.
| typedef struct _TCPIP_PROPERTIES * PTCPIP_PROPERTIES |
| typedef struct _TCPIP_PROPERTIES TCPIP_PROPERTIES |
| DECLARE_INTERFACE_ | ( | ITcpipProperties | , |
| IUnknown | |||
| ) |
Definition at line 14 of file netcfgn_undoc.h.
Definition at line 24 of file netcfgn_undoc.h.
Referenced by GetInterfaceProperties(), and INetCfgComponentControl_fnQueryInterface().