IPXV_Inst::GetStdFolder Method

From PDF XChange PDF SDK
Revision as of 04:15, 21 March 2015 by Serg (Talk | contribs)

Jump to: navigation, search

Gets full path to special program folder.

Syntax

HRESULT GetStdFolder([in] PXV_StdFolderID nFolderID, [in] VARIANT_BOOL bUser, [in, optional] VARIANT_BOOL bCreateIfNotExists, [out, retval] BSTR* ppFolderPath);

Parameters

nFolderID
[in] Value of PXV_StdFolderID with Folder ID.
bUser
[in] Value of VARIANT_BOOL indicates User folder.
bCreateIfNotExists
[in, optional] Value of VARIANT_BOOL to create folder if it does not exist.
ppFolderPath
[out, retval] Folder path to specified folder. ppFolderPath always contains '\' at the end.

Return Value

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

See Also

See also IPXV_Inst, PXV_StdFolderID.