PSN_WIZFINISH  .2BHK1 

The PSN_WIZFINISH notification message notifies a page that the user has chosen the Finish button in a wizard property sheet. This notification message is sent in the form of a WM_NOTIFY1MZT7BR message.

PSN_WIZFINISH

lpnmhdr = (NMHDR FAR *) lParam;

 

Parameters

lpnmhdr

Pointer to an NMHDR structure. The hwndFrom member is the handle to the property sheet.

 

Return Values

Returns a nonzero value to prevent the property sheet from being destroyed.

See Also

NMHDR, WM_NOTIFY