Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Sets the CComSafeArrayBound to a new value.
CComSafeArrayBound & operator =(
const CComSafeArrayBound & bound
) throw( );
CComSafeArrayBound & operator =(
ULONG ulCount
) throw( );
Parameters
bound
A CComSafeArrayBound object.ulCount
The number of elements.
Return Value
Returns a pointer to the CComSafeArrayBound object.
Remarks
The CComSafeArrayBound object can be assigned using an existing CComSafeArrayBound, or by supplying the number of elements, in which case the lower bound is set to 0 by default.
Requirements
Header: atlsafe.h