IPXV_Inst::CreateStdBindContext Method

From PDF XChange PDF SDK
Revision as of 15:43, 24 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Creates new object that implements IAFS_BindContext in standard way. Use it for some file systems for PXV:IAFS_FileSys::BindToPath, PXV:IAFS_FileSys::BindToObject functions

Syntax

HRESULT CreateStdBindContext([out, retval]  IAFS_BindContext**  ppBindCtx);

Parameters

ppBindCtx
[out, retval] Returns pointer to new IAFS_BindContext object.

Return Value

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

See Also

IPXV_Inst