示例#1
0
 /// <inheritdoc />
 public abstract unsafe string GetString(Device *device, GetEnumerateAllContextString param);
示例#2
0
 /// <summary>
 /// Gets a named property on the context.
 /// </summary>
 /// <param name="device">The device for the context.</param>
 /// <param name="param">The named property.</param>
 /// <returns>The value.</returns>
 [DllImport(ALC.Lib, EntryPoint = "alcGetString", ExactSpelling = true, CallingConvention = ALC.AlcCallingConv)] public static extern string GetString(ALDevice device, GetEnumerateAllContextString param);
示例#3
0
 /// <inheritdoc />
 public unsafe partial string GetString(Device *device, GetEnumerateAllContextString param);
示例#4
0
 public static extern string GetString(ALDevice device, GetEnumerateAllContextString param);