ReactOS 0.4.16-dev-329-g9223134
|
Go to the source code of this file.
Macros | |
#define | MAX_PROPERTY_SHEET_PAGE (10) |
#define | NETCONNECTSHELLVIEWCOLUMNS 6 |
#define | COLUMN_NAME 0 |
#define | COLUMN_TYPE 1 |
#define | COLUMN_STATUS 2 |
#define | COLUMN_DEVNAME 3 |
#define | COLUMN_PHONE 4 |
#define | COLUMN_OWNER 5 |
Functions | |
HRESULT | ShowNetConnectionStatus (IOleCommandTarget *lpOleCmd, PCUITEMID_CHILD pidl, HWND hwnd) |
void WINAPI | _InsertMenuItemW (HMENU hmenu, UINT indexMenu, BOOL fByPosition, UINT wID, UINT fType, LPCWSTR dwTypeData, UINT fState) |
BOOL CALLBACK | PropSheetExCallback (HPROPSHEETPAGE hPage, LPARAM lParam) |
static int CALLBACK | PropSheetProc (HWND hwndDlg, UINT uMsg, LPARAM lParam) |
HRESULT | ShowNetConnectionProperties (INetConnection *pNetConnect, HWND hwnd) |
Variables | |
static const shvheader | NetConnectSFHeader [] |
#define COLUMN_DEVNAME 3 |
Definition at line 31 of file shfldr_netconnect.cpp.
#define COLUMN_NAME 0 |
Definition at line 28 of file shfldr_netconnect.cpp.
#define COLUMN_OWNER 5 |
Definition at line 33 of file shfldr_netconnect.cpp.
#define COLUMN_PHONE 4 |
Definition at line 32 of file shfldr_netconnect.cpp.
#define COLUMN_STATUS 2 |
Definition at line 30 of file shfldr_netconnect.cpp.
#define COLUMN_TYPE 1 |
Definition at line 29 of file shfldr_netconnect.cpp.
#define MAX_PROPERTY_SHEET_PAGE (10) |
Definition at line 11 of file shfldr_netconnect.cpp.
#define NETCONNECTSHELLVIEWCOLUMNS 6 |
Definition at line 26 of file shfldr_netconnect.cpp.
void WINAPI _InsertMenuItemW | ( | HMENU | hmenu, |
UINT | indexMenu, | ||
BOOL | fByPosition, | ||
UINT | wID, | ||
UINT | fType, | ||
LPCWSTR | dwTypeData, | ||
UINT | fState | ||
) |
Definition at line 421 of file shfldr_netconnect.cpp.
Referenced by BrFolder_OnContextMenu(), CDesktopFolder::CallBack(), CDrivesFolder::CallBack(), CFSFolder::CallBack(), CNetFolderBackgroundMenuCB(), DrivesContextMenuCallback(), CNetConUiObject::QueryContextMenu(), CCPLItemMenu::QueryContextMenu(), and CRecycleBinItemContextMenu::QueryContextMenu().
BOOL CALLBACK PropSheetExCallback | ( | HPROPSHEETPAGE | hPage, |
LPARAM | lParam | ||
) |
Definition at line 524 of file shfldr_netconnect.cpp.
Referenced by ShowNetConnectionProperties().
Definition at line 556 of file shfldr_netconnect.cpp.
Referenced by ShowNetConnectionProperties().
HRESULT ShowNetConnectionProperties | ( | INetConnection * | pNetConnect, |
HWND | hwnd | ||
) |
Definition at line 573 of file shfldr_netconnect.cpp.
Referenced by CNetConUiObject::InvokeCommand(), LANStatusUiDlg(), and ShowStatusPropertyDialog().
HRESULT ShowNetConnectionStatus | ( | IOleCommandTarget * | lpOleCmd, |
PCUITEMID_CHILD | pidl, | ||
HWND | hwnd | ||
) |
Definition at line 537 of file shfldr_netconnect.cpp.
Referenced by CNetworkConnections::Execute(), and CNetConUiObject::InvokeCommand().
Definition at line 17 of file shfldr_netconnect.cpp.
Referenced by CNetworkConnections::GetDefaultColumnState(), and CNetworkConnections::GetDetailsOf().