The EnumPropsEx function enumerates all entries in the property list of a window by passing them, one by one, to the specified callback function. EnumPropsEx continues until the last entry is enumerated or the callback function returns FALSE.
int EnumPropsEx(
HWND hWnd, |
// handle to window |
PROPENUMPROCEX lpEnumFunc, |
// pointer to callback function |
LPARAM lParam |
// application-defined data |
); |
The return value specifies the last value returned by the callback function. It is -1 if the function did not find a property for enumeration.
An application can remove only those properties it has added. It must not remove properties added by other applications or by Windows itself.
EnumProps, GetProp, PropEnumProcEx, RemoveProp, SetProp
file: /Techref/os/win/api/win32/func/src/f21_8.htm, 2KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 17:20,
3.22.181.246:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://massmind.org/techref/os/win/api/win32/func/src/f21_8.htm"> EnumPropsEx</A> |
Did you find what you needed? |
Welcome to massmind.org! |
Welcome to massmind.org! |
.