Funzione GetInputLine (wdbgexts.h)

La funzione GetInputLine richiede una stringa di input dal debugger.

Sintassi

ULONG GetInputLine(
  PCSTR Prompt,
  PSTR  Buffer,
  ULONG BufferSize
);

Parametri

Prompt

Specifica un prompt per indicare l'input richiesto. Il prompt viene stampato all'output del debugger prima che venga raccolto l'input. Se prompt è NULL, non viene stampato alcun prompt.

Buffer

Specifica il buffer da ricevere l'input.

BufferSize

Specifica le dimensioni, in caratteri, del buffer.

Valore restituito

GetInputLine restituisce le dimensioni, in caratteri, dell'input restituito al buffer buffer o zero, se non è stato restituito alcun input.

Requisiti

Requisito Valore
Piattaforma di destinazione Desktop
Intestazione wdbgexts.h (include Wdbgexts.h, Dbgeng.h)