DirectX SDK |
The DirectDrawEnumModes.GetCount method returns the number of available video modes.
object.GetCount() As Long
If the method succeeds, it returns the number of available video modes.
If the method fails, it raises an error, and Err.Number is set.
Each entry represents a video mode. To get a description of an individual video mode, use DirectDrawEnumModes.GetItem.