Function Reference
_SafeArrayGetDim
Retrieves the number of dimensions in a SafeArray.
_SafeArrayGetDim($pSafeArray)
Parameters
$pSafeArray
Pointer to the SafeArray.
Return Value
Success:
Number of dimensions.
Failure:
0 and sets @error to 1 (DllCall failure).
Remarks
Used to determine the dimensionality of a SafeArray.
Related
_SafeArrayGetLBound
,
_SafeArrayGetUBound