ReactOS 0.4.15-dev-7906-g1b85a5f
_RTL_BSD_DATA Struct Reference

#include <rtltypes.h>

Collaboration diagram for _RTL_BSD_DATA:

Public Attributes

ULONG Version
 
ULONG ProductType
 
BOOLEAN AabEnabled
 
UCHAR AabTimeout
 
BOOLEAN LastBootSucceeded
 
BOOLEAN LastBootShutdown
 
BOOLEAN SleepInProgress
 
RTL_BSD_DATA_POWER_TRANSITION PowerTransition
 
UCHAR BootAttemptCount
 
UCHAR LastBootCheckpoint
 
UCHAR Checksum
 
ULONG LastBootId
 
ULONG LastSuccessfulShutdownBootId
 
ULONG LastReportedAbnormalShutdownBootId
 
RTL_BSD_DATA_ERROR_INFO ErrorInfo
 
RTL_BSD_POWER_BUTTON_PRESS_INFO PowerButtonPressInfo
 

Detailed Description

Definition at line 1332 of file rtltypes.h.

Member Data Documentation

◆ AabEnabled

BOOLEAN _RTL_BSD_DATA::AabEnabled

Definition at line 1336 of file rtltypes.h.

Referenced by RtlCreateBootStatusDataFile().

◆ AabTimeout

UCHAR _RTL_BSD_DATA::AabTimeout

Definition at line 1337 of file rtltypes.h.

Referenced by RtlCreateBootStatusDataFile().

◆ BootAttemptCount

UCHAR _RTL_BSD_DATA::BootAttemptCount

Definition at line 1342 of file rtltypes.h.

◆ Checksum

UCHAR _RTL_BSD_DATA::Checksum

Definition at line 1344 of file rtltypes.h.

◆ ErrorInfo

RTL_BSD_DATA_ERROR_INFO _RTL_BSD_DATA::ErrorInfo

Definition at line 1348 of file rtltypes.h.

◆ LastBootCheckpoint

UCHAR _RTL_BSD_DATA::LastBootCheckpoint

Definition at line 1343 of file rtltypes.h.

◆ LastBootId

ULONG _RTL_BSD_DATA::LastBootId

Definition at line 1345 of file rtltypes.h.

◆ LastBootShutdown

BOOLEAN _RTL_BSD_DATA::LastBootShutdown

Definition at line 1339 of file rtltypes.h.

◆ LastBootSucceeded

BOOLEAN _RTL_BSD_DATA::LastBootSucceeded

Definition at line 1338 of file rtltypes.h.

Referenced by RtlCreateBootStatusDataFile().

◆ LastReportedAbnormalShutdownBootId

ULONG _RTL_BSD_DATA::LastReportedAbnormalShutdownBootId

Definition at line 1347 of file rtltypes.h.

◆ LastSuccessfulShutdownBootId

ULONG _RTL_BSD_DATA::LastSuccessfulShutdownBootId

Definition at line 1346 of file rtltypes.h.

◆ PowerButtonPressInfo

RTL_BSD_POWER_BUTTON_PRESS_INFO _RTL_BSD_DATA::PowerButtonPressInfo

Definition at line 1349 of file rtltypes.h.

◆ PowerTransition

RTL_BSD_DATA_POWER_TRANSITION _RTL_BSD_DATA::PowerTransition

Definition at line 1341 of file rtltypes.h.

◆ ProductType

ULONG _RTL_BSD_DATA::ProductType

Definition at line 1335 of file rtltypes.h.

Referenced by RtlCreateBootStatusDataFile().

◆ SleepInProgress

BOOLEAN _RTL_BSD_DATA::SleepInProgress

Definition at line 1340 of file rtltypes.h.

◆ Version

ULONG _RTL_BSD_DATA::Version

Definition at line 1334 of file rtltypes.h.

Referenced by OslpGetSetBootStatusData(), and RtlCreateBootStatusDataFile().


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