Edit

Share via


Alc.GetEnumValue(IntPtr, String) Method

Definition

This function retrieves the enum value for a specified enumeration name.

public static int GetEnumValue(IntPtr device, string enumname);
static member GetEnumValue : nativeint * string -> int

Parameters

device
IntPtr

nativeint

a pointer to the device to be queried.

enumname
String

a null terminated string describing the enum value.

Returns

Returns the enum value described by the enumName string. This is most often used for querying an enum value for an ALC extension.

Applies to