Edit

Share via


IDebugArrayObject2::HasBaseIndices

Determines if the array has base indices (lower bounds) defined.

Syntax

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.