2.1.27.19 MapDialogRect


Description

Get the RECT structure that contains the dialog box coordinates to be converted.

Syntax

BOOL MapDialogRect( HWND hDlg, RECT * lpRect )

Parameters

hDlg
[input] handle to dialog
lpRect
[input/output] Pointer to a RECT structure that contains the dialog box coordinates to be converted.

Return

If the function succeeds, the return value is nonzero.

If the function fails, the return value is zero. To get extended error information, call GetLastError.

Examples

Remark

See Also

GetDialogBaseUnits

Header to Include

origin.h

Reference