IPXV_Inst::ThreadSafeCall2 Method

From PDF XChange PDF SDK
Revision as of 01:23, 18 November 2020 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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                      nMsgLoopFlags);

Parameters

pCb
[in] Pointer to IPXV_ThreadSafeCallback.
bWaitWithMsgLoop
[in, defaultvalue(0)] Value of VARIANT_BOOL.
nMsgLoopFlags
[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