IPXC_Collection::CreateFolder Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT CreateFolder([in]           BSTR                     sFolderName,
                     [out, retval]  IPXC_CollectionFolder**  pFolder);

Parameters

sFolderName
[in] Value of BSTR.
pFolder
[out, retval] Pointer to IPXC_CollectionFolder.

Return Value

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

See Also

IPXC_Collection