Skip to content

Latest commit

 

History

History
92 lines (79 loc) · 2.7 KB

nf-mswmdm-iwmdmdevice-getstatus.md

File metadata and controls

92 lines (79 loc) · 2.7 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.IWMDMDevice.GetStatus
IWMDMDevice::GetStatus (mswmdm.h)
The GetStatus method retrieves device status information.
GetStatus
GetStatus method [windows Media Device Manager]
GetStatus method [windows Media Device Manager]
IWMDMDevice interface
IWMDMDevice interface [windows Media Device Manager]
GetStatus method
IWMDMDevice.GetStatus
IWMDMDevice::GetStatus
IWMDMDeviceGetStatus
mswmdm/IWMDMDevice::GetStatus
wmdm.iwmdmdevice_getstatus
wmdm\iwmdmdevice_getstatus.htm
WMDM
18445ba5-6c91-4b4c-8f9b-b9d94fd96155
12/05/2018
GetStatus, GetStatus method [windows Media Device Manager], GetStatus method [windows Media Device Manager],IWMDMDevice interface, IWMDMDevice interface [windows Media Device Manager],GetStatus method, IWMDMDevice.GetStatus, IWMDMDevice::GetStatus, IWMDMDeviceGetStatus, mswmdm/IWMDMDevice::GetStatus, wmdm.iwmdmdevice_getstatus
mswmdm.h
Windows
Mssachlp.lib
Windows
19H1
IWMDMDevice::GetStatus
mswmdm/IWMDMDevice::GetStatus
c++
APIRef
kbSyntax
COM
mssachlp.lib
mssachlp.dll
IWMDMDevice.GetStatus

IWMDMDevice::GetStatus

-description

The GetStatus method retrieves device status information.

-parameters

-param pdwStatus [out]

Pointer to a DWORD specifying the device status. The possible values returned in pdwStatus are provided in the following table.

Status Description
WMDM_STATUS_READY Windows Media Device Manager and its subcomponents are in a ready state.
WMDM_STATUS_BUSY An operation is ongoing. Evaluate status values to determine the operation.

-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.

-see-also

IWMDMDevice Interface