Edit

Share via


Alc.OpenDevice(String) Method

Definition

This function opens a device by name.

public static IntPtr OpenDevice (string devicename);
static member OpenDevice : string -> nativeint

Parameters

devicename
String

a null-terminated string describing a device.

Returns

IntPtr

nativeint

Returns a pointer to the opened device. The return value will be NULL if there is an error.

Applies to