IDebugExtendedField.GetExtendedKind Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| GetExtendedKind(enum_FIELD_KIND_EX[]) | |
| GetExtendedKind(UInt32) |
GetExtendedKind(enum_FIELD_KIND_EX[])
public:
int GetExtendedKind(cli::array <Microsoft::VisualStudio::Debugger::Interop::enum_FIELD_KIND_EX> ^ pdwKind);
public int GetExtendedKind(Microsoft.VisualStudio.Debugger.Interop.enum_FIELD_KIND_EX[] pdwKind);
abstract member GetExtendedKind : Microsoft.VisualStudio.Debugger.Interop.enum_FIELD_KIND_EX[] -> int
Public Function GetExtendedKind (pdwKind As enum_FIELD_KIND_EX()) As Integer
Parameters
- pdwKind
- enum_FIELD_KIND_EX[]
Returns
Applies to
GetExtendedKind(UInt32)
public:
int GetExtendedKind([Runtime::InteropServices::Out] System::UInt32 % pdwKind);
public int GetExtendedKind(out uint pdwKind);
abstract member GetExtendedKind : uint32 -> int
Public Function GetExtendedKind (ByRef pdwKind As UInteger) As Integer
Parameters
- pdwKind
- UInt32