Share via


IDebugField::GetKind

This method gets the kind of field.

HRESULT GetKind( 
   FIELD_KIND* pdwKind
);
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

Reference

IDebugField

FIELD_KIND