ReactOS 0.4.15-dev-8096-ga0eec98
op_mask Struct Reference

structure holding startup flags More...

Public Attributes

BOOL w9xonly
 
BOOL ntonly
 
BOOL startup
 
BOOL preboot
 
BOOL prelogin
 
BOOL postlogin
 

Detailed Description

structure holding startup flags

Definition at line 416 of file startup.c.

Member Data Documentation

◆ ntonly

BOOL op_mask::ntonly

Definition at line 418 of file startup.c.

Referenced by startup().

◆ postlogin

BOOL op_mask::postlogin

Definition at line 422 of file startup.c.

Referenced by startup().

◆ preboot

BOOL op_mask::preboot

Definition at line 420 of file startup.c.

Referenced by startup().

◆ prelogin

BOOL op_mask::prelogin

Definition at line 421 of file startup.c.

Referenced by startup().

◆ startup

BOOL op_mask::startup

Definition at line 419 of file startup.c.

Referenced by startup().

◆ w9xonly

BOOL op_mask::w9xonly

Definition at line 417 of file startup.c.

Referenced by startup().


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