Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.