summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/misc.idl
blob: 935032f30575ab5b08b7cee325b06d2cc4406bbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include "idl_types.h"

/*
  miscellaneous IDL structures
*/


[
	pointer_default(unique)
]
interface misc
{
	typedef [public,noprint,gensize] struct {
		uint32 time_low;
		uint16 time_mid;
		uint16 time_hi_and_version;
		uint8  clock_seq[2];
		uint8  node[6];
	} GUID;

	typedef [public] struct {
		uint32 handle_type;
		GUID   uuid;
	} policy_handle;
}