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:
MatchCountLimit
The limit of matches.
Reserved[3]
Reserved.
Requirements
Requirement | Value |
---|---|
Header | dbgeng.h (include DbgEng.h) |