Edit

Share via


Alc.GetProcAddress(IntPtr, String) Method

Definition

This function retrieves the address of a specified context extension function.

public static IntPtr GetProcAddress(IntPtr device, string funcname);
static member GetProcAddress : nativeint * string -> nativeint

Parameters

device
IntPtr

nativeint

a pointer to the device to be queried for the function.

funcname
String

a null-terminated string describing the function.

Returns

IntPtr

nativeint

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

Applies to