ReactOS 0.4.15-dev-7958-gcd0bb1a
_MODE_SENSE_USER_IN Struct Reference

#include <cdrw_usr.h>

Collaboration diagram for _MODE_SENSE_USER_IN:

Public Attributes

union {
   UCHAR   Byte
 
   struct {
      UCHAR   PageCode: 6
 
      UCHAR   Reserved0: 1
 
      UCHAR   PageSavable: 1
 
   }   Fields
 
PageCode
 

Detailed Description

Definition at line 821 of file cdrw_usr.h.

Member Data Documentation

◆ Byte

UCHAR _MODE_SENSE_USER_IN::Byte

Definition at line 823 of file cdrw_usr.h.

◆ 

struct { ... } _MODE_SENSE_USER_IN::Fields

◆ PageCode [1/2]

UCHAR _MODE_SENSE_USER_IN::PageCode

Definition at line 825 of file cdrw_usr.h.

Referenced by UDFSetCaching().

◆  [2/2]

union { ... } _MODE_SENSE_USER_IN::PageCode

◆ PageSavable

UCHAR _MODE_SENSE_USER_IN::PageSavable

Definition at line 827 of file cdrw_usr.h.

◆ Reserved0

UCHAR _MODE_SENSE_USER_IN::Reserved0

Definition at line 826 of file cdrw_usr.h.


The documentation for this struct was generated from the following file: