The following is in the details section of the event 2000 error:
Binary data:
In Words
0000: 00040000 00580001 00000000 C00007D0
0008: 00000000 C000000D 00000000 00000000
0010: 00000000 00000000 02000320
Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.
The following is in the details section of the event 2000 error:
Binary data:
In Words
0000: 00040000 00580001 00000000 C00007D0
0008: 00000000 C000000D 00000000 00000000
0010: 00000000 00000000 02000320
When opening or creating a file with the CreateFile function, the FILE_FLAG_NO_BUFFERING flag can be specified to disable system caching of data being read from or written to the file.
This flag eliminates all read-ahead file buffering and disk caching so that all reads are guaranteed to come from the file and not from any system buffer or disk cache.
Keywords: vkball, kb