PyGSecurityInformation.PropertySheetPageCallback

PropertySheetPageCallback(hwnd, Msg, Page)

Called by each page as it is created and destroyed

Parameters

hwnd : int

Handle to the window for the page

Msg : int

Flag indicating type of event, one of PSPCB_CREATE,PSPCB_RELEASE,PSPCB_SI_INITDIALOG

Page : int

SI_PAGE_TYPE value indicating which page is making the call (ntsecuritycon.SI_PAGE_*)

Return Value

Any returned value will be ignored