ICeFileFilterSite::CloseDestinationFile
The ICeCeCeFileFilterSite::CloseDestinationFile method is used by a file filter to close a destination file.
Syntax
STDMETHODIMP ICeFileFilterSite::CloseDestinationFile(
BOOL bKeepFile,
LPUNKNOWN pObj
);
At a Glance
Header file: |
Replfilt.h |
Platforms: |
H/PC |
Windows CE versions: |
2.0 and later |
Parameters
- bKeepFile
- Indicates whether to keep or delete the destination file. A file filter should set this parameter to TRUE to keep the destination file, or FALSE to delete it.
- pObj
- Pointer to an IUnknown object returned from the ICeFileFilterSite::OpenDestinationFile method.
Return Values
- NOERROR
- CloseDestinationFile was successful.
If the function fails, the return value is an HRESULT_FROM_WIN32 error value.