UIX_MsgBoxConfig Structure

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 8: Line 8:
 
{
 
{
 
     LONG nSize;
 
     LONG nSize;
     ULONG_PTR hWndParent;
+
     HANDLE_T hWndParent;
 
     LONG nStyle;
 
     LONG nStyle;
 
     LPWSTR pTitle;
 
     LPWSTR pTitle;
Line 41: Line 41:
 
: Value of LONG ...
 
: Value of LONG ...
 
;hWndParent
 
;hWndParent
: Value of ULONG_PTR ...
+
: Value of HANDLE_T ...
 
;nStyle
 
;nStyle
 
: Value of LONG ...
 
: Value of LONG ...

Revision as of 22:56, 13 April 2015

Specifies the ...

Syntax

struct UIX_MsgBoxConfig
{
    LONG nSize;
    HANDLE_T hWndParent;
    LONG nStyle;
    LPWSTR pTitle;
    LPWSTR pIconID;
    IUnknown* pIcon;
    LPWSTR pHeader;
    LPWSTR pText;
    LPWSTR pThumbID;
    IUnknown* pThumb;
    LPWSTR pThumbText;
    LONG nRadioButtons;
    UIX_MsgBoxButton* pRadioButtons;
    LONG nSelectedRadioID;
    LONG nCustomButtons;
    UIX_MsgBoxButton* pCustomButtons;
    LPWSTR pOptionText;
    LONG nOptionState;
    LPWSTR pFooterText;
    LPWSTR pFooterIconID;
    IUnknown* pFooterIcon;
    LPWSTR pEditText;
    LONG nDefautItemID;
    IUIX_ObjImpl* pHook;
    IUIX_MsgBoxCallback* pCb;
    LONG nAutoClickTimeout;
    POINT* pPos;
};

Members

nSize
Value of LONG ...
hWndParent
Value of HANDLE_T ...
nStyle
Value of LONG ...
pTitle
Value of LPWSTR ...
pIconID
Value of LPWSTR ...
pIcon
Pointer to IUnknown* ...
pHeader
Value of LPWSTR ...
pText
Value of LPWSTR ...
pThumbID
Value of LPWSTR ...
pThumb
Pointer to IUnknown* ...
pThumbText
Value of LPWSTR ...
nRadioButtons
Value of LONG ...
pRadioButtons
Pointer to UIX_MsgBoxButton ...
nSelectedRadioID
Value of LONG ...
nCustomButtons
Value of LONG ...
pCustomButtons
Pointer to UIX_MsgBoxButton ...
pOptionText
Value of LPWSTR ...
nOptionState
Value of LONG ...
pFooterText
Value of LPWSTR ...
pFooterIconID
Value of LPWSTR ...
pFooterIcon
Pointer to IUnknown* ...
pEditText
Value of LPWSTR ...
nDefautItemID
Value of LONG ...
pHook
Pointer to IUIX_ObjImpl ...
pCb
Pointer to IUIX_MsgBoxCallback ...
nAutoClickTimeout
Value of LONG ...
pPos
Pointer to POINT ...

See Also

See also ...