Share via


DbgCheckModuleLevel

 
Microsoft DirectShow 9.0

DbgCheckModuleLevel

The DbgCheckModuleLevel function checks whether logging is enabled for the given message types and level. Ignored in retail builds.

Syntax

  BOOL DbgCheckModuleLevel(
    DWORD Types,
    DWORD Level
);

Parameters

Types

Bitwise combination of one or more message types.

Level

Logging level

Return Value

Returns TRUE if logging for any of the specified message types is set to the specified level or higher. Otherwise, returns FALSE.

Requirements

**  Header:** Declared in Wxdebug.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also