DEBUG_GET_TEXT_COMPLETIONS_OUT structure (dbgeng.h)

Defines information about text completions to get.

Syntax

typedef struct _DEBUG_GET_TEXT_COMPLETIONS_OUT {
  ULONG   Flags;
  ULONG   ReplaceIndex;
  ULONG   MatchCount;
  ULONG   Reserved1;
  ULONG64 Reserved2[2];
} DEBUG_GET_TEXT_COMPLETIONS_OUT, *PDEBUG_GET_TEXT_COMPLETIONS_OUT;

Members

Flags

Flags. Valid flag values include the following:

Value Meaning
DEBUG_GET_TEXT_COMPLETIONS_IS_DOT_COMMAND
0x00000001
Is dot command. Dot commands begin with a period (.).
DEBUG_GET_TEXT_COMPLETIONS_IS_EXTENSION_COMMAND
0x00000002
Is extension command.
DEBUG_GET_TEXT_COMPLETIONS_IS_SYMBOL
0x00000004
Is symbol.

ReplaceIndex

The index of the replace location.

MatchCount

Count value of matches.

Reserved1

Reserved.

Reserved2[2]

Reserved.

Requirements

Requirement Value
Header dbgeng.h (include DbgEng.h)