/*
 * TYPEDEF: SE_OBJECT_ID
 *
 *   Pointer to a SEDRIS Object ID. The definition of a SEDRIS Object ID
 *   is hidden by the implementation of this API. The user of this API
 *   simply passes in and receives back an SE_OBJECT_ID for functions
 *   that deal with SEDRIS object IDs.
 */
typedef struct SE_ObjectID *SE_OBJECT_ID;
Prev: SE_OBJECT. Next: SE_OCT_TREE_SELECT_PARAMETERS. Up:Index