IPXV_Inst::AsyncDoAndWaitForFinish Method
From PDF XChange PDF SDK
This method executes the specified operation in background thread and waits(with UI-messages pumping) in caller's thread for finish of work.
Syntax
HRESULT AsyncDoAndWaitForFinish([in] IOperation* pOp, [in, defaultvalue(0)] ULONG nOpExecFlags);
Parameters
- pOp
- [in] Pointer to IOperation object. The IOperation::Do function will be called in background thread.
- nOpExecFlags
- [in, defaultvalue(0)] The set of OpExecFlags. This parameter is optional and can be 0.
Return Value
Returns S_OK if operation was successful or error code in other cases.