ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
GUID | guidId |
LPWSTR | pszwName |
LPWSTR | pszwDeviceName |
NETCON_STATUS | Status |
NETCON_MEDIATYPE | MediaType |
DWORD | dwCharacter |
CLSID | clsidThisObject |
CLSID | clsidUiObject |
Definition at line 99 of file netcon.idl.
CLSID INetConnection::tagNETCON_PROPERTIES::clsidThisObject |
Definition at line 107 of file netcon.idl.
CLSID INetConnection::tagNETCON_PROPERTIES::clsidUiObject |
Definition at line 108 of file netcon.idl.
DWORD INetConnection::tagNETCON_PROPERTIES::dwCharacter |
Definition at line 106 of file netcon.idl.
Referenced by CNetConnection::GetProperties().
GUID INetConnection::tagNETCON_PROPERTIES::guidId |
Definition at line 101 of file netcon.idl.
Referenced by CNetConnection::Disconnect(), CNetConnection::GetProperties(), and CNetConnection::Rename().
NETCON_MEDIATYPE INetConnection::tagNETCON_PROPERTIES::MediaType |
Definition at line 105 of file netcon.idl.
Referenced by CNetConnection::GetUiObjectClassId().
LPWSTR INetConnection::tagNETCON_PROPERTIES::pszwDeviceName |
Definition at line 103 of file netcon.idl.
Referenced by CNetConnection::GetProperties(), CNetConnection::Initialize(), and CNetConnection::~CNetConnection().
LPWSTR INetConnection::tagNETCON_PROPERTIES::pszwName |
Definition at line 102 of file netcon.idl.
Referenced by CNetConnection::GetProperties(), CNetConnection::Initialize(), CNetConnection::Rename(), and CNetConnection::~CNetConnection().
NETCON_STATUS INetConnection::tagNETCON_PROPERTIES::Status |
Definition at line 104 of file netcon.idl.