set data options is a bad idea never mind
parent
07449cfef8
commit
f92137ccc6
|
@ -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)]
|
||||||
|
|
Loading…
Reference in New Issue