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.
在我的 Win32 应用程序中,我嵌入了 ffplay.exe 用于视频预览。它工作得很好,但每次我开始预览时,光标都会变得“忙碌”,即箭头+沙漏。我想避免这种情况。
在传递给的结构成员中设置STARTF_FORCEOFFFEEDBACK标志。dwFlagsSTARTUP_INFOCreateProcess()
STARTF_FORCEOFFFEEDBACK
dwFlags
STARTUP_INFO
CreateProcess()