Header to dsmObject module - functions for managing DSM object heap. More...
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) |
Header to dsmObject module - functions for managing DSM object heap.
1.8.6