1 #ifndef _INC_WIN32ERR_H 2 #define _INC_WIN32ERR_H 3 4 VOID 5 PrintWin32Error( 6 PWCHAR Message, 7 DWORD ErrorCode 8 ); 9 #endif /* ndef _INC_WIN32ERR_H */ 10