Go to the source code of this file.
Defines |
| #define | MAX_KEY_NAME 255 |
Functions |
| static VOID | ReLoadGeneralPage (PINFO pInfo) |
| static VOID | ReLoadDisplayPage (PINFO pInfo) |
| static VOID | DoOpenFile (PINFO pInfo) |
| static VOID | DoSaveAs (PINFO pInfo) |
| static VOID | OnTabWndSelChange (PINFO pInfo) |
| static VOID | LoadUsernameHint (HWND hDlg, INT iCur) |
| static VOID | FillServerAddesssCombo (PINFO pInfo) |
| static VOID | GeneralOnInit (HWND hwnd, PINFO pInfo) |
| INT_PTR CALLBACK | GeneralDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| static PSETTINGS_ENTRY | GetPossibleSettings (IN LPCWSTR lpDeviceName, OUT DWORD *pSettingsCount, OUT PSETTINGS_ENTRY *CurrentSettings) |
| static BOOL | AddDisplayDevice (PINFO pInfo, PDISPLAY_DEVICEW DisplayDevice) |
| static VOID | OnResolutionChanged (PINFO pInfo, INT position) |
| static VOID | FillResolutionsAndColors (PINFO pInfo) |
| static VOID | DisplayOnInit (HWND hwnd, PINFO pInfo) |
| INT_PTR CALLBACK | DisplayDlgProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| static BOOL | OnMainCreate (HWND hwnd, PRDPSETTINGS pRdpSettings) |
| static void | Cleanup (PINFO pInfo) |
| static INT_PTR CALLBACK | DlgProc (HWND hDlg, UINT Message, WPARAM wParam, LPARAM lParam) |
| BOOL | OpenRDPConnectDialog (HINSTANCE hInstance, PRDPSETTINGS pRdpSettings) |
Variables |
| HINSTANCE | hInst |