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.
42 lines
737 B
42 lines
737 B
|
|
#ifndef __idlbase_h__
|
|
#define __idlbase_h__
|
|
|
|
/* Generated header for interface: __IDLBASE */
|
|
|
|
/* [local] */
|
|
/* size is 1 */
|
|
typedef unsigned small unsigned8;
|
|
|
|
/* size is 2 */
|
|
typedef unsigned short unsigned16;
|
|
|
|
/* size is 4 */
|
|
typedef unsigned long unsigned32;
|
|
|
|
/* size is 1 */
|
|
typedef small signed8;
|
|
|
|
/* size is 2 */
|
|
typedef short signed16;
|
|
|
|
/* size is 4 */
|
|
typedef long signed32;
|
|
|
|
/* size is 16 */
|
|
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;
|
|
|
|
/* size is 4 */
|
|
typedef struct __MIDL___IDLBASE_0001 *uuid_p_t;
|
|
|
|
|
|
|
|
#endif
|