在我的代碼編譯中,出現如下錯誤提示:1Dlg.cpp(133) : error C2664: 'WaitForSingleObject' : cannot convert parameter 1 from 'unsigned int' to 'void *'
        Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast代碼:WaitForSingleObject(TimeHwnd, 0);
我估計是命名空間的問題吧,在剛用VC不久,不知道如何解決,請給出解決方法!!