Share via


IDMOQualityControl::GetStatus

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This method determines whether quality control is active.

Syntax

HRESULT GetStatus(
  DWORD* pdwFlags
);

Parameters

  • pdwFlags
    [out] Pointer to a variable that receives the quality control status. If quality control is disabled, the value is zero. If quality control is enabled, the value is DMO_QUALITY_STATUS_ENABLED.

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description

S_OK

Success

E_POINTER

NULL pointer value

Requirements

Header dmo.h
Library Dmoguid.lib
Windows Embedded CE Windows CE .NET 4.1 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

IDMOQualityControl