IPrintPipelinePropertyBag::GetProperty method (filterpipeline.h)
The GetProperty
method gets a property from a property bag.
Syntax
HRESULT GetProperty(
[in] const wchar_t *pszName,
[out] VARIANT *pVar
);
Parameters
[in] pszName
The name of the property that you want to get from the property bag.
[out] pVar
The VARIANT value to get from the property bag.
Return value
GetProperty
returns an HRESULT value.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | filterpipeline.h |