The RASDIALDLG structure is used in the RasDialDlg function to specify additional input and output parameters.
typedef struct tagRASDIALDLG { IN DWORD dwSize; IN HWND hwndOwner; IN DWORD dwFlags; IN LONG xDlg; IN LONG yDlg; IN DWORD dwSubEntry; OUT DWORD dwError; IN DWORD reserved; IN DWORD reserved2; } RASDIALDLG;
Value |
Meaning |
RASDDFLAG_PositionDlg |
If this flag is set, RasDialDlg uses 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. |