Share via


CEL_BOOT_TIME (Compact 2013)

3/28/2014

This structure contains information about events in the startup sequence.

Syntax

typedef struct _CEL_BOOT_TIME {
    DWORD dwAction;
    WCHAR szName[0];
} CEL_BOOT_TIME, *PCEL_BOOT_TIME;

Members

  • dwAction
    Type of boot event.
    For information about the defined values for this member, see Remarks.
  • szName
    Optional. The name of the event.

Remarks

The dwAction member must be one of the following:

Action

Value

BOOT_TIME_LAUNCHING_FS

01

BOOT_TIME_FS_INITED

10

BOOT_TIME_FS_OBJ_STORE_INITIALIZED

11

BOOT_TIME_FS_FILES_INITIALIZED

12

BOOT_TIME_FS_REG_INITIALIZED

13

BOOT_TIME_FS_DB_INITIALIZED

14

BOOT_TIME_FS_LAUNCH

15

BOOT_TIME_DEV_ACTIVATE

20

BOOT_TIME_DEV_FINISHED

21

BOOT_TIME_GWES_FINISHED

30

BOOT_TIME_SYSTEM_STARTED

40

Requirements

Header

celog.h

See Also

Reference

CeLog Event Tracking Structures
CeLog Zones
CeLog Event Identifiers