DELETENOTIFY
Appearance
Structure that contains information about the application page that is being deleted from a notebook.
Type
struct
C Declaration Method
typedef
Example Code
typedef struct _DELETENOTIFY {
HWND hwndBook; /* Notebook window handle. */
HWND hwndPage; /* Application page window handle. */
ULONG ulAppPageData; /* Application-specified page data. */
HBITMAP hbmTab; /* Application-specified tab bit map. */
} DELETENOTIFY;
typedef DELETENOTIFY * PDELETENOTIFY ;