StartPCSound
void StartPCSound (unsigned int frequency);
Purpose
![]() |
Note This function is obsolete. |
Starts a sound from the built–in PC speaker. This function only works on MS Windows.
![]() |
Note StartPCSound requires the LabWindows/CVI low-level support driver. LabWindows/CVI loads the driver at startup if it is on disk. You can check whether LabWindows/CVI loaded the driver at startup by calling CVILowLevelSupportDriverLoaded. The low-level support driver is not supported on 64-bit systems. |
Parameters
Input | ||
Name | Type | Description |
frequency | unsigned int | Specifies the pitch of the sound. |
Return Value
None.
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later