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:
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) |