// filterpipeline.h
HRESULT DrvPopulateFilterServices(
[in] IPrintPipelinePropertyBag *pPropertyBag
);
View the official Windows Driver Kit DDI referenceNo description available.
The DrvPopulateFilterServices function is called by the XPSDrv filter pipeline manager to allow the service provider to instantiate filter service objects in the filter pipeline property bag specified by the pPropertyBag parameter.
pPropertyBag [in]Pointer to a print pipeline property bag.
This function returns an HRESULT value.
The XPSDrv printer driver can specify filter service provider module using the <*FilterServiceProvider*> or <*OptionalFilterServiceProvider*> element in the filter pipeline configuration file. The service provider module must export the DrvPopulateFilterServices function.
Filter pipeline configuration file