?? 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 + -