Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A version of this page is also available for
4/8/2010
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 |
| Windows Embedded CE | Windows CE .NET 4.2 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |