SafeArrayGetDim function (oleauto.h)
Gets the number of dimensions in the array.
Syntax
UINT SafeArrayGetDim(
[in] SAFEARRAY *psa
);
Parameters
[in] psa
An array descriptor created by SafeArrayCreate.
Return value
The number of dimensions in the array.
Requirements
Requirement | Value |
---|---|
Target Platform | Windows |
Header | oleauto.h |
Library | OleAut32.lib |
DLL | OleAut32.dll |