AL.GetProcAddress(String) Method

Definition

This function returns the address of an OpenAL extension function. Handle with care.

public static IntPtr GetProcAddress (string fname);
static member GetProcAddress : string -> nativeint

Parameters

fname
String

A string containing the function name.

Returns

IntPtr

nativeint

The return value is a pointer to the specified function. The return value will be IntPtr.Zero if the function is not found.

Applies to