IPXV_Inst::ThreadSafeCall2 Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 11: Line 11:
 
<pre class="brush:cpp;gutter:false">HRESULT ThreadSafeCall2([in]                  IPXV_ThreadSafeCallback*  pCb,
 
<pre class="brush:cpp;gutter:false">HRESULT ThreadSafeCall2([in]                  IPXV_ThreadSafeCallback*  pCb,
 
                         [in, defaultvalue(0)]  VARIANT_BOOL              bWaitWithMsgLoop,
 
                         [in, defaultvalue(0)]  VARIANT_BOOL              bWaitWithMsgLoop,
                         [in, defaultvalue(0)]  LONG                      nMsgLoopFlags);</pre>
+
                         [in, defaultvalue(0)]  LONG                      nFlags);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 18: Line 18:
 
;bWaitWithMsgLoop
 
;bWaitWithMsgLoop
 
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
 
:[in, defaultvalue(0)]  Value of VARIANT_BOOL.
;nMsgLoopFlags
+
;nFlags
 
:[in, defaultvalue(0)]  Value of LONG.
 
:[in, defaultvalue(0)]  Value of LONG.
  

Latest revision as of 04:33, 18 November 2020


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ThreadSafeCall2([in]                   IPXV_ThreadSafeCallback*  pCb,
                        [in, defaultvalue(0)]  VARIANT_BOOL              bWaitWithMsgLoop,
                        [in, defaultvalue(0)]  LONG                      nFlags);

Parameters

pCb
[in] Pointer to IPXV_ThreadSafeCallback.
bWaitWithMsgLoop
[in, defaultvalue(0)] Value of VARIANT_BOOL.
nFlags
[in, defaultvalue(0)] Value of LONG.

Return Value

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

See Also

IPXV_Inst