HdlspPutMore

VOID __stdcall HdlspPutMore(UINT8 *Stop){
  union _LARGE_INTEGER Interval; 
  UINT8 InputBuffer[16]; 
  Interval.QuadPart = -100000i64;
  HdlspPutString((UINT8 *)"----Press  for more----");
  while( !HdlspGetLine(InputBuffer, 0xAui64) )
  {
    if( (HeadlessGlobals[6] & 2) == 0 )
      KeDelayExecutionThread(0, 0, &Interval);
  }
  *Stop = InputBuffer[0] == 3;
  while( HdlspGetLine(InputBuffer, 0xAui64) )
    ;
}

Referenced by:

HdlspProcessDumpCommand