IUIX_Inst::ShowMsgBoxEx Method

From PDF XChange PDF SDK
Jump to: navigation, search
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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]  Pointer to [[PXV:UIX_MsgBoxConfig|UIX_MsgBoxConfig]].
+
:[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 07: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.

See Also

IUIX_Inst