Compartilhar via


IWMDMLogger::IsEnabled

banner art

The IsEnabled method determines whether logging is enabled.

Syntax

HRESULT IsEnabled(
  BOOL*  pfEnabled
);

Parameters

pfEnabled

[out]  Pointer to a flag that is true on output if logging is enabled.

Return Values

The method returns an HRESULT. All the interface methods in Windows Media Device Manager and service provider 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 a complete list of possible error codes, see Error Codes.

Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.
E_INVALIDARG A parameter is invalid or is a NULL pointer.
E_FAIL An unspecified error occurred.

Remarks

The file WmdmLog.idl is the IDL source code for WmdmLog.dll. This file is processed by the MIDL tool to produce the type library (WmdmLog.tlb) and marshaling code.

Requirements

Header: Defined in wmdmlog.idl.

Library: mssachlp.lib

See Also