Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The put_DisplayFields method specifies which conditional access objects the control displays. This method enables the application to customize the control's UI to a limited degree.
Syntax
HRESULT put_DisplayFields(
long enFields
);
Parameters
enFields
[in] Bitwise combination of zero or more flags from the CAUIDisplayFields enumeration.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
See Also