Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Determines if the array has base indices (lower bounds) defined.
HRESULT HasBaseIndices (
BOOL* pfHasBaseIndices
);
int HasBaseIndices (
out bool pfHasBaseIndices
);
Parameters
- pfHasBaseIndices
[out] TRUE to specify that the array has base indices (lower bounds); otherwise, FALSE.
Return Value
If successful, returns S_OK; otherwise, returns an error code.