The SEDRIS Data Representation Model
APPENDIX C - Types
SE_Boolean
/*
 * ENUM: SE_Boolean
 *
 *   DRM API definition of boolean.
 */
typedef enum
{
SE_FALSE = 0,
SE_TRUE = 1
} SE_Boolean;



Prev: SE_Axis_Alignment. Next: SE_Byte.


Return to: Top of this Page, Type Index

Last updated: July 16, 2004 Copyright © 2004 SEDRIS