IDSFDevice::Hrm Property
The Hrm property gets a hardware redirection module (HRM) for a specified resource type.
This property is read-only.
Syntax
HRESULT get_Hrm(
[in] DSFResourceType ResType,
[out, retval] IUnknown **ppunkHrm
);
Property Value
HrmResTypeDSFResourceTypeThe resource type of the requested redirection module.ppunkHrmIUnknownCaller-allocated space to hold the IUnknown interface of the hardware redirection module for the resource type that ResType specifies.HRESULTHrm returns E_NOTIMPLE.
Error Codes
Hrm returns E_NOTIMPLE.
Remarks
The Hrm property is reserved for future use and is included for completeness.
See Also
Send comments about this topic to Microsoft
Build date: 9/21/2010