IPXV_Inst::CreateStdBindContext Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(4 intermediate revisions by 2 users not shown) | |||
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}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | Creates new object that implements [[PXV:IAFS_BindContext|IAFS_BindContext]] in standard way. Use it for some file systems | + | Creates new object that implements [[PXV:IAFS_BindContext|IAFS_BindContext]] in standard way. Use it for some file systems for [[PXV:IAFS_FileSys_BindToPath|PXV:IAFS_FileSys::BindToPath]], [[PXV:IAFS_FileSys_BindToObject|PXV:IAFS_FileSys::BindToObject]] functions |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT CreateStdBindContext([out, retval] IAFS_BindContext** | + | <pre class="brush:cpp;gutter:false">HRESULT CreateStdBindContext([out, retval] IAFS_BindContext** pBindCtx);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pBindCtx |
− | :[out, retval] | + | :[out, retval] Returns pointer to new [[PXV:IAFS_BindContext|IAFS_BindContext]] object. |
== Return Value == | == Return Value == |
Latest revision as of 03:55, 15 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** pBindCtx);
Parameters
- pBindCtx
- [out, retval] Returns pointer to new IAFS_BindContext object.
Return Value
Returns S_OK if operation was successful or error code in other cases.