set data options is a bad idea never mind

pull/1/head
cosmonaut 2022-01-13 14:47:39 -08:00
parent 07449cfef8
commit f92137ccc6
1 changed files with 1 additions and 8 deletions

View File

@ -66,12 +66,6 @@ namespace RefreshCS
DontCare DontCare
} }
public enum SetDataOptions
{
Immediate,
Deferred
}
[Flags] [Flags]
public enum ClearOptionsFlags : uint public enum ClearOptionsFlags : uint
{ {
@ -808,8 +802,7 @@ namespace RefreshCS
IntPtr buffer, IntPtr buffer,
uint offsetInBytes, uint offsetInBytes,
IntPtr data, IntPtr data,
uint dataLengthInBytes, uint dataLengthInBytes
SetDataOptions setDataOption
); );
[DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)] [DllImport(nativeLibName, CallingConvention = CallingConvention.Cdecl)]