【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.1.25.36 GetWindowLong
Contents
Description
This function also retrieves the 32-bit (long) value at the specified offset into the extra window memory.
Syntax
DWORD GetWindowLong( HWND hWnd, int nIndex )
Parameters
- hWnd
- [input] Handle to the window and, indirectly, the class to which the window belongs.
- nIndex
- [input] Specifies the zero-based offset to the value to be retrieved.
- Valid values are in the range zero through the number of bytes of extra window memory, minus four;
- for example, if you specified 12 or more bytes of extra memory, a value of 8 would be an index to the third 32-bit integer. To retrieve any other value, specify one of the following values.
Return
If the function succeeds, the return value is the requested 32-bit value.
If the function fails, the return value is zero.
Examples
Remark
See Also
Header to Include
origin.h