SafeArrayGetElemsize function (oleauto.h)
Gets the size of an element.
Syntax
UINT SafeArrayGetElemsize(
[in] SAFEARRAY *psa
);
Parameters
[in] psa
An array descriptor created by SafeArrayCreate.
Return value
The size of an element in a safe array, in bytes.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |