The PropSheetPageProc function specifies an application-defined callback function that a property sheet calls when a page is created and when it is about to be destroyed. An application can use this function to perform initialization and cleanup operations for the page.
UINT CALLBACK PropSheetPageProc(
HWND hwnd, | |
UINT uMsg, | |
LPPROPSHEETPAGE ppsp | |
); |
Value |
Meaning |
PSPCB_CREATE |
A page is being created. Return nonzero to allow the page to be created or zero to prevent it. |
PSPCB_RELEASE |
A page is being destroyed. The return value is ignored. |
The return value depends on the value of uMsg.
An application must specify the address of this callback function in the pfnCallback member of a PROPSHEETPAGE structure before specifying the address of the structure in a call to the CreatePropertySheetPage function.
CreatePropertySheetPage, PROPSHEETPAGE
file: /Techref/os/win/api/win32/func/src/f68_18.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/7 17:11,
3.137.169.60: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.ecomorder.com/Techref/os/win/api/win32/func/src/f68_18.htm"> PropSheetPageProc</A> |
Did you find what you needed? |
Welcome to ecomorder.com! |
Welcome to massmind.ecomorder.com! |
.