Edit

Share via


Alc.CloseDevice(IntPtr) Method

Definition

This function closes a device by name.

public static bool CloseDevice (IntPtr device);
static member CloseDevice : nativeint -> bool

Parameters

device
IntPtr

nativeint

a pointer to an opened device

Returns

True will be returned on success or False on failure. Closing a device will fail if the device contains any contexts or buffers.

Applies to