Platform SDK: DirectX |
The DirectX7.GetDDEnum method creates a DirectDrawEnum object which is used to enumerate the primary DirectDraw display device and a non-display device (such as a 3-D accelerator that has no 2-D capabilities) if one is installed.
object.GetDDEnum() As DirectDrawEnum
If the method succeeds, a reference to a DirectDrawEnum object is returned.
If the method fails, an error is raised and Err.Number may be set to the error value of DDERR_OUTOFMEMORY.