Moved direct WinAPI access into a service
This commit is contained in:
13
Eve-O-Preview/DwmAPI/Interface/IDwmThumbnail.cs
Normal file
13
Eve-O-Preview/DwmAPI/Interface/IDwmThumbnail.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace EveOPreview
|
||||
{
|
||||
public interface IDwmThumbnail
|
||||
{
|
||||
void Register(IntPtr destination, IntPtr source);
|
||||
void Unregister();
|
||||
|
||||
void Move(int left, int top, int right, int bottom);
|
||||
void Update();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user