UIX_MsgBoxConfig Structure

From PDF XChange PDF SDK
Jump to: navigation, search


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;
    LPWSTR               pEditLabel;
};

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 ...
pEditLabel
Value of LPWSTR ...

See Also

IUIX_Inst::ShowMsgBoxEx, IPXV_Inst::ShowMsgBoxEx