次の方法で共有


LPDDHAL_GETDEVICEIDENTIFIER (Windows Embedded CE 6.0)

1/6/2010

This callback function is used to gather information from the driver about the graphics device. The information about the driver is transmitted through a DDHAL_GETDEVICEIDENTIFIERDATA structure. It is the driver's responsibility to provide as much and as accurate information as possible each time this function is called.

Syntax

DWORD (* LPDDHAL_GETDEVICEIDENTIFIER)(
  LPDDHAL_GETDEVICEIDENTIFIERDATA lpgdid
);

Parameters

Return Value

Returns one of the following values:

Requirements

Header ddrawi.h
Library Developer Implemented
Windows Embedded CE Windows Embedded CE 6.0 and later

See Also

Concepts

Miscellaneous Callback Functions
DDHAL Callback Return Values
DDHAL Callback Return Values