43 lines
371 B
C
43 lines
371 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1999 Microsoft Corporation
|
||
|
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
client.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Holds client.c header information.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
abhisheV 21-September-1999
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Level: Win32
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
|
||
|
--*/
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
DWORD
|
||
|
TranslateExceptionCode(
|
||
|
DWORD dwExceptionCode
|
||
|
);
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|