Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
280 B

  1. // $Header: G:/SwDev/WDM/Video/bt848/rcs/Retcode.h 1.3 1998/04/29 22:43:37 tomz Exp $
  2. #ifndef __RETCODE_H
  3. #define __RETCODE_H
  4. /* Type: ErrorCode
  5. * Purpose: Defines the error codes
  6. */
  7. typedef enum { Success, Fail } ErrorCode;
  8. #define ERROR_CODE_DEFINED
  9. #endif