IPrintPipelinePropertyBag::DeleteProperty method (filterpipeline.h)
The DeleteProperty
method deletes a property from a property bag.
Syntax
BOOL DeleteProperty(
[in] const wchar_t *pszName
);
Parameters
[in] pszName
The name of the property to delete from the property bag.
Return value
DeleteProperty
returns "true" if the property was deleted from the property bag.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |