Skip to content

Latest commit

 

History

History
79 lines (65 loc) · 2.5 KB

nf-mswmdm-imdspdevice-getversion.md

File metadata and controls

79 lines (65 loc) · 2.5 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mswmdm.IMDSPDevice.GetVersion
IMDSPDevice::GetVersion (mswmdm.h)
The GetVersion method retrieves the version number of the device.
GetVersion
GetVersion method [windows Media Device Manager]
GetVersion method [windows Media Device Manager]
IMDSPDevice interface
IMDSPDevice interface [windows Media Device Manager]
GetVersion method
IMDSPDevice.GetVersion
IMDSPDevice::GetVersion
IMDSPDeviceGetVersion
mswmdm/IMDSPDevice::GetVersion
wmdm.imdspdevice_getversion
wmdm\imdspdevice_getversion.htm
WMDM
88c935ad-dbf0-41bb-8676-ddafe9d1fe0e
12/05/2018
GetVersion, GetVersion method [windows Media Device Manager], GetVersion method [windows Media Device Manager],IMDSPDevice interface, IMDSPDevice interface [windows Media Device Manager],GetVersion method, IMDSPDevice.GetVersion, IMDSPDevice::GetVersion, IMDSPDeviceGetVersion, mswmdm/IMDSPDevice::GetVersion, wmdm.imdspdevice_getversion
mswmdm.h
Windows
Mssachlp.lib
Windows
19H1
IMDSPDevice::GetVersion
mswmdm/IMDSPDevice::GetVersion
c++
APIRef
kbSyntax
COM
mssachlp.lib
mssachlp.dll
IMDSPDevice.GetVersion

IMDSPDevice::GetVersion

-description

The GetVersion method retrieves the version number of the device.

-parameters

-param pdwVersion [out]

Pointer to a DWORD to receive the version number of the device.

-returns

The method returns an HRESULT. All the interface methods in Windows Media Device Manager can return any of the following classes of error codes:

  • Standard COM error codes
  • Windows error codes converted to HRESULT values
  • Windows Media Device Manager error codes
For an extensive list of possible error codes, see Error Codes.

-remarks

This method is optional. For more information, see Mandatory and Optional Interfaces.

-see-also

IMDSPDevice Interface