Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |