IUIX_MsgBoxCallback::MsgBox_OnFinal Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT MsgBox_OnFinal(  IUIX_Dialog*  pMsgBox);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT MsgBox_OnFinal(  IUIX_Dialog*  MsgBox);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pMsgBox
+
;MsgBox
 
: Pointer to [[PXV:IUIX_Dialog|IUIX_Dialog]].
 
: Pointer to [[PXV:IUIX_Dialog|IUIX_Dialog]].
  

Revision as of 07:53, 12 June 2015


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT MsgBox_OnFinal(  IUIX_Dialog*  MsgBox);

Parameters

MsgBox
Pointer to IUIX_Dialog.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_MsgBoxCallback