Microsoft DirectX 8.1 (C++) |
This topic applies to Windows XP Home Edition and Windows XP Professional only.
The get_DisplayFields method queries which conditional access objects the control displays.
Syntax
HRESULT get_DisplayFields(
long *penFields
);
Parameters
penFields
[out, retval] Pointer to a variable that receives a 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