Thread: Console Functions

  1. #1

    Question Console Functions

    ReadConsoleInput(hInputput, &InputRecord, 1, &Events);

    in the line above I understand what everything does except for the number 1, Can someone tell me what it does?

  2. #2
    of Zen Hall zen's Avatar
    Join Date
    Aug 2001
    Posts
    1,007
    The number of inputs to read. If you had an array of INPUT_RECORDS then you can read more than one input per call.
    zen

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. exchange functions demo code
    By kryptkat in forum C++ Programming
    Replies: 0
    Last Post: 04-05-2009, 02:06 PM
  2. An array of macro functions?
    By someprogr in forum C Programming
    Replies: 6
    Last Post: 01-28-2009, 07:05 PM
  3. clipboard functions
    By Aidman in forum Linux Programming
    Replies: 0
    Last Post: 01-13-2004, 03:17 PM
  4. Passing pointers between functions
    By heygirls_uk in forum C Programming
    Replies: 5
    Last Post: 01-09-2004, 06:58 PM
  5. Attaching functions to a class/struct
    By VirtualAce in forum Tech Board
    Replies: 2
    Last Post: 08-04-2003, 10:56 AM