Microsoft DirectX 8.1 (Visual Basic)

DirectInputDevice8.GetImageInfo

Retrieves information about a device image for use in a configuration property sheet.

object.GetImageInfo(info As DIDEVICEIMAGEINFOHEADER)

Parts

object
Resolves to a DirectInputDevice8 object.
info
DIDEVICEIMAGEINFOHEADER type that receives information about the device image.

Error Codes

If the method fails, an error is raised and Err.Number may be one of the following error codes.

DIERR_INVALIDPARAM
DIERR_MAPFILEFAIL
DIERR_MOREDATA
DIERR_NOTINITIALIZED
DIERR_OBJECTNOTFOUND

See Also

DirectInputDevice8.GetImageInfoCount