Share via


IDebugExtendedField::GetExtendedKind

Note

This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here

Retrieves the specified extended field kind.

Syntax

HRESULT GetExtendedKind(  
   FIELD_KIND_EX* pdwKind  
);  
int GetExtendedKind(  
   ref enum_FIELD_KIND_EX pdwKind  
);  

Parameters

pdwKind
[in, out] Value from the FIELD_KIND_EX enumeration that defines the kind of field.

Return Value

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

See Also

IDebugExtendedField