C++
struct ads_binary { short clen; char * buf; };
File
adsdef.h
Members
| Members | Description |
|---|---|
| clen | Length of binary chunk in bytes |
| buf | Pointer to binary data |
Description
Structure designed to contain binary extended entity data (xdata.) See ObjectARX Global Utility Functions->Lists and Other Dynamically Allocated Data->Extended Data Exclusive Data Types in the ObjectARX Developer's Guide for more information.