Condividi tramite


IDMOQualityControl::GetStatus (Windows CE 5.0)

Send Feedback

This method determines whether quality control is active.

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 Values

Returns an HRESULT value. Possible values include the following.

Value Description
S_OK Success
E_POINTER NULL pointer value

Requirements

OS Versions: Windows CE .NET 4.1 and later.
Header: Dmo.h.
Link Library: Dmoguid.lib.

See Also

IDMOQualityControl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.