Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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) |