#include <hs_common.h>
This struct is used to represent an ID external to ALP. Because the external ID can be anything, such as an int, string, binary object, etc, it is defined as a void*.
Data Fields | |
| int16_t | buff_size |
| The size of this buffer, in bytes. | |
| void * | external_id |
| A pointer to a buffer that contains the actual external ID. | |
| int16_t | id_size |
| The size of the external ID, in bytes. It must not exceed the buffer size. | |
|
|
The size of this buffer, in bytes.
|
|
|
A pointer to a buffer that contains the actual external ID.
|
|
|
The size of the external ID, in bytes. It must not exceed the buffer size.
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.