COleSafeArray::GetUBound

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 OverviewClass MembersHierarchy Chart

See Also   COleSafeArray::GetLBound, SafeArrayGetUBound