uLib  User mode C/C++ extended API library for Win32 programmers.
MsgBoxParams Struct Reference
Inheritance diagram for MsgBoxParams:

Detailed Description

Definition at line 307 of file UserUtil.cpp.

Public Data

PINT_PTR pResult
 
HWND hBox
 

Public Functions

 MsgBoxParams (CSTR title, WORD maxText, UINT flags)
 
 ~MsgBoxParams ()
 

Constructor & Destructor Documentation

◆ MsgBoxParams()

MsgBoxParams::MsgBoxParams ( CSTR  title,
WORD  maxText,
UINT  flags 
)

Definition at line 328 of file UserUtil.cpp.

◆ ~MsgBoxParams()

MsgBoxParams::~MsgBoxParams ( )

Definition at line 346 of file UserUtil.cpp.

Member Data Documentation

◆ pResult

PINT_PTR MsgBoxParams::pResult

Definition at line 320 of file UserUtil.cpp.

◆ hBox

HWND MsgBoxParams::hBox

Definition at line 321 of file UserUtil.cpp.


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