Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The FilterFinished method reports that a filter is finished processing.
Syntax
HRESULT FilterFinished();
Return value
FilterFinished returns an HRESULT.
Remarks
The filter does not need to call the FilterFinished method. The filter pipeline assumes the filter has finished when the IPrintPipelineFilter::StartOperation method returns. FilterFinished is provided for compatibility and, when called, it does nothing but returns.
Requirements
| Requirement | Value |
|---|---|
| Target Platform | Desktop |
| Header | filterpipeline.h |