Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method provides information about a specified device.
HRESULT GetAdapterIdentifier( UINT Adapter, ULONG Flags, D3DMADAPTER_IDENTIFIER* pIdentifier);
Parameters
- Adapter
[in] A value that indicates which device to provide information for. For possible values, see D3DMADAPTER Values. - Flags
[in] Reserved for future use. - pIdentifier
[out] A pointer to a D3DMADAPTER_IDENTIFIER structure that contains information about the desired device.
Return Values
If successful, this method returns D3DM_OK.
This method may return one of the following error values if it fails:
- D3DMERR_INVALIDCALL
- D3DMERR_INVALIDDEVICE
- D3DMERR_DRIVERINVALIDCALL
For more information, see D3DMERR Values.
Requirements
OS Versions: Windows CE 5.0 and later.
Header: D3dm.h.
Link Library: D3dm.lib, D3dmguid.lib.
See Also
IDirect3DMobile | D3DMADAPTER Values | D3DMADAPTER_IDENTIFIER
Send Feedback on this topic to the authors