Platform SDK: RAS/Routing and RAS |
The RASADPARAMS structure describes the parameters that AutoDial passes to a RASADFunc AutoDial handler.
typedef struct tagRASADPARAMS { DWORD dwSize; HWND hwndOwner; DWORD dwFlags; LONG xDlg; LONG yDlg; } RASADPARAMS;
sizeof(RASADPARAMS)
to identify the version of the structure.Flag | Description |
---|---|
RASADFLG_PositionDlg | If this flag is set, position your window according to the coordinates specified by the xDlg and yDlg members.
If this flag is not set, center your window on the window specified by the hwndOwner member. If hwndOwner is NULL, center your window on the screen. |
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Unsupported.
Header: Declared in Ras.h.
Remote Access Service (RAS) Overview, Remote Access Service Structures, RASADFunc