DirectX SDK

DirectDraw7.GetDeviceIdentifier

The DirectDraw7.GetDeviceIdentifier method returns a DirectDrawIdentifier object filled with information about the DirectDraw device driver.

object.GetDeviceIdentifier( _ 
    flags As CONST_DDDEVICEIDFLAGS _ )
    As DirectDrawIdentifier

Parameters

object
Object expression that resolves to a DirectDraw7 object.
flags
One of the constants of the CONST_DDDEVICEIDFLAGS enumeration specifying information options.

Return Values

If the method succeeds, it returns a DirectDrawIdentifier object.

Error Codes

If the method fails, it raises an error, and Err.Number is set.