void GetUBound( DWORD dwDim, long* pUBound );
Parameters
dwDim
The array dimension for which to get the upper bound.
pUBound
Pointer to the location to return the upper bound.
Remarks
Call this function to return the upper bound for any dimension of a safe array. On error, the function throws a COleException.
COleSafeArray Overview | Class Members | Hierarchy Chart
See Also COleSafeArray::GetLBound, SafeArrayGetUBound