DSMCC Version 1.0
DTVKit DSMCC Documentation
 All Data Structures Files Functions Typedefs
Data Structures | Macros | Typedefs | Functions
dsmObject.h File Reference

Header to dsmObject module - functions for managing DSM object heap. More...

#include "clDsmSystem.h"
#include "linkList.h"
#include "object.h"

Go to the source code of this file.

Data Structures

struct  _clDsmObjectHandle_struct
 

Macros

#define DSM_OBJECT_MAGIC   0xF1D3B597
 
#define DSM_OBJECT_VALIDATE(pDsmObject)   (pDsmObject->magic == DSM_OBJECT_MAGIC)
 
#define DEFFERED_SERVICE_RECEIVED   0xD0FE
 

Typedefs

typedef struct
_clDsmObjectHandle_struct 
DsmObject_t
 
typedef struct
_clDsmObjectHandle_struct
pDsmObject_t
 

Functions

clDsmErr_t objectCreate (pclDsmInstData_t idp, MemHandle *phObject)
 
void objectDestroy (pclDsmInstData_t idp, MemHandle *phObject)
 

Detailed Description

Header to dsmObject module - functions for managing DSM object heap.

Date
1/2/2002
Author
N Kirkland