[This is preliminary documentation and is subject to change.]
Namespace: NFX.WinApiAssembly: NFX.WinForms (in NFX.WinForms.dll) Version: 3.0.0.1 (3.0.0.1)
public static bool Beep(
uint frequency,
uint duration
)
public static bool Beep(
uint frequency,
uint duration
)
Public Shared Function Beep (
frequency As UInteger,
duration As UInteger
) As Boolean
Public Shared Function Beep (
frequency As UInteger,
duration As UInteger
) As Boolean
public:
static bool Beep(
unsigned int frequency,
unsigned int duration
)
public:
static bool Beep(
unsigned int frequency,
unsigned int duration
)
static member Beep :
frequency : uint32 *
duration : uint32 -> boolstatic member Beep :
frequency : uint32 *
duration : uint32 -> boolReturn Value
Type:
Boolean