Go to the source code of this file.
Macros | |
#define | XSDEVICEPTRARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsDevicePtrArrayDescriptor) |
Typedefs | |
typedef struct XsDevicePtrArray | XsDevicePtrArray |
Functions | |
XSARRAY_STRUCT (XsDevicePtrArray, XsDevicePtr) | |
XDA_DLL_API void | XsDevicePtrArray_construct (XsDevicePtrArray *thisPtr, XsSize count, XsDevicePtr const *src) |
Variables | |
const XsArrayDescriptor XDA_DLL_API | g_xsDevicePtrArrayDescriptor |
Descriptor for XsDevicePtrArray. More... | |
#define XSDEVICEPTRARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsDevicePtrArrayDescriptor) |
Definition at line 79 of file xsdeviceptrarray.h.
typedef struct XsDevicePtrArray XsDevicePtrArray |
Definition at line 82 of file xsdeviceptrarray.h.
XSARRAY_STRUCT | ( | XsDevicePtrArray | , |
XsDevicePtr | |||
) |
XDA_DLL_API void XsDevicePtrArray_construct | ( | XsDevicePtrArray * | thisPtr, |
XsSize | count, | ||
XsDevicePtr const * | src | ||
) |
Definition at line 124 of file xsdeviceptrarray.c.
const XsArrayDescriptor XDA_DLL_API g_xsDevicePtrArrayDescriptor |
Descriptor for XsDevicePtrArray.
Definition at line 109 of file xsdeviceptrarray.c.