Share via


DSFBitOp Enumeration

The DSFBitOp enumeration contains values that specify bitwise operations.

Syntax

typedef enum DSFBitOp {
  DSFBitOff      = 0,
  DSFBitOn       = 1,
  DSFBitToggle   = 2 
} DSFBitOp;

Constants

  • DSFBitOff
    A value that indicates that a specified bit is to be turned off.

  • DSFBitOn
    A value that indicates that a specified bit is to be turned on.

  • DSFBitToggle
    A value that indicates that a specified bit is to be toggled.

Remarks

A DSFBitOp enumeration value is specified in the IDSFDevice::SetStateBit method to indicate the type of bitwise operation to perform.

Requirements

Version

Header

Dsfif.h (include Dsfif.h)

See Also

IDSFDevice::SetStateBit

 

 

Send comments about this topic to Microsoft

Build date: 9/21/2010