Go to the source code of this file.
Macros | |
#define | XSPORTINFOARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsPortInfoArrayDescriptor) |
Typedefs | |
typedef struct XsPortInfoArray | XsPortInfoArray |
Functions | |
XSARRAY_STRUCT (XsPortInfoArray, struct XsPortInfo) | |
XSTYPES_DLL_API void | XsPortInfoArray_construct (XsPortInfoArray *thisPtr, XsSize count, struct XsPortInfo const *src) |
Variables | |
const XsArrayDescriptor XSTYPES_DLL_API | g_xsPortInfoArrayDescriptor |
Descriptor for XsPortInfoArray. More... | |
#define XSPORTINFOARRAY_INITIALIZER XSARRAY_INITIALIZER(&g_xsPortInfoArrayDescriptor) |
Definition at line 78 of file xsportinfoarray.h.
typedef struct XsPortInfoArray XsPortInfoArray |
Definition at line 82 of file xsportinfoarray.h.
XSARRAY_STRUCT | ( | XsPortInfoArray | , |
struct XsPortInfo | |||
) |
XSTYPES_DLL_API void XsPortInfoArray_construct | ( | XsPortInfoArray * | thisPtr, |
XsSize | count, | ||
struct XsPortInfo const * | src | ||
) |
const XsArrayDescriptor XSTYPES_DLL_API g_xsPortInfoArrayDescriptor |
Descriptor for XsPortInfoArray.
Definition at line 91 of file xsportinfoarray.c.