The RASMONITORDLG structure is used in the RasMonitorDlg function to specify additional input and output parameters.
typedef struct tagRASMONITORDLG { IN DWORD dwSize; IN HWND hwndOwner; IN DWORD dwFlags; IN DWORD dwStartPage; IN LONG xDlg; IN LONG yDlg; OUT DWORD dwError; IN DWORD reserved; IN DWORD reserved2; } RASMONITORDLG;
Value |
Meaning |
RASMDFLAG_PositionDlg |
Causes RasMonitorDlg to use the values specified by the xDlg and yDlg members to position the dialog box. If this flag is not set, the dialog box is centered on the owner window, unless hwndOwner is NULL, in which case, the dialog box is centered on the screen. |
Value |
Meaning |
RASMDPAGE_Status |
Display the Status page on top. This is the default. |
RASMDPAGE_Summary |
Display the Summary page on top. |
RASMDPAGE_Preferences |
Display the Preferences page on top. |