UIX_MsgBoxConfig Structure

From PDF XChange PDF SDK
Revision as of 07:16, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Specifies the ...

Syntax

struct UIX_MsgBoxConfig
{
    LONG nSize;
    ULONG_PTR 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 ULONG_PTR ...
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 ...