Changeset 20961 in vbox for trunk/src/VBox/Additions/WINNT/i8042prt/include
- Timestamp:
- Jun 26, 2009 8:45:18 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 49150
- Location:
- trunk/src/VBox/Additions/WINNT/i8042prt/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/i8042prt/include/mce.h
r1 r20961 289 289 ERROR_RECORD_VALID Valid; // 11: Validation bits 290 290 ULONG Length; // 12: Length of this record in bytes, including the header 291 ERROR_TIMESTAMP TimeStamp; // 16: Timestamp recorded when event occur ed291 ERROR_TIMESTAMP TimeStamp; // 16: Timestamp recorded when event occurred 292 292 UCHAR OemPlatformId[16]; // 24: Unique platform identifier. OEM defined. 293 293 } ERROR_RECORD_HEADER, *PERROR_RECORD_HEADER; … … 498 498 ULONGLONG Internal:1; // 5 : Internal bus error 499 499 ULONGLONG External:1; // 6 : External bus error 500 ULONGLONG CacheTransfer:1; // 7 : Error occur ed in Cache to Cache Transfer500 ULONGLONG CacheTransfer:1; // 7 : Error occurred in Cache to Cache Transfer 501 501 ULONGLONG Type:8; // 8-15: Transaction type 502 502 ULONGLONG Severity:5; // 16-20: Error severity - platform specific -
trunk/src/VBox/Additions/WINNT/i8042prt/include/ntiologc.h
r1 r20961 531 531 // A valid crash dump was found in the paging file while trying to configure 532 532 // a direct dump. Direct dump is disabled! This occurs when the direct dump 533 // option is set in the registry but a stop error occur ed before configuration533 // option is set in the registry but a stop error occurred before configuration 534 534 // completed 535 535 //
Note:
See TracChangeset
for help on using the changeset viewer.