Microsoft DirectX 9.0 |
The put_DefaultPreferredComponentTypes method specifies the default preferred component types for this tuning space.
Syntax
HRESULT put_DefaultPreferredComponentTypes(
IComponentTypes* pNewComponentTypes
);
Parameters
pNewComponentTypes
[in] Pointer to the IComponentTypes interface of the component types collection.
Return Values
Returns S_OK if successful. If the method fails, error information can be retrieved using the standard COM IErrorInfo interface.
See Also