IPXV_Inst::GetDocViewFromUIObj Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetDocViewFromUIObj([in]                    IUIX_Obj*            pObj,
                            [in, defaultvalue(-1)]  VARIANT_BOOL         bGetActiveIfNotFound,
                            [out, retval]           IPXV_DocumentView**  pRes);

Parameters

pObj
[in] Pointer to IUIX_Obj.
bGetActiveIfNotFound
[in, defaultvalue(-1)] Value of VARIANT_BOOL.
pRes
[out, retval] Pointer to IPXV_DocumentView.

Return Value

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

See Also

IPXV_Inst