Debugging Tools for Windows |
The GetInputLine function requests an input string from the debugger.
ULONG
GetInputLine(
PCSTR Prompt,
PSTR Buffer,
ULONG BufferSize
);
GetInputLine returns the size, in characters, of the input returned to the Buffer buffer, or zero, if no input was returned.
Headers: Defined in wdbgexts.h. If you are writing a WdbgExts extension, include wdbgexts.h. If you are writing a DbgEng extension that calls this function, include wdbgexts.h before dbgeng.h (see Writing DbgEng Extension Code for details).