IAUX_Inst::OpenFolderAndSelectFiles Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OpenFolderAndSelectFiles([in]                   LPWSTR           sFolderName,
                                 [in]                   IUniqueStrings*  pFileNames,
                                 [in, defaultvalue(0)]  VARIANT_BOOL     bAbsFileNames);

Parameters

sFolderName
[in] Value of LPWSTR.
pFileNames
[in] Pointer to IUniqueStrings.
bAbsFileNames
[in, defaultvalue(0)] Value of VARIANT_BOOL.

Return Value

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

See Also

IAUX_Inst