IPXV_Inst::GetPlaceInfo Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT GetPlaceInfo([in]   LONG            nPlaceID,
                     [out]  IAFS_FileSys**  pFS,
                     [out]  BSTR*           sTitle,
                     [out]  BSTR*           sURL);

Parameters

nPlaceID
[in] Value of LONG.
pFS
[out] Pointer to IAFS_FileSys.
sTitle
[out] Pointer to BSTR.
sURL
[out] Pointer to BSTR.

Return Value

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

See Also

IPXV_Inst