ReactOS 0.4.16-dev-125-g798ea90
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | tagENUMLIST |
class | CEnumIDList |
Typedefs | |
typedef struct tagENUMLIST | ENUMLIST |
typedef struct tagENUMLIST * | LPENUMLIST |
Functions | |
PNETCONIDSTRUCT | ILGetConnData (PCITEMID_CHILD pidl) |
PWCHAR | ILGetConnName (PCITEMID_CHILD pidl) |
PWCHAR | ILGetDeviceName (PCITEMID_CHILD pidl) |
PITEMID_CHILD | ILCreateNetConnectItem (INetConnection *pItem) |
HRESULT | ILGetConnection (PCITEMID_CHILD pidl, INetConnection **pItem) |
HRESULT | CEnumIDList_CreateInstance (HWND hwndOwner, DWORD dwFlags, REFIID riid, LPVOID *ppv) |
typedef struct tagENUMLIST ENUMLIST |
typedef struct tagENUMLIST * LPENUMLIST |
Definition at line 345 of file enumlist.cpp.
Referenced by CNetworkConnections::EnumObjects().
PITEMID_CHILD ILCreateNetConnectItem | ( | INetConnection * | pItem | ) |
Definition at line 37 of file enumlist.cpp.
Referenced by CEnumIDList::Initialize(), and CNetworkConnections::SetNameOf().
PNETCONIDSTRUCT ILGetConnData | ( | PCITEMID_CHILD | pidl | ) |
Definition at line 10 of file enumlist.cpp.
Referenced by CNetworkConnections::CompareIDs(), CNetworkConnections::Execute(), CNetworkConnections::GetAttributesOf(), CNetworkConnections::GetDetailsOf(), CNetConUiObject::GetIconLocation(), ILCreateNetConnectItem(), ILGetConnection(), ILGetConnName(), ILGetDeviceName(), CNetConUiObject::QueryContextMenu(), and ShowNetConnectionStatus().
HRESULT ILGetConnection | ( | PCITEMID_CHILD | pidl, |
INetConnection ** | pItem | ||
) |
Definition at line 85 of file enumlist.cpp.
Referenced by CNetConUiObject::InvokeCommand(), and CNetworkConnections::SetNameOf().
PWCHAR ILGetConnName | ( | PCITEMID_CHILD | pidl | ) |
Definition at line 21 of file enumlist.cpp.
Referenced by CNetworkConnections::GetDetailsOf(), CNetworkConnections::GetDisplayNameOf(), and ILCreateNetConnectItem().
PWCHAR ILGetDeviceName | ( | PCITEMID_CHILD | pidl | ) |
Definition at line 29 of file enumlist.cpp.
Referenced by CNetworkConnections::GetDetailsOf(), and ILCreateNetConnectItem().