Tao.OpenAl SDK Documentation

Alc.alcDestroyContext Method 

Destroys a context.

[Visual Basic]
Public Shared Sub alcDestroyContext( _
   ByVal context As IntPtr _
)
[C#]
public static void alcDestroyContext(
   IntPtr context
);

Parameters

context
Pointer to the context to be destroyed.

See Also

Alc Class | Tao.OpenAl Namespace