ReactOS 0.4.15-dev-7788-g1ad9096
PropSheetPage Struct Reference

#include <window.h>

Inheritance diagram for PropSheetPage:
Collaboration diagram for PropSheetPage:

Public Member Functions

 PropSheetPage (UINT nid, Window::CREATORFUNC dlg_creator)
 
void init (struct PropertySheetDialog *)
 

Protected Attributes

Window::CREATORFUNC _dlg_creator
 

Friends

struct PropSheetPageDlg
 

Detailed Description

Definition at line 394 of file window.h.

Constructor & Destructor Documentation

◆ PropSheetPage()

PropSheetPage::PropSheetPage ( UINT  nid,
Window::CREATORFUNC  dlg_creator 
)

Definition at line 1306 of file window.cpp.

1307 : _dlg_creator(dlg_creator)
1308{
1309 PROPSHEETPAGE::dwSize = sizeof(PROPSHEETPAGE);
1310 PROPSHEETPAGE::dwFlags = 0;
1311 PROPSHEETPAGE::hInstance = g_Globals._hInstance;
1312 PROPSHEETPAGE::pszTemplate = MAKEINTRESOURCE(nid);
1313 PROPSHEETPAGE::pfnDlgProc = PropSheetPageDlg::DialogProc;
1314 PROPSHEETPAGE::lParam = (LPARAM) this;
1315}
NOTIFYICONDATA nid
Definition: magnifier.c:44
ExplorerGlobals g_Globals
Definition: explorer.cpp:52
#define PROPSHEETPAGE
Definition: prsht.h:389
HINSTANCE _hInstance
Definition: globals.h:270
static INT_PTR CALLBACK DialogProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM lparam)
Definition: window.cpp:1411
Window::CREATORFUNC _dlg_creator
Definition: window.h:403
LONG_PTR LPARAM
Definition: windef.h:208
#define MAKEINTRESOURCE
Definition: winuser.h:591

Member Function Documentation

◆ init()

void PropSheetPage::init ( struct PropertySheetDialog )

Friends And Related Function Documentation

◆ PropSheetPageDlg

friend struct PropSheetPageDlg
friend

Definition at line 401 of file window.h.

Member Data Documentation

◆ _dlg_creator

Window::CREATORFUNC PropSheetPage::_dlg_creator
protected

Definition at line 403 of file window.h.

Referenced by PropSheetPageDlg::DialogProc().


The documentation for this struct was generated from the following files: