次の方法で共有


IDebugArrayObject2::HasBaseIndices

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.