DrvPopulateFilterServices function (filterpipeline.h)
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.
Syntax
HRESULT DrvPopulateFilterServices(
[in] IPrintPipelinePropertyBag *pPropertyBag
);
Parameters
[in] pPropertyBag
Pointer to a print pipeline property bag.
Return value
This function returns an HRESULT value.
Remarks
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.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |