|
iDRS™ SDK 16
|
Interface for CPageCustomData wrapper. More...
Go to the source code of this file.
Functions | |
| void | CPageCustomData_SetCustomData (CPageCustomData argCPageCustomData, const CMemoryBuffer argCustomData, idrs_exception *pargException) |
| Set the custom data to be stored in this object. The iDRS will perform no interpretation of the provided buffer, and simply store it as-is. | |
| CMemoryBuffer | CPageCustomData_GetCustomData (const CPageCustomData argCPageCustomData, idrs_exception *pargException) |
| Get the custom data stored in this object. | |
Interface for CPageCustomData wrapper.
| CMemoryBuffer CPageCustomData_GetCustomData | ( | const CPageCustomData | argCPageCustomData, |
| idrs_exception * | pargException | ||
| ) |
Get the custom data stored in this object.
| argCPageCustomData | CPageCustomData handle |
| pargException | Pointer to exception structure that will be filled if an exception occurs |
| void CPageCustomData_SetCustomData | ( | CPageCustomData | argCPageCustomData, |
| const CMemoryBuffer | argCustomData, | ||
| idrs_exception * | pargException | ||
| ) |
Set the custom data to be stored in this object. The iDRS will perform no interpretation of the provided buffer, and simply store it as-is.
| argCPageCustomData | CPageCustomData handle |
| argCustomData | The custom data |
| pargException | Pointer to exception structure that will be filled if an exception occurs |