Subversion Repositories Kolibri OS

Rev

Rev 4426 | Rev 5598 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4426 Rev 4428
Line -... Line 1...
-
 
1
struct buffer_data
-
 
2
{
-
 
3
	dword	size;
-
 
4
	dword	type;
-
 
5
	dword	encoding;
-
 
6
	byte	buffer_data[4096];
-
 
7
};
-
 
8
 
-
 
9
 
1
struct Clipboard {
10
struct Clipboard {
-
 
11
	buffer_data data;
2
	dword GetSlotCount();
12
	dword GetSlotCount();
3
	dword GetSlotData( ECX);
13
	dword GetSlotData( ECX);
4
	dword SetSlotData( EDX, ESI);
14
	dword SetSlotData( EDX, ESI);
5
	dword DelLastSlot();
15
	dword DelLastSlot();
6
	dword ResetBlockingBuffer();
16
	dword ResetBlockingBuffer();