EDCS Reference Manual
Types
EDCS_Boolean
/*
 * ENUM: EDCS_Boolean
 *
 *   EDCS API definition of boolean.
 */
typedef enum
{
EDCS_FALSE = 0,
EDCS_TRUE = 1
} EDCS_Boolean;



Prev: EDCS_Attribute_With_Value_Entry. Next: EDCS_Byte_Unsigned.


Return to: Top of this Page, Type Index

Last updated: May 15, 2003 Copyright © 2003 SEDRIS™