关于SetConsoleCursorPosition Function的,Syntax如下:Syntax
BOOL WINAPI SetConsoleCursorPosition(
  __in  HANDLE hConsoleOutput,
  __in  COORD dwCursorPosition
);
上面Syntax中的__in到底是什么意思?? 下面解释参数时候也会写hConsoleOutput [in], [in]又是什么意思?? 
ParametershConsoleOutput [in]    A handle to the console screen buffer. The handle must have the GENERIC_READ access right. For more information, see Console Buffer Security and Access Rights.ps.  http://msdn.microsoft.com/en-us/library/ms686025%28v=vs.85%29.aspx