IUIX_Inst::ShowMsgBoxEx Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IUIX_Inst::ShowMsgBoxEx Method}} | {{#customTitle:IUIX_Inst::ShowMsgBoxEx Method}} | ||
{{#parentPage:PXV:IUIX_Inst#Methods|ShowMsgBoxEx|method}} | {{#parentPage:PXV:IUIX_Inst#Methods|ShowMsgBoxEx|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Displays configurable message box. Set required properties via '''pConfig''' parameter of [[PXV:UIX_MsgBoxConfig|UIX_MsgBoxConfig]] type. | |
== Syntax == | == Syntax == | ||
Line 17: | Line 16: | ||
== Parameters == | == Parameters == | ||
;pConfig | ;pConfig | ||
− | :[in] | + | :[in] specifies message box properties via [[PXV:UIX_MsgBoxConfig|UIX_MsgBoxConfig]] structure. |
;pOptionState | ;pOptionState | ||
:[out] Pointer to LONG. | :[out] Pointer to LONG. |
Revision as of 06:57, 27 May 2015
Displays configurable message box. Set required properties via pConfig parameter of UIX_MsgBoxConfig type.
Syntax
HRESULT ShowMsgBoxEx([in] UIX_MsgBoxConfig* pConfig, [out] LONG* pOptionState, [out] LONG* pSelectedRadioID, [out] BSTR* ppEditText, [out, retval, defaultvalue(NULL)] LONG_PTR* pRes);
Parameters
- pConfig
- [in] specifies message box properties via UIX_MsgBoxConfig structure.
- pOptionState
- [out] Pointer to LONG.
- pSelectedRadioID
- [out] Pointer to LONG.
- ppEditText
- [out] Pointer to BSTR.
- pRes
- [out, retval, defaultvalue(NULL)] Pointer to LONG_PTR.
Return Value
Returns S_OK if operation was successful or error code in other cases.