CComSafeArrayBound::operator =
CComSafeArrayBound に新しい値を設定します。
CComSafeArrayBound & operator =(
const CComSafeArrayBound & bound
) throw( );
CComSafeArrayBound & operator =(
ULONG ulCount
) throw( );
パラメーター
bound
CComSafeArrayBound オブジェクト。ulCount
要素数。
戻り値
CComSafeArrayBound オブジェクトへのポインターを返します。
解説
CComSafeArrayBound オブジェクトは、既存の CComSafeArrayBound を使用するか、または要素数を指定して割り当てることができます。この場合、下限には 0 が既定で設定されます。
必要条件
**ヘッダー:**atlsafe.h