TABDLG_NMHDR Struct Reference
 
 
 
TABDLG_NMHDR Struct Reference

#include <ITabDialog.h>

Inheritance diagram for TABDLG_NMHDR:
MaxHeapOperators

Class 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.

Public Attributes

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

Member Data Documentation

LPARAM dwInitParam

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