SRM Reference Manual
Types
SRM_Boolean
/*
 * ENUM: SRM_Boolean
 *
 *   SRM API definition of boolean.
 */
typedef enum
{
SRM_FALSE = 0,
SRM_TRUE = 1
} SRM_Boolean;



Prev: SRM_AUTM_Parameters_3D. Next: SRM_Byte.


Return to: Top of this Page, Type Index

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