Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

data.c

Go to the documentation of this file.
00001 /*++ 00002 00003 Copyright (c) 1998 Microsoft Corporation 00004 00005 Module Name: 00006 00007 data.c 00008 00009 Abstract: 00010 00011 This module contains the declarations of global data 00012 00013 Author: 00014 00015 Michael Tsang (MikeTs) 2-Sep-1998 00016 00017 Environment: 00018 00019 Kernel mode 00020 00021 Revision History: 00022 00023 00024 --*/ 00025 00026 #include "pch.h" 00027 00028 CONST GUID IoepGuid = {0x07dea000, 0x5fdc, 0x11d2, 00029 {0x9b, 0xae, 0x00, 0xc0, 0x4f, 0x8e, 0xcb, 0x68}}; 00030 KSPIN_LOCK IoepErrListLock = {0}; 00031 LIST_ENTRY IoepErrThreadListHead = {0}; 00032 LIST_ENTRY IoepErrModuleListHead = {0}; 00033 LIST_ENTRY IoepSaveDataListHead = {0}; 00034 UNICODE_STRING IoepRegKeyStrIoErr = {0}; 00035 PERRCASEDB IoepErrCaseDB = NULL; 00036 00037 00038

Generated on Sat May 15 19:39:38 2004 for test by doxygen 1.3.7