DEBUG_GET_TEXT_COMPLETIONS_IN structure (dbgeng.h)

Defines information about text completions to get.

Syntax

typedef struct _DEBUG_GET_TEXT_COMPLETIONS_IN {
  ULONG   Flags;
  ULONG   MatchCountLimit;
  ULONG64 Reserved[3];
} DEBUG_GET_TEXT_COMPLETIONS_IN, *PDEBUG_GET_TEXT_COMPLETIONS_IN;

Members

Flags

Flags. Valid flag values include the following:

Value Meaning
DEBUG_GET_TEXT_COMPLETIONS_NO_DOT_COMMANDS
0x00000001
Do not include dot commands. Dot commands begin with a period (.).
DEBUG_GET_TEXT_COMPLETIONS_NO_EXTENSION_COMMANDS
0x00000002
Do not include extension commands.
DEBUG_GET_TEXT_COMPLETIONS_NO_SYMBOLS
0x00000004
Do not include completions with symbols.

MatchCountLimit

The limit of matches.

Reserved[3]

Reserved.

Requirements

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