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