MSDN > 論壇首頁 > Visual C++ Language > GetTickCount return value
發問發問
 

已答覆GetTickCount return value

  • 2007年9月15日 上午 10:28Vidya M N 使用者勳章使用者勳章使用者勳章使用者勳章使用者勳章
     

    Hi,

     

    This might sound like a fundamental question, but after the system is up for more than 49.7 days and GetTickCount() returns 4294967296 which is wrapped around to 0, what does it return subsequently? Does it keep returning 4294967296 (wrapped around value 0) or does it return 4294967291, 4294967292, 4294967293 (wrapped around values 1, 2, 3) and so on.

     

    TIA,

    Vidya.

解答

所有回覆