windows-nt/Source/XPSP1/NT/drivers/wdm/capture/mini/bt848/retcode.h

15 lines
266 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
// $Header: G:/SwDev/WDM/Video/bt848/rcs/Retcode.h 1.3 1998/04/29 22:43:37 tomz Exp $
#ifndef __RETCODE_H
#define __RETCODE_H
/* Type: ErrorCode
* Purpose: Defines the error codes
*/
typedef enum { Success, Fail } ErrorCode;
#define ERROR_CODE_DEFINED
#endif