mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
487 B
21 lines
487 B
[local]
|
|
interface __IDLBASE
|
|
{
|
|
typedef unsigned small unsigned8;
|
|
typedef unsigned short unsigned16;
|
|
typedef unsigned long unsigned32;
|
|
typedef small signed8;
|
|
typedef short signed16;
|
|
typedef long signed32;
|
|
|
|
typedef struct __MIDL___IDLBASE_0001
|
|
{
|
|
unsigned32 time_low;
|
|
unsigned16 time_mid;
|
|
unsigned16 time_hi_and_version;
|
|
unsigned8 clock_seq_hi_and_version;
|
|
unsigned8 clock_seq_low;
|
|
byte node[ 6 ];
|
|
} uuid_t;
|
|
typedef struct __MIDL___IDLBASE_0001 *uuid_p_t;
|
|
}
|