A PropEnumProcEx function is an application-defined callback function that receives property entries from a window’s property list. A PropEnumProcEx function is called as a result of a call to the EnumPropsEx function. A value of type PROPENUMPROCEX is a pointer to a PropEnumProcEx function.
BOOL CALLBACK PropEnumProcEx(
HWND hwnd, |
// handle of window with property |
LPTSTR lpszString, |
// string component of property |
HANDLE hData, |
// data handle component of property |
DWORD dwData |
// application-defined data |
); |
Return TRUE to continue the property list enumeration.
Return FALSE to stop the property list enumeration.
The following restrictions apply to this callback function:
PropEnumProcEx is a placeholder for the application-defined function name.
EnumProps, EnumPropsEx, PropEnumProc, RemoveProp, SetProp
file: /Techref/os/win/api/win32/func/src/f68_16.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/5 16:22,
3.145.100.144: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://ecomorder.com/techref/os/win/api/win32/func/src/f68_16.htm"> PropEnumProcEx</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to ecomorder.com! |
.