ReactOS 0.4.16-dev-1098-g0ca6002
|
Public Attributes | |
WCHAR | szMachineName [SP_MAX_MACHINENAME_LENGTH] |
RPC_BINDING_HANDLE | BindingHandle |
HSTRING_TABLE | StringTable |
BOOL | bLocal |
RPC_BINDING_HANDLE _MACHINE_INFO::BindingHandle |
Definition at line 51 of file cfgmgr.c.
Referenced by CM_Connect_MachineW(), and CM_Disconnect_Machine().
BOOL _MACHINE_INFO::bLocal |
Definition at line 53 of file cfgmgr.c.
Referenced by CM_Connect_MachineW(), and CM_Disconnect_Machine().
HSTRING_TABLE _MACHINE_INFO::StringTable |
Definition at line 52 of file cfgmgr.c.
Referenced by CM_Connect_MachineW(), and CM_Disconnect_Machine().
WCHAR _MACHINE_INFO::szMachineName[SP_MAX_MACHINENAME_LENGTH] |
Definition at line 50 of file cfgmgr.c.
Referenced by CM_Connect_MachineW().