RILRESETMODEMCONFIGVALUE structure

This topic supports the Windows driver infrastructure and is not intended to be used directly from your code.

Syntax

typedef struct _RILRESETMODEMCONFIGVALUE {
  DWORD                          cbSize;
  DWORD                          dwType;
  NULL                           RILRESETMODEMCONFIGVALUEUNION;
  RILRESETMODEMCONFIGVALUEUNION  configValueUnion;
  BOOL                           fValue;
  DWORD                          dwValue;
  WCHAR [256]                    wszValue;
} RILRESETMODEMCONFIGVALUE, RILRESETMODEMCONFIGVALUE;

Members

  • cbSize

  • dwType

  • RILRESETMODEMCONFIGVALUEUNION

  • configValueUnion

  • fValue

  • dwValue

  • wszValue

Requirements

Header

Ntddrilapitypes.h

 

 

Send comments about this topic to Microsoft