336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.

49.7일 후에 0부터 다시 카운트가 올라갑니다. 50일 이상 계속 켜 있는 시스템에서 사용하시는거라면 단순 증가비교만으로는 곤란한 일을 당하실수도 있습니다.

 

The return value wraps around to 0 every 2^32 milliseconds, which is about 49.71 days. This can cause problems in code that directly uses the timeGetTime return value in computations, particularly where the value is used to control code execution. You should always use the difference between two timeGetTime return values in computations.


출처 : http://kldp.org/node/29892

'Programming > API / MFC' 카테고리의 다른 글

ListBox 와 ListView 의 차이  (0) 2016.01.06
CWnd::UpdateData  (0) 2015.02.07
CListCtrl Add Item  (0) 2015.02.07
CListCtrl Initialize  (0) 2015.02.07
GetAsyncKeyState  (0) 2015.02.07
Posted by 역시인생한방
,