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