Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Win API のメソッドを呼び出した瞬間から、WaveInOpenこのストリームが閉じられるまで、システムはスリープも休止もしません。これに対する回避策はありますか?
WaveInOpen
大げさな推測:WaveInOpenを呼び出したのと同じスレッドでSetThreadExecutionState(ES_CONTINUOUS)を呼び出してみてください。