IAFS_FileSys::BindFlush Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IAFS_FileSys::BindFlush Method}} | {{#customTitle:IAFS_FileSys::BindFlush Method}} | ||
− | {{#parentPage:PXV:IAFS_FileSys#Methods|BindFlush | + | {{#parentPage:PXV:IAFS_FileSys#Methods|BindFlush|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} |
Latest revision as of 06:48, 23 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT BindFlush([in] IAFS_Name* pHostName, [in, defaultvalue(NULL)] IUnknown* pDestObj, [in, defaultvalue(0)] LONG nFlags, [in, defaultvalue(NULL)] IString* pErrDetails, [in, defaultvalue(NULL)] IFlag* pCancelFlag);
Parameters
- pHostName
- [in] Pointer to IAFS_Name.
- pDestObj
- [in, optional] Pointer to IUnknown*.
- nFlags
- [in, defaultvalue(0)] Value of LONG.
- pErrDetails
- [in, defaultvalue(NULL)] Pointer to IString.
- pCancelFlag
- [in, defaultvalue(NULL)] Pointer to IFlag.
Return Value
Returns S_OK if operation was successful or error code in other cases.