Tao.OpenAl SDK Documentation

Alc.alcGetProcAddress Method 

Retrieves the address of a specified context extension function.

[Visual Basic]
Public Shared Function alcGetProcAddress( _
   ByVal device As IntPtr, _
   ByVal functionName As String _
) As IntPtr
[C#]
public static IntPtr alcGetProcAddress(
   IntPtr device,
   string functionName
);

Parameters

device
The device to be queried for the function.
functionName
A null terminated string describing the function.

Return Value

Returns the address of the function, or IntPtr.Zero if it is not found.

See Also

Alc Class | Tao.OpenAl Namespace