Tao.Platform.Windows SDK Documentation

Gdi.PFD_GENERIC_ACCELERATED Field

The pixel format is supported by a device driver that accelerates the generic implementation. If this flag is clear and the PFD_GENERIC_FORMAT flag is set, the pixel format is supported by the generic implementation only.

[Visual Basic]
Public Const PFD_GENERIC_ACCELERATED As Integer = 4096
[C#]
public const int PFD_GENERIC_ACCELERATED = 4096;

See Also

Gdi Class | Tao.Platform.Windows Namespace