Jump to content

DELETENOTIFY

From EDM2

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 ;