IPXV_Inst::CreateStdBindContext Method
From PDF XChange PDF SDK
Creates new object that implements IAFS_BindContext in standard way. Use it for some file systems and pass it to PXV:IAFS_FileSys::BindToPath/PXV:IAFS_FileSys::BindToObject
Syntax
HRESULT CreateStdBindContext([out, retval] IAFS_BindContext** ppBindCtx);
Parameters
- ppBindCtx
- [out, retval] Pointer to IAFS_BindContext.
Return Value
Returns S_OK if operation was successful or error code in other cases.