Windows Media Format SDK banner art
PreviousNext

IWMDMLogger Interface

The IWMDMLogger interface is used by Windows Media Device Manager plug-ins to create consistent log entries in a common log file. Components do not need to be certified to use this object.

In addition to the methods inherited from IUnknown, the IWMDMLogger interface exposes the following methods.

Method Description
GetLogFileName Returns the full path to the current log file.
SetLogFileName Sets the full path to the current log file. All subsequent log entries are placed in this file.
GetSizeParams Retrieves the current size parameters of the current log file.
SetSizeParams Sets the current size parameters for the current log file.
LogString Logs a string to the current log file.
LogDword Logs up to three DWORD values to the current log file.
Reset Deletes the contents of the current log file.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.