Share via


DbgLockTrace (Compact 2013)

3/26/2014

This function enables or disables debug logging of a given critical section.

Syntax

void WINAPI DbgLockTrace(
  CCritSec* pcCrit,
  BOOL fTrace
);

Parameters

  • pcCrit
    Pointer to a CCritSec critical section.
  • fTrace
    Set to TRUE to enable logging or FALSE to disable it.

Return Value

None.

Remarks

This function does nothing unless DEBUG is defined when the DirectShow headers are included.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

CCritSec Debug Functions