Platform SDK: DirectX

DirectX7.GetDDEnum

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

Parameters

object
Object expression that resolves to a DirectX7 object.

Return Values

If the method succeeds, a reference to a DirectDrawEnum object is returned.

Error Codes

If the method fails, an error is raised and Err.Number may be set to the error value of DDERR_OUTOFMEMORY.