Public Attributes

TABDLG_NMHDR Struct Reference

Search for all occurrences

Detailed Description

Description:
The address of this struct passed in LPARAM when you get a WM_NOTIFY, with TABDLGNOTIFY_GETINITINFO as the notify code. This notification is sent to the tab dialog before each page is created. hdr.idFrom is the index of the page about to be created. The value stored in dwInitParam is passed to the InitPage method as lparam.

#include <ITabDialog.h>

Inheritance diagram for TABDLG_NMHDR:
Inheritance graph
[legend]

List of all members.

Public Attributes

NMHDR  hdr
LPARAM  dwInitParam
  this out param contains the ptr to initialization data for the page.

Member Data Documentation

NMHDR hdr
LPARAM dwInitParam

this out param contains the ptr to initialization data for the page.