Structure that contains information about the application page that is being deleted from a notebook.
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 ;