Alc.GetProcAddress(IntPtr, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
nativeint
Returns the address of the function, or NULL if it is not found.