accelerator::get_has_display Method

Returns a Boolean value that indicates whether the accelerator can output to a display.

bool get_has_display() const;

Return Value

true if the accelerator can output to a display; otherwise, false.

Remarks

The return value of get_has_display indicates whether the accelerator can output to a display, but it does not necessarily indicate that a display is physically attached to the accelerator. For more information, see the accelerator::has_display Data Member.

Requirements

Header: amprt.h

Namespace: Concurrency

See Also

Reference

accelerator::has_display Data Member

accelerator Class