Previous | Next |
The OnEndWriting method is called when the writer has finished sending data.
Syntax
HRESULT OnEndWriting();
Parameters
This method takes no parameters.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Meaning |
E_UNEXPECTED | The method failed for an unspecified reason. |
NS_E_FILE_WRITE | The file cannot be written. |
See Also
Previous | Next |