Tao.OpenAl SDK Documentation

Al.alGetProcAddress Method 

Returns the address of an OpenAL extension function.

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

Parameters

functionName
A string containing the function name.

Return Value

A pointer to the desired function is returned.

Remarks

The return value will be IntPtr.Zero if the function is not found.

See Also

Al Class | Tao.OpenAl Namespace