CComSafeArray::GetUpperBound

返回数组的所有维度的上限。

LONG GetUpperBound(
   UINT uDim = 0 
) const;

参数

  • uDim
    数组维度获取上限。 如果省略,默认值为0。

返回值

返回了上限。 此值是包含的,此维度的最大有效的索引。

备注

在错误,例如,无效维度参数情况下,此方法调用使用描述错误的HRESULT的 AtlThrow

要求

Header: atlsafe.h

请参见

参考

CComSafeArray选件类

CComSafeArray::GetLowerBound

CComSafeArray::GetCount