IDebugField::GetKind

This method gets the kind of field.

Syntax

int GetKind(
   out enum_FIELD_KIND pdwKind
);

Parameters

pdwKind
[out] Returns the kind of field as a combination of FIELD_KIND constants.

Return Value

If successful, returns S_OK; otherwise, returns an error code.

See also