IAFS_FileCacheCallbacks::Write Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 02:09, 15 June 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Write([in] LONGLONG nPos, [in] void* pPv, [in] LONGLONG cb, [out] LONGLONG* nWritten, [in] IString* pErrDetails, [in] IFlag* pCancelFlag, [in] LONGLONG cbLeftToWrite);
Parameters
- nPos
- [in] Value of LONGLONG.
- pPv
- [in] Pointer to void.
- cb
- [in] Value of LONGLONG.
- nWritten
- [out] Pointer to LONGLONG.
- pErrDetails
- [in] Pointer to IString.
- pCancelFlag
- [in] Pointer to IFlag.
- cbLeftToWrite
- [in] Value of LONGLONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.