IAFS_FileSys::GetProgressMon Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetProgressMon([in, defaultvalue(0)]  ULONG               nThreadID,
                       [out, retval]          IAFS_ProgressMon**  pProgMon);

Parameters

nThreadID
[in, defaultvalue(0)] Value of ULONG.
pProgMon
[out, retval] Pointer to IAFS_ProgressMon.

Return Value

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

See Also

IAFS_FileSys