Share via


DSFFlagType Enumeration

The DSFFlagType enumeration contains values that identify diagnostic flag types.

Syntax

typedef enum DSFFlagType {
  DSFDebugFlags    = 0,
  DSFLogFlags      = 1,
  DSFStdOutFlags   = 2 
} DSFFlagType;

Constants

  • DSFDebugFlags
    A value that indicates debugging.

  • DSFLogFlags
    A value that indicates logging.

  • DSFStdOutFlags
    A value that indicates standard outputting.

Remarks

A DSFFlagType enumeration value is specified in the IDSF::SetDriverFlags and IDSFDebug::SetObjectFlags methods to indicate the type of diagnostic to set.

Requirements

Version

Header

Dsfif.h (include Dsfif.h)

See Also

IDSF::SetDriverFlags

IDSFDebug::SetObjectFlags

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010