ReactOS 0.4.16-dev-401-g45b008d
|
#include <compat.h>
Public Attributes | |
USHORT | cDims |
USHORT | fFeatures |
ULONG | cbElements |
ULONG | cLocks |
PVOID | pvData |
SAFEARRAYBOUND | rgsabound [1] |
ULONG tagSAFEARRAY::cbElements |
Definition at line 2357 of file compat.h.
Referenced by elem_wire_size(), SafeArrayCopyData(), test_marshal_LPSAFEARRAY(), test_PropVariantCompare(), and test_safearray().
USHORT tagSAFEARRAY::cDims |
Definition at line 2355 of file compat.h.
Referenced by check_safearray(), document_write(), LPSAFEARRAY_UserUnmarshal(), SafeArrayCopyData(), SLTG_DoType(), test_marshal_LPSAFEARRAY(), test_PropVariantCompare(), and test_safearray().
ULONG tagSAFEARRAY::cLocks |
Definition at line 2358 of file compat.h.
Referenced by check_safearray(), test_marshal_LPSAFEARRAY(), test_PropVariantCompare(), and test_safearray().
USHORT tagSAFEARRAY::fFeatures |
Definition at line 2356 of file compat.h.
Referenced by check_safearray(), test_marshal_LPSAFEARRAY(), test_marshal_VARIANT(), test_PropVariantCompare(), test_safearray(), test_SafeArrayCopy(), and test_SafeArrayCopyData().
PVOID tagSAFEARRAY::pvData |
Definition at line 2359 of file compat.h.
Referenced by async_doc_navigate(), test_marshal_LPSAFEARRAY(), test_marshal_VARIANT(), test_PropVariantCompare(), and test_SafeArrayCopyData().
SAFEARRAYBOUND tagSAFEARRAY::rgsabound[1] |
Definition at line 2360 of file compat.h.
Referenced by check_safearray(), document_write(), SafeArrayCopyData(), SLTG_DoType(), test_marshal_LPSAFEARRAY(), test_PropVariantCompare(), test_safearray(), and test_SafeArrayCopyData().