次の方法で共有


D3DM_GetInfo (Windows Embedded CE 6.0)

1/6/2010

This function is called by the Direct3D Mobile middleware to query the driver for additional information beyond what is provided by D3DM_GetAdapterInfo.

Syntax

typedef DWORD (*D3DM_GETINFO_PTR)(D3DM_GETINFO_DATA *);

Parameters

  • D3DM_GETINFO_DATA
    [in, out] A pointer to a D3DM_GETINFO_DATA structure that describes the type of information to retrieve from the driver.

Return Value

Implement this function so that it returns D3DM_DRIVER_HANDLED when it succeeds and D3DM_DRIVER_NOTHANDLED when it fails.

Requirements

Header d3dmddk.h
Library Developer Implemented
Windows Embedded CE Windows CE 5.0

See Also

Reference

Direct3D Mobile Driver Functions
D3DM_GetAdapterInfo
D3DM_GETINFO_DATA

Concepts

Additional Information from the Direct3D Mobile Driver