IPXC_Collection::GetFolderByID Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetFolderByID([in] ULONG nID, [out, retval] IPXC_CollectionFolder** pFolder);
Parameters
- nID
- [in] Value of ULONG.
- pFolder
- [out, retval] Pointer to IPXC_CollectionFolder.
Return Value
Returns S_OK if operation was successful or error code in other cases.