📄 readme.txt
字号:
//-----------------------------------------------------------------------------
// Copyright (c) 1998-2001 Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------------------------
-------------------------------------
Running the DSPlay application
-------------------------------------
The DSPlay application will play a standard wave file (.wav) using DirectSound.
You may also provide a loop count to cause the sound to be looped any number
of times.
Use DSPlay with the following command in the Platform Builder Target Control Window:
s dsplay <wavefile> <optional loop count>
DSPlay will search for the file in the current folder, the \windows folder and
the \release folder. File information will be displayed before the wave file
plays. If no loop count is specified, the sound will only play once.
Example: s dsplay startup.wav
s dsplay \windows\startup.wav 5
s dsplay \release\custom.wav 10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -