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.
Gets the number of elements in the array.
HRESULT GetNumberOfElements(
DWORD* pdwNumElements
);
int GetNumberOfElements(
out uint pdwNumElements
);
Parameters
- pdwNumElements
[out] Returns the number of elements in the array.
Return Value
If successful, returns S_OK; otherwise, returns an error code.
Remarks
The value returned is the total number of elements in the array, regardless of the number of dimensions.