IPXV_Inst::CreateStdBindContext Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::CreateStdBindContext Method}}
 
{{#customTitle:IPXV_Inst::CreateStdBindContext Method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|CreateStdBindContext|method}}
 
{{#parentPage:PXV:IPXV_Inst#Methods|CreateStdBindContext|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;ppBindCtx
 
;ppBindCtx
:[out, retval]  Pointer to [[PXV:IAFS_BindContext|IAFS_BindContext]].
+
:[out, retval]  Returns pointer to new [[PXV:IAFS_BindContext|IAFS_BindContext]] object.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 15:43, 24 May 2015


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