Share via


D3DM_GetInfo (Windows CE 5.0)

Send Feedback

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

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 Values

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

Requirements

OS Versions: Windows CE 5.0
Header: D3dmddk.h.
Link Library: Developer implemented.

See Also

Direct3D Mobile Driver Functions | D3DM_GetAdapterInfo | D3DM_GETINFO_DATA | Additional Information from the Direct3D Mobile Driver

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.