IPXV_Inst::CreateStdBindContext Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT CreateStdBindContext([out, retval]  IAFS_BindContext**  pBindCtx);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT CreateStdBindContext([out, retval]  IAFS_BindContext**  BindCtx);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pBindCtx
+
;BindCtx
 
:[out, retval]  Returns pointer to new [[PXV:IAFS_BindContext|IAFS_BindContext]] object.
 
:[out, retval]  Returns pointer to new [[PXV:IAFS_BindContext|IAFS_BindContext]] object.
  

Revision as of 07:31, 12 June 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**  BindCtx);

Parameters

BindCtx
[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