FSCRT_ARRAY Struct Reference

Structure for array. More...

#include <fs_base_r.h>

Public Attributes

FS_INT32 dataType
 The data type. Please refer to macros definition FSCRT_VT_XXX.
 
FS_DWORD count
 The element count of the array.
 
FS_LPVOID data
 The memory address of the first element, followed by the other elements, which are continuous in the memory. More...
 

Detailed Description

Structure for array.

Member Data Documentation

FS_LPVOID FSCRT_ARRAY::data

The memory address of the first element, followed by the other elements, which are continuous in the memory.

Note
The data buffer would be always allocated by function FSCRT_Memory_Alloc, and then caller should call function FSCRT_Array_Clear to free the buffer.

The documentation for this struct was generated from the following file:

Foxit Corporation