Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
Gets the dimensions of the array.
Syntax
Parameters
dwCount
[in] The number of dimensions to retrieve.
dwDimensions
[in, out] An array that is filled in with the sizes of each dimension. dwCount specifies the maximum size of the dwDimensions array.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
A multi-dimensional array can have different sizes for each dimension. For example, given the three-dimensional array myarray[3][2][6], this method would return 3, 2, and 6 in the dwDimensions parameter in that order.