【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.27.18 MapDialogRect
Contents
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
Header to Include
origin.h