This file is indexed.

/usr/include/gen_ndr/property.h is in libmapi-dev 1:2.0-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
/* header auto-generated by pidl */

#ifndef _PIDL_HEADER_property
#define _PIDL_HEADER_property

#include <util/data_blob.h>
#include <stdint.h>

#include <core/ntstatus.h>

#include <gen_ndr/ndr_misc.h>
#include <gen_ndr/exchange.h>
#ifndef _HEADER_property
#define _HEADER_property

enum AttachmentMethod
#ifndef USE_UINT_ENUMS
 {
	afNone=(int)(0x00000000),
	afByValue=(int)(0x00000001),
	afByReference=(int)(0x00000002),
	afByReferenceOnly=(int)(0x00000004),
	afEmbeddedMessage=(int)(0x00000005),
	afStorage=(int)(0x00000006)
}
#else
 { __do_not_use_enum_AttachmentMethod=0x7FFFFFFF}
#define afNone ( 0x00000000 )
#define afByValue ( 0x00000001 )
#define afByReference ( 0x00000002 )
#define afByReferenceOnly ( 0x00000004 )
#define afEmbeddedMessage ( 0x00000005 )
#define afStorage ( 0x00000006 )
#endif
;

enum SideEffects
#ifndef USE_UINT_ENUMS
 {
	seOpenToDelete=(int)(0x00000001),
	seNoFrame=(int)(0x00000008),
	seCoerceToInbox=(int)(0x00000010),
	seOpenToCopy=(int)(0x00000020),
	seOpenToMove=(int)(0x00000040),
	seOpenForCtxMenu=(int)(0x00000100),
	seCannotUndoDelete=(int)(0x00000400),
	seCannotUndoCopy=(int)(0x00000800),
	seCannotUndoMove=(int)(0x00001000),
	seHasScript=(int)(0x00002000),
	seOpenToPermDelete=(int)(0x00004000)
}
#else
 { __do_not_use_enum_SideEffects=0x7FFFFFFF}
#define seOpenToDelete ( 0x00000001 )
#define seNoFrame ( 0x00000008 )
#define seCoerceToInbox ( 0x00000010 )
#define seOpenToCopy ( 0x00000020 )
#define seOpenToMove ( 0x00000040 )
#define seOpenForCtxMenu ( 0x00000100 )
#define seCannotUndoDelete ( 0x00000400 )
#define seCannotUndoCopy ( 0x00000800 )
#define seCannotUndoMove ( 0x00001000 )
#define seHasScript ( 0x00002000 )
#define seOpenToPermDelete ( 0x00004000 )
#endif
;

enum RecurFrequency
#ifndef USE_UINT_ENUMS
 {
	RecurFrequency_Daily=(int)(0x200A),
	RecurFrequency_Weekly=(int)(0x200B),
	RecurFrequency_Monthly=(int)(0x200C),
	RecurFrequency_Yearly=(int)(0x200D)
}
#else
 { __do_not_use_enum_RecurFrequency=0x7FFFFFFF}
#define RecurFrequency_Daily ( 0x200A )
#define RecurFrequency_Weekly ( 0x200B )
#define RecurFrequency_Monthly ( 0x200C )
#define RecurFrequency_Yearly ( 0x200D )
#endif
;

enum RecurrenceType
#ifndef USE_UINT_ENUMS
 {
	rectypeNone=(int)(0x00000000),
	rectypeDaily=(int)(0x00000001),
	rectypeWeekly=(int)(0x00000002),
	rectypeMonthly=(int)(0x00000003),
	rectypeYearly=(int)(0x00000004)
}
#else
 { __do_not_use_enum_RecurrenceType=0x7FFFFFFF}
#define rectypeNone ( 0x00000000 )
#define rectypeDaily ( 0x00000001 )
#define rectypeWeekly ( 0x00000002 )
#define rectypeMonthly ( 0x00000003 )
#define rectypeYearly ( 0x00000004 )
#endif
;

enum PatternType
#ifndef USE_UINT_ENUMS
 {
	PatternType_Day=(int)(0x0),
	PatternType_Week=(int)(0x1),
	PatternType_Month=(int)(0x2),
	PatternType_MonthNth=(int)(0x3),
	PatternType_MonthEnd=(int)(0x4),
	PatternType_HjMonth=(int)(0xA),
	PatternType_HjMonthNth=(int)(0xB),
	PatternType_HjMonthEnd=(int)(0xC)
}
#else
 { __do_not_use_enum_PatternType=0x7FFFFFFF}
#define PatternType_Day ( 0x0 )
#define PatternType_Week ( 0x1 )
#define PatternType_Month ( 0x2 )
#define PatternType_MonthNth ( 0x3 )
#define PatternType_MonthEnd ( 0x4 )
#define PatternType_HjMonth ( 0xA )
#define PatternType_HjMonthNth ( 0xB )
#define PatternType_HjMonthEnd ( 0xC )
#endif
;

enum CalendarType
#ifndef USE_UINT_ENUMS
 {
	CAL_DEFAULT=(int)(0x0),
	CAL_GREGORIAN=(int)(0x1),
	CAL_GREGORIAN_US=(int)(0x2),
	CAL_JAPAN=(int)(0x3),
	CAL_TAIWAN=(int)(0x4),
	CAL_KOREA=(int)(0x5),
	CAL_HIJRI=(int)(0x6),
	CAL_THAI=(int)(0x7),
	CAL_HEBREW=(int)(0x8),
	CAL_GREGORIAN_ME_FRENCH=(int)(0x9),
	CAL_GREGORIAN_ARABIC=(int)(0xA),
	CAL_GREGORIAN_XLIT_ENGLISH=(int)(0xB),
	CAL_GREGORIAN_XLIT_FRENCH=(int)(0xC),
	CAL_LUNAR_JAPANESE=(int)(0xE),
	CAL_CHINESE_LUNAR=(int)(0xF),
	CAL_SAKA=(int)(0x10),
	CAL_LUNAR_KOREAN=(int)(0x14)
}
#else
 { __do_not_use_enum_CalendarType=0x7FFFFFFF}
#define CAL_DEFAULT ( 0x0 )
#define CAL_GREGORIAN ( 0x1 )
#define CAL_GREGORIAN_US ( 0x2 )
#define CAL_JAPAN ( 0x3 )
#define CAL_TAIWAN ( 0x4 )
#define CAL_KOREA ( 0x5 )
#define CAL_HIJRI ( 0x6 )
#define CAL_THAI ( 0x7 )
#define CAL_HEBREW ( 0x8 )
#define CAL_GREGORIAN_ME_FRENCH ( 0x9 )
#define CAL_GREGORIAN_ARABIC ( 0xA )
#define CAL_GREGORIAN_XLIT_ENGLISH ( 0xB )
#define CAL_GREGORIAN_XLIT_FRENCH ( 0xC )
#define CAL_LUNAR_JAPANESE ( 0xE )
#define CAL_CHINESE_LUNAR ( 0xF )
#define CAL_SAKA ( 0x10 )
#define CAL_LUNAR_KOREAN ( 0x14 )
#endif
;

/* bitmap WeekRecurrencePattern */
#define Su ( 0x00000001 )
#define M ( 0x00000002 )
#define Tu ( 0x00000004 )
#define W ( 0x00000008 )
#define Th ( 0x00000010 )
#define F ( 0x00000020 )
#define Sa ( 0x00000040 )

enum FreeBusyStatus
#ifndef USE_UINT_ENUMS
 {
	olFree=(int)(0x00000000),
	olTentative=(int)(0x00000001),
	olBusy=(int)(0x00000002),
	olOutOfOffice=(int)(0x00000003)
}
#else
 { __do_not_use_enum_FreeBusyStatus=0x7FFFFFFF}
#define olFree ( 0x00000000 )
#define olTentative ( 0x00000001 )
#define olBusy ( 0x00000002 )
#define olOutOfOffice ( 0x00000003 )
#endif
;

enum RecurrenceN
#ifndef USE_UINT_ENUMS
 {
	RecurrenceN_First=(int)(0x1),
	RecurrenceN_Second=(int)(0x2),
	RecurrenceN_Third=(int)(0x3),
	RecurrenceN_Fourth=(int)(0x4),
	RecurrenceN_Last=(int)(0x5)
}
#else
 { __do_not_use_enum_RecurrenceN=0x7FFFFFFF}
#define RecurrenceN_First ( 0x1 )
#define RecurrenceN_Second ( 0x2 )
#define RecurrenceN_Third ( 0x3 )
#define RecurrenceN_Fourth ( 0x4 )
#define RecurrenceN_Last ( 0x5 )
#endif
;

struct MonthRecurrencePattern {
	uint32_t WeekRecurrencePattern;
	enum RecurrenceN N;
}/* [flag(LIBNDR_FLAG_NOALIGN)] */;

union PatternTypeSpecific {
	uint32_t WeekRecurrencePattern;/* [case(0x1)] */
	uint32_t Day;/* [case(0x2)] */
	struct MonthRecurrencePattern MonthRecurrencePattern;/* [case(0x3)] */
}/* [flag(LIBNDR_FLAG_NOALIGN),nodiscriminant] */;

enum EndType
#ifndef USE_UINT_ENUMS
 {
	END_AFTER_DATE=(int)(0x00002021),
	END_AFTER_N_OCCURRENCES=(int)(0x00002022),
	END_NEVER_END=(int)(0x00002023),
	NEVER_END=(int)(0xFFFFFFFF)
}
#else
 { __do_not_use_enum_EndType=0x7FFFFFFF}
#define END_AFTER_DATE ( 0x00002021 )
#define END_AFTER_N_OCCURRENCES ( 0x00002022 )
#define END_NEVER_END ( 0x00002023 )
#define NEVER_END ( 0xFFFFFFFF )
#endif
;

enum FirstDOW
#ifndef USE_UINT_ENUMS
 {
	FirstDOW_Sunday=(int)(0x0),
	FirstDOW_Monday=(int)(0x1),
	FirstDOW_Tuesday=(int)(0x2),
	FirstDOW_Wednesday=(int)(0x3),
	FirstDOW_Thursday=(int)(0x4),
	FirstDOW_Friday=(int)(0x5),
	FirstDOW_Saturday=(int)(0x6)
}
#else
 { __do_not_use_enum_FirstDOW=0x7FFFFFFF}
#define FirstDOW_Sunday ( 0x0 )
#define FirstDOW_Monday ( 0x1 )
#define FirstDOW_Tuesday ( 0x2 )
#define FirstDOW_Wednesday ( 0x3 )
#define FirstDOW_Thursday ( 0x4 )
#define FirstDOW_Friday ( 0x5 )
#define FirstDOW_Saturday ( 0x6 )
#endif
;

enum OverrideFlags
#ifndef USE_UINT_ENUMS
 {
	ARO_SUBJECT=(int)(0x0001),
	ARO_MEETINGTYPE=(int)(0x0002),
	ARO_REMINDERDELTA=(int)(0x0004),
	ARO_REMINDER=(int)(0x0008),
	ARO_LOCATION=(int)(0x0010),
	ARO_BUSYSTATUS=(int)(0x0020),
	ARO_ATTACHMENT=(int)(0x0040),
	ARO_SUBTYPE=(int)(0x0080),
	ARO_APPTCOLOR=(int)(0x0100),
	ARO_EXCEPTIONAL_BODY=(int)(0x0200)
}
#else
 { __do_not_use_enum_OverrideFlags=0x7FFFFFFF}
#define ARO_SUBJECT ( 0x0001 )
#define ARO_MEETINGTYPE ( 0x0002 )
#define ARO_REMINDERDELTA ( 0x0004 )
#define ARO_REMINDER ( 0x0008 )
#define ARO_LOCATION ( 0x0010 )
#define ARO_BUSYSTATUS ( 0x0020 )
#define ARO_ATTACHMENT ( 0x0040 )
#define ARO_SUBTYPE ( 0x0080 )
#define ARO_APPTCOLOR ( 0x0100 )
#define ARO_EXCEPTIONAL_BODY ( 0x0200 )
#endif
;

struct RecurrencePattern {
	uint16_t ReaderVersion;
	uint16_t WriterVersion;
	enum RecurFrequency RecurFrequency;
	enum PatternType PatternType;
	enum CalendarType CalendarType;
	uint32_t FirstDateTime;
	uint32_t Period;
	uint32_t SlidingFlag;
	union PatternTypeSpecific PatternTypeSpecific;/* [switch_is(PatternType)] */
	enum EndType EndType;
	uint32_t OccurrenceCount;
	enum FirstDOW FirstDOW;
	uint32_t DeletedInstanceCount;
	uint32_t *DeletedInstanceDates;
	uint32_t ModifiedInstanceCount;
	uint32_t *ModifiedInstanceDates;
	uint32_t StartDate;
	uint32_t EndDate;
}/* [flag(LIBNDR_FLAG_NOALIGN),public] */;

struct Exception_Msg {
	uint16_t msgLength;
	uint16_t msgLength2;
	uint8_t *msg;
}/* [flag(LIBNDR_FLAG_NOALIGN),public] */;

union Exception_Value {
	struct Exception_Msg subjectMsg;/* [case(0x0001)] */
	uint32_t mType;/* [case(0x0002)] */
	uint32_t rDelta;/* [case(0x0004)] */
	uint32_t rSet;/* [case(0x0008)] */
	struct Exception_Msg locationMsg;/* [case(0x0010)] */
	uint32_t bStatus;/* [case(0x0020)] */
	uint32_t attachment;/* [case(0x0040)] */
	uint32_t sType;/* [case(0x0080)] */
	uint32_t aColor;/* [case(0x0100)] */
}/* [flag(LIBNDR_FLAG_NOALIGN),nodiscriminant] */;

struct ExceptionInfo {
	uint32_t StartDateTime;
	uint32_t EndDateTime;
	uint32_t OriginalStartDate;
	enum OverrideFlags OverrideFlags;
	union Exception_Value Subject;/* [switch_is(OverrideFlags&0x0001)] */
	union Exception_Value MeetingType;/* [switch_is(OverrideFlags&0x0002)] */
	union Exception_Value ReminderDelta;/* [switch_is(OverrideFlags&0x0004)] */
	union Exception_Value ReminderSet;/* [switch_is(OverrideFlags&0x0008)] */
	union Exception_Value Location;/* [switch_is(OverrideFlags&0x0010)] */
	union Exception_Value BusyStatus;/* [switch_is(OverrideFlags&0x0020)] */
	union Exception_Value Attachment;/* [switch_is(OverrideFlags&0x0040)] */
	union Exception_Value SubType;/* [switch_is(OverrideFlags&0x0080)] */
	union Exception_Value AppointmentColor;/* [switch_is(OverrideFlags&0x0100)] */
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

enum ChangeHighlightFlags
#ifndef USE_UINT_ENUMS
 {
	BIT_CH_START=(int)(0x00000001),
	BIT_CH_END=(int)(0x00000002),
	BIT_CH_RECUR=(int)(0x00000004),
	BIT_CH_LOCATION=(int)(0x00000008),
	BIT_CH_SUBJECT=(int)(0x00000010),
	BIT_CH_REQATT=(int)(0x00000020),
	BIT_CH_OPTATT=(int)(0x00000040),
	BIT_CH_BODY=(int)(0x00000080),
	BIT_CH_RESPONSE=(int)(0x00000200),
	BIT_CH_PROPOSE=(int)(0x00000400)
}
#else
 { __do_not_use_enum_ChangeHighlightFlags=0x7FFFFFFF}
#define BIT_CH_START ( 0x00000001 )
#define BIT_CH_END ( 0x00000002 )
#define BIT_CH_RECUR ( 0x00000004 )
#define BIT_CH_LOCATION ( 0x00000008 )
#define BIT_CH_SUBJECT ( 0x00000010 )
#define BIT_CH_REQATT ( 0x00000020 )
#define BIT_CH_OPTATT ( 0x00000040 )
#define BIT_CH_BODY ( 0x00000080 )
#define BIT_CH_RESPONSE ( 0x00000200 )
#define BIT_CH_PROPOSE ( 0x00000400 )
#endif
;

struct ChangeHighlight {
	uint32_t Size;
	enum ChangeHighlightFlags Value;
	uint8_t *Reserved;
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

struct ExtendedException {
	struct ChangeHighlight ChangeHighlight;
	uint32_t ReservedBlockEE1Size;
	uint8_t *ReservedBlockEE1;
	uint32_t StartDateTime;
	uint32_t EndDateTime;
	uint32_t OriginalStartDate;
	const char * Subject;/* [flag(LIBNDR_FLAG_STR_SIZE2|LIBNDR_FLAG_STR_NOTERM|LIBNDR_FLAG_STR_CHARLEN)] */
	const char * Location;/* [flag(LIBNDR_FLAG_STR_SIZE2|LIBNDR_FLAG_STR_NOTERM|LIBNDR_FLAG_STR_CHARLEN)] */
	uint32_t ReservedBlockEE2Size;
	uint8_t *ReservedBlockEE2;
}/* [nopull,flag(LIBNDR_FLAG_NOALIGN),noprint,nopush] */;

struct AppointmentRecurrencePattern {
	struct RecurrencePattern RecurrencePattern;
	uint32_t ReaderVersion2;
	uint32_t WriterVersion2;
	uint32_t StartTimeOffset;
	uint32_t EndTimeOffset;
	uint16_t ExceptionCount;
	struct ExceptionInfo *ExceptionInfo;
	uint32_t ReservedBlock1Size;
	uint32_t *ReservedBlock1;
	struct ExtendedException *ExtendedException;
	uint32_t ReservedBlock2Size;
	uint32_t *ReservedBlock2;
}/* [nopull,flag(LIBNDR_FLAG_NOALIGN),nopush] */;

struct SYSTEMTIME {
	uint16_t wYear;
	uint16_t wMonth;
	uint16_t wDayOfWeek;
	uint16_t wDay;
	uint16_t wHour;
	uint16_t wMinute;
	uint16_t wSecond;
	uint16_t wMilliseconds;
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

struct TimeZoneStruct {
	uint32_t lBias;
	uint32_t lStandardBias;
	uint32_t lDaylightBias;
	uint16_t wStandardYear;
	struct SYSTEMTIME stStandardDate;
	uint16_t wDaylightYear;
	struct SYSTEMTIME stDaylightDate;
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

enum TZRuleFlag
#ifndef USE_UINT_ENUMS
 {
	TZRULE_FLAG_RECUR_CURRENT_TZREG=(int)(0x8000),
	TZRULE_FLAG_EFFECTIVE_TZREG=(int)(0x4000)
}
#else
 { __do_not_use_enum_TZRuleFlag=0x7FFFFFFF}
#define TZRULE_FLAG_RECUR_CURRENT_TZREG ( 0x8000 )
#define TZRULE_FLAG_EFFECTIVE_TZREG ( 0x4000 )
#endif
;

struct TZRule {
	uint8_t major;
	uint8_t minor;
	uint16_t reserved;
	enum TZRuleFlag flags;
	uint16_t wYear;
	uint8_t X[14];
	uint32_t lBias;
	uint32_t lStandardBias;
	uint32_t lDaylightBias;
	struct SYSTEMTIME stStandardDate;
	struct SYSTEMTIME stDaylightDate;
}/* [flag(LIBNDR_FLAG_NOALIGN),public] */;

struct TimeZoneDefinition {
	uint8_t major;
	uint8_t minor;
	uint16_t cbHeader;
	uint16_t reserved;
	const char * keyName;/* [flag(LIBNDR_FLAG_STR_SIZE2|LIBNDR_FLAG_STR_NOTERM)] */
	uint16_t cRules;
	struct TZRule *TZRules;
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

struct GlobalObjectId {
	uint8_t ByteArrayID[16];
	uint8_t YH;
	uint8_t YL;
	uint8_t Month;
	uint8_t D;
	struct FILETIME CreationTime;
	uint8_t X[8];
	uint32_t Size;
	uint8_t *Data;
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

enum EntryIdFolderType
#ifndef USE_UINT_ENUMS
 {
	eitLTPrivateFolder=(int)(0x01),
	eitLTPPublicFolder=(int)(0x03),
	eitLTPMappedPublicFolder=(int)(0x05),
	eitLTPPrivateMessage=(int)(0x07),
	eitLTPPublicMessage=(int)(0x09),
	eitLTPMappedPublicMessage=(int)(0x0b),
	eitLTPPublicNewsgroupFolder=(int)(0x0c)
}
#else
 { __do_not_use_enum_EntryIdFolderType=0x7FFFFFFF}
#define eitLTPrivateFolder ( 0x01 )
#define eitLTPPublicFolder ( 0x03 )
#define eitLTPMappedPublicFolder ( 0x05 )
#define eitLTPPrivateMessage ( 0x07 )
#define eitLTPPublicMessage ( 0x09 )
#define eitLTPMappedPublicMessage ( 0x0b )
#define eitLTPPublicNewsgroupFolder ( 0x0c )
#endif
;

struct PtypServerId {
	uint8_t ours;
	int64_t FolderId;
	int64_t MessageId;
	int32_t Instance;
}/* [public,flag(LIBNDR_FLAG_NOALIGN)] */;

struct FolderEntryId {
	uint32_t Flags;
	struct GUID ProviderUID;
	enum EntryIdFolderType FolderType;
	struct GUID FolderDatabaseGuid;
	union GLOBCNT FolderGlobalCounter;/* [switch_is] */
	uint16_t Pad;
}/* [flag(LIBNDR_FLAG_NOALIGN),public] */;

struct MessageEntryId {
	uint32_t Flags;
	struct GUID ProviderUID;
	enum EntryIdFolderType MessageType;
	struct GUID FolderDatabaseGuid;
	union GLOBCNT FolderGlobalCounter;/* [switch_is] */
	uint16_t Pad1;
	struct GUID MessageDatabaseGuid;
	union GLOBCNT MessageGlobalCounter;/* [switch_is] */
	uint16_t Pad2;
}/* [flag(LIBNDR_FLAG_NOALIGN),public] */;

struct AddressBookEntryId {
	uint32_t Flags;
	struct GUID ProviderUID;
	uint32_t Version;
	uint32_t Type;
	const char * X500DN;/* [flag(LIBNDR_FLAG_STR_ASCII|LIBNDR_FLAG_STR_NULLTERM)] */
}/* [flag(LIBNDR_FLAG_NOALIGN),public] */;

#endif /* _HEADER_property */
#endif /* _PIDL_HEADER_property */