|
ReactOS 0.4.17-dev-357-ga8f14ff
|

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) |
| #define | ITcpipProperties_Unknown2(p, a, b) (p)->lpVtbl->Unknown2(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 30 of file netcfgn_undoc.h.
Definition at line 29 of file netcfgn_undoc.h.
Definition at line 31 of file netcfgn_undoc.h.
Definition at line 32 of file netcfgn_undoc.h.
Definition at line 33 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 25 of file netcfgn_undoc.h.
Referenced by GetInterfaceProperties(), INetCfgComponentControl_fnQueryInterface(), and SetInterfaceProperties().