IAFS_FileSys::BindToPath Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 5: | Line 5: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT BindToPath([in] LPWSTR pPath, [in, optional] IAFS_BindContext* pCtx, [in, optional] LONG nFlags, [in, optional] IString* pErrDetails, [in, optional] IFlag* pCancelFlag, [out, retval] IAFS_Name** ppHostName);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT BindToPath([in] LPWSTR pPath, [in, optional, defaultvalue(NULL)] IAFS_BindContext* pCtx, [in, optional, defaultvalue(0)] LONG nFlags, [in, optional, defaultvalue(NULL)] IString* pErrDetails, [in, optional, defaultvalue(NULL)] IFlag* pCancelFlag, [out, retval] IAFS_Name** ppHostName);</pre> |
== Parameters == | == Parameters == | ||
Line 11: | Line 11: | ||
:[in] Value of LPWSTR. | :[in] Value of LPWSTR. | ||
;''pCtx'' | ;''pCtx'' | ||
− | :[in, optional] Pointer to [[PXV:IAFS_BindContext|IAFS_BindContext]]. | + | :[in, optional, defaultvalue(NULL)] Pointer to [[PXV:IAFS_BindContext|IAFS_BindContext]]. |
;''nFlags'' | ;''nFlags'' | ||
− | :[in, optional] Value of LONG. | + | :[in, optional, defaultvalue(0)] Value of LONG. |
;''pErrDetails'' | ;''pErrDetails'' | ||
− | :[in, optional] Pointer to [[PXV:IString|IString]]. | + | :[in, optional, defaultvalue(NULL)] Pointer to [[PXV:IString|IString]]. |
;''pCancelFlag'' | ;''pCancelFlag'' | ||
− | :[in, optional] Pointer to [[PXV:IFlag|IFlag]]. | + | :[in, optional, defaultvalue(NULL)] Pointer to [[PXV:IFlag|IFlag]]. |
;''ppHostName'' | ;''ppHostName'' | ||
:[out, retval] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. | :[out, retval] Pointer to [[PXV:IAFS_Name|IAFS_Name]]. |
Revision as of 08:59, 16 April 2015
The method of interface of PDF-XChange Editor SDK.
Contents
Syntax
HRESULT BindToPath([in] LPWSTR pPath, [in, optional, defaultvalue(NULL)] IAFS_BindContext* pCtx, [in, optional, defaultvalue(0)] LONG nFlags, [in, optional, defaultvalue(NULL)] IString* pErrDetails, [in, optional, defaultvalue(NULL)] IFlag* pCancelFlag, [out, retval] IAFS_Name** ppHostName);
Parameters
- pPath
- [in] Value of LPWSTR.
- pCtx
- [in, optional, defaultvalue(NULL)] Pointer to IAFS_BindContext.
- nFlags
- [in, optional, defaultvalue(0)] Value of LONG.
- pErrDetails
- [in, optional, defaultvalue(NULL)] Pointer to IString.
- pCancelFlag
- [in, optional, defaultvalue(NULL)] Pointer to IFlag.
- ppHostName
- [out, retval] Pointer to IAFS_Name.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IAFS_FileSys.