Alc.GetEnumValue(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 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.