/*++ Copyright (c) 2011 Microsoft Corporation Module Name: utility.h Abstract: The header of commonly used routine by the user program. Environment: User mode --*/ #ifndef __UTILITY_H__ #define __UTILITY_H__ #include VOID DisplayError ( _In_ DWORD Code ); #endif