summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wmi.idl
blob: 11f6b1beaf2bde906286b508328ea98255b71204 (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
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
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
/* 
 * WMI IDL.  
 * See http://en.wikipedia.org/wiki/Windows_Management_Instrumentation for more information.
 */
#include "idl_types.h"

import "dcom.idl";

[
	uuid("8BC3F05E-D86B-11d0-A075-00C04FB68820")
] coclass WbemLevel1Login
{
    interface IWbemLevel1Login;

};

[local, object, uuid("dc12a681-737f-11cf-884d-00aa004b2e24")]

interface IWbemClassObject : IUnknown
{

	typedef struct {
		[value(0x72657355)] uint32 flags;
		[string, charset(UTF16)] uint16 data[];
	} BSTR;

    WERROR Delete(
        [in, string, charset(UTF16)] uint16 *wszName
        );

};

[
	uuid("9556dc99-828c-11cf-a37e-00aa003240c7"),
	object,
        pointer_default(unique)
] interface IWbemServices : IUnknown
{
    typedef [v1_enum] enum
    {
	RPC_S_CALL_FAILED		= 1726,

        WBEM_NO_ERROR = 0,
        WBEM_S_NO_ERROR = 0,
        WBEM_S_SAME = 0,
        WBEM_S_FALSE = 1,
        WBEM_S_ALREADY_EXISTS           = 0x40001,
        WBEM_S_RESET_TO_DEFAULT         = 0x40002,
        WBEM_S_DIFFERENT                = 0x40003,
        WBEM_S_TIMEDOUT                 = 0x40004,
        WBEM_S_NO_MORE_DATA             = 0x40005,
        WBEM_S_OPERATION_CANCELLED      = 0x40006,
        WBEM_S_PENDING                  = 0x40007,
        WBEM_S_DUPLICATE_OBJECTS        = 0x40008,
        WBEM_S_ACCESS_DENIED            = 0x40009,
        WBEM_S_PARTIAL_RESULTS          = 0x40010,
        WBEM_S_NO_POSTHOOK              = 0x40011,
        WBEM_S_POSTHOOK_WITH_BOTH       = 0x40012,
        WBEM_S_POSTHOOK_WITH_NEW        = 0x40013,
        WBEM_S_POSTHOOK_WITH_STATUS     = 0x40014,
        WBEM_S_POSTHOOK_WITH_OLD        = 0x40015,
        WBEM_S_REDO_PREHOOK_WITH_ORIGINAL_OBJECT = 0x40016,
        WBEM_S_SOURCE_NOT_AVAILABLE     = 0x40017,
        WBEM_E_FAILED                           = 0x80041001,
        WBEM_E_NOT_FOUND                        = 0x80041002,
        WBEM_E_ACCESS_DENIED                    = 0x80041003,
        WBEM_E_PROVIDER_FAILURE                 = 0x80041004,
        WBEM_E_TYPE_MISMATCH                    = 0x80041005,
        WBEM_E_OUT_OF_MEMORY                    = 0x80041006,
        WBEM_E_INVALID_CONTEXT                  = 0x80041007,
        WBEM_E_INVALID_PARAMETER                = 0x80041008,
        WBEM_E_NOT_AVAILABLE                    = 0x80041009,
        WBEM_E_CRITICAL_ERROR                   = 0x8004100A,
        WBEM_E_INVALID_STREAM                   = 0x8004100B,
        WBEM_E_NOT_SUPPORTED                    = 0x8004100C,
        WBEM_E_INVALID_SUPERCLASS               = 0x8004100D,
        WBEM_E_INVALID_NAMESPACE                = 0x8004100E,
        WBEM_E_INVALID_OBJECT                   = 0x8004100F,
        WBEM_E_INVALID_CLASS                    = 0x80041010,
        WBEM_E_PROVIDER_NOT_FOUND               = 0x80041011,
        WBEM_E_INVALID_PROVIDER_REGISTRATION    = 0x80041012,
        WBEM_E_PROVIDER_LOAD_FAILURE            = 0x80041013,
        WBEM_E_INITIALIZATION_FAILURE           = 0x80041014,
        WBEM_E_TRANSPORT_FAILURE                = 0x80041015,
        WBEM_E_INVALID_OPERATION                = 0x80041016,
        WBEM_E_INVALID_QUERY                    = 0x80041017,
        WBEM_E_INVALID_QUERY_TYPE               = 0x80041018,
        WBEM_E_ALREADY_EXISTS                   = 0x80041019,
        WBEM_E_OVERRIDE_NOT_ALLOWED             = 0x8004101A,
        WBEM_E_PROPAGATED_QUALIFIER             = 0x8004101B,
        WBEM_E_PROPAGATED_PROPERTY              = 0x8004101C,
        WBEM_E_UNEXPECTED                       = 0x8004101D,
        WBEM_E_ILLEGAL_OPERATION                = 0x8004101E,
        WBEM_E_CANNOT_BE_KEY                    = 0x8004101F,
        WBEM_E_INCOMPLETE_CLASS                 = 0x80041020,
        WBEM_E_INVALID_SYNTAX                   = 0x80041021,
        WBEM_E_NONDECORATED_OBJECT              = 0x80041022,
        WBEM_E_READ_ONLY                        = 0x80041023,
        WBEM_E_PROVIDER_NOT_CAPABLE             = 0x80041024,
        WBEM_E_CLASS_HAS_CHILDREN               = 0x80041025,
        WBEM_E_CLASS_HAS_INSTANCES              = 0x80041026,
        WBEM_E_QUERY_NOT_IMPLEMENTED            = 0x80041027,
        WBEM_E_ILLEGAL_NULL                     = 0x80041028,
        WBEM_E_INVALID_QUALIFIER_TYPE           = 0x80041029,
        WBEM_E_INVALID_PROPERTY_TYPE            = 0x8004102A,
        WBEM_E_VALUE_OUT_OF_RANGE               = 0x8004102B,
        WBEM_E_CANNOT_BE_SINGLETON              = 0x8004102C,
        WBEM_E_INVALID_CIM_TYPE                 = 0x8004102D,
        WBEM_E_INVALID_METHOD                   = 0x8004102E,
        WBEM_E_INVALID_METHOD_PARAMETERS        = 0x8004102F,
        WBEM_E_SYSTEM_PROPERTY                  = 0x80041030,
        WBEM_E_INVALID_PROPERTY                 = 0x80041031,
        WBEM_E_CALL_CANCELLED                   = 0x80041032,
        WBEM_E_SHUTTING_DOWN                    = 0x80041033,
        WBEM_E_PROPAGATED_METHOD                = 0x80041034,
        WBEM_E_UNSUPPORTED_PARAMETER            = 0x80041035,
        WBEM_E_MISSING_PARAMETER_ID             = 0x80041036,
        WBEM_E_INVALID_PARAMETER_ID             = 0x80041037,
        WBEM_E_NONCONSECUTIVE_PARAMETER_IDS     = 0x80041038,
        WBEM_E_PARAMETER_ID_ON_RETVAL           = 0x80041039,
        WBEM_E_INVALID_OBJECT_PATH              = 0x8004103A,
        WBEM_E_OUT_OF_DISK_SPACE                = 0x8004103B,
        WBEM_E_BUFFER_TOO_SMALL                 = 0x8004103C,
        WBEM_E_UNSUPPORTED_PUT_EXTENSION        = 0x8004103D,
        WBEM_E_UNKNOWN_OBJECT_TYPE              = 0x8004103E,
        WBEM_E_UNKNOWN_PACKET_TYPE              = 0x8004103F,
        WBEM_E_MARSHAL_VERSION_MISMATCH         = 0x80041040,
        WBEM_E_MARSHAL_INVALID_SIGNATURE        = 0x80041041,
        WBEM_E_INVALID_QUALIFIER                = 0x80041042,
        WBEM_E_INVALID_DUPLICATE_PARAMETER      = 0x80041043,
        WBEM_E_TOO_MUCH_DATA                    = 0x80041044,
        WBEM_E_SERVER_TOO_BUSY                  = 0x80041045,
        WBEM_E_INVALID_FLAVOR                   = 0x80041046,
        WBEM_E_CIRCULAR_REFERENCE               = 0x80041047,
        WBEM_E_UNSUPPORTED_CLASS_UPDATE         = 0x80041048,
        WBEM_E_CANNOT_CHANGE_KEY_INHERITANCE    = 0x80041049,
        WBEM_E_CANNOT_CHANGE_INDEX_INHERITANCE  = 0x80041050,
        WBEM_E_TOO_MANY_PROPERTIES              = 0x80041051,
        WBEM_E_UPDATE_TYPE_MISMATCH             = 0x80041052,
        WBEM_E_UPDATE_OVERRIDE_NOT_ALLOWED      = 0x80041053,
        WBEM_E_UPDATE_PROPAGATED_METHOD         = 0x80041054,
        WBEM_E_METHOD_NOT_IMPLEMENTED           = 0x80041055,
        WBEM_E_METHOD_DISABLED                  = 0x80041056,
        WBEM_E_REFRESHER_BUSY                   = 0x80041057,
        WBEM_E_UNPARSABLE_QUERY                 = 0x80041058,
        WBEM_E_NOT_EVENT_CLASS                  = 0x80041059,
        WBEM_E_MISSING_GROUP_WITHIN             = 0x8004105A,
        WBEM_E_MISSING_AGGREGATION_LIST         = 0x8004105B,
        WBEM_E_PROPERTY_NOT_AN_OBJECT           = 0x8004105C,
        WBEM_E_AGGREGATING_BY_OBJECT            = 0x8004105D,
        WBEM_E_UNINTERPRETABLE_PROVIDER_QUERY   = 0x8004105F,
        WBEM_E_BACKUP_RESTORE_WINMGMT_RUNNING   = 0x80041060,
        WBEM_E_QUEUE_OVERFLOW                   = 0x80041061,
        WBEM_E_PRIVILEGE_NOT_HELD               = 0x80041062,
        WBEM_E_INVALID_OPERATOR                 = 0x80041063,
        WBEM_E_LOCAL_CREDENTIALS                = 0x80041064,
        WBEM_E_CANNOT_BE_ABSTRACT               = 0x80041065,
        WBEM_E_AMENDED_OBJECT                   = 0x80041066,
        WBEM_E_CLIENT_TOO_SLOW                  = 0x80041067,
        WBEM_E_NULL_SECURITY_DESCRIPTOR         = 0x80041068,
        WBEM_E_TIMED_OUT                        = 0x80041069,
        WBEM_E_INVALID_ASSOCIATION              = 0x8004106A,
        WBEM_E_AMBIGUOUS_OPERATION              = 0x8004106B,
        WBEM_E_QUOTA_VIOLATION                  = 0x8004106C,
        WBEM_E_RESERVED_001                     = 0x8004106D,
        WBEM_E_RESERVED_002                     = 0x8004106E,
        WBEM_E_UNSUPPORTED_LOCALE               = 0x8004106F,
        WBEM_E_HANDLE_OUT_OF_DATE               = 0x80041070,
        WBEM_E_CONNECTION_FAILED                = 0x80041071,
        WBEM_E_INVALID_HANDLE_REQUEST           = 0x80041072,
        WBEM_E_PROPERTY_NAME_TOO_WIDE           = 0x80041073,
        WBEM_E_CLASS_NAME_TOO_WIDE              = 0x80041074,
        WBEM_E_METHOD_NAME_TOO_WIDE             = 0x80041075,
        WBEM_E_QUALIFIER_NAME_TOO_WIDE          = 0x80041076,
        WBEM_E_RERUN_COMMAND                    = 0x80041077,
        WBEM_E_DATABASE_VER_MISMATCH            = 0x80041078,
        WBEM_E_VETO_DELETE                      = 0x80041079,
        WBEM_E_VETO_PUT                         = 0x8004107A,
        WBEM_E_INVALID_LOCALE                   = 0x80041080,
        WBEM_E_PROVIDER_SUSPENDED               = 0x80041081,
        WBEM_E_SYNCHRONIZATION_REQUIRED         = 0x80041082,
        WBEM_E_NO_SCHEMA                        = 0x80041083,
        WBEM_E_PROVIDER_ALREADY_REGISTERED      = 0x80041084,
        WBEM_E_PROVIDER_NOT_REGISTERED          = 0x80041085,
        WBEM_E_FATAL_TRANSPORT_ERROR            = 0x80041086,
        WBEM_E_ENCRYPTED_CONNECTION_REQUIRED    = 0x80041087,
        WBEM_E_PROVIDER_TIMED_OUT               = 0x80041088,
        WBEM_E_NO_KEY                           = 0x80041089,
        WBEM_E_PROVIDER_DISABLED                = 0x8004108a
    }   WBEMSTATUS;

    typedef [public,noprint] enum
    {
        WBEM_FLAG_RETURN_IMMEDIATELY = 0x10,
        WBEM_FLAG_RETURN_WBEM_COMPLETE = 0,
        WBEM_FLAG_BIDIRECTIONAL = 0,
        WBEM_FLAG_FORWARD_ONLY = 0x20,
        WBEM_FLAG_NO_ERROR_OBJECT = 0x40,
        WBEM_FLAG_RETURN_ERROR_OBJECT = 0,
        WBEM_FLAG_SEND_STATUS = 0x80,
        WBEM_FLAG_DONT_SEND_STATUS = 0,
        WBEM_FLAG_ENSURE_LOCATABLE = 0x100,
        WBEM_FLAG_DIRECT_READ = 0x200,
        WBEM_FLAG_SEND_ONLY_SELECTED = 0,

        WBEM_RETURN_WHEN_COMPLETE = 0,
        WBEM_RETURN_IMMEDIATELY = 0x10,

        WBEM_MASK_RESERVED_FLAGS = 0x1F000,

        WBEM_FLAG_USE_AMENDED_QUALIFIERS = 0x20000,

        WBEM_FLAG_STRONG_VALIDATION = 0x100000

    } WBEM_GENERIC_FLAG_TYPE;

    typedef [public,noprint,v1_enum] enum tag_WBEM_TIMEOUT_TYPE
    {
        WBEM_NO_WAIT = 0,
        WBEM_INFINITE = 0xFFFFFFFF
    } WBEM_TIMEOUT_TYPE;

    typedef [public,v1_enum] enum
    {
        CIM_EMPTY = 0,

        CIM_SINT8 = 16,
        CIM_UINT8 = 17,
        CIM_SINT16 = 2,
        CIM_UINT16 = 18,
        CIM_SINT32 = 3,
        CIM_UINT32 = 19,
        CIM_SINT64 = 20,
        CIM_UINT64 = 21,
        CIM_REAL32 = 4,
        CIM_REAL64 = 5,
        CIM_BOOLEAN = 11,
        CIM_STRING = 8,
        CIM_DATETIME = 101,
        CIM_REFERENCE = 102,
        CIM_CHAR16 = 103,
        CIM_OBJECT = 13,

        CIM_FLAG_ARRAY = 0x2000,

        CIM_ARR_SINT8 = CIM_FLAG_ARRAY | CIM_SINT8,
        CIM_ARR_UINT8 = CIM_FLAG_ARRAY | CIM_UINT8,
        CIM_ARR_SINT16 = CIM_FLAG_ARRAY | CIM_SINT16,
        CIM_ARR_UINT16 = CIM_FLAG_ARRAY | CIM_UINT16,
        CIM_ARR_SINT32 = CIM_FLAG_ARRAY | CIM_SINT32,
        CIM_ARR_UINT32 = CIM_FLAG_ARRAY | CIM_UINT32,
        CIM_ARR_SINT64 = CIM_FLAG_ARRAY | CIM_SINT64,
        CIM_ARR_UINT64 = CIM_FLAG_ARRAY | CIM_UINT64,
        CIM_ARR_REAL32 = CIM_FLAG_ARRAY | CIM_REAL32,
        CIM_ARR_REAL64 = CIM_FLAG_ARRAY | CIM_REAL64,
        CIM_ARR_BOOLEAN = CIM_FLAG_ARRAY | CIM_BOOLEAN,
        CIM_ARR_STRING = CIM_FLAG_ARRAY | CIM_STRING,
        CIM_ARR_DATETIME = CIM_FLAG_ARRAY | CIM_DATETIME,
        CIM_ARR_REFERENCE = CIM_FLAG_ARRAY | CIM_REFERENCE,
        CIM_ARR_CHAR16 = CIM_FLAG_ARRAY | CIM_CHAR16,
        CIM_ARR_OBJECT = CIM_FLAG_ARRAY | CIM_OBJECT,

        CIM_ILLEGAL = 0xfff,
        CIM_TYPEMASK = 0x2FFF
    } CIMTYPE_ENUMERATION;

    typedef [public] struct {
	uint32 count;
	int8 item[count];
    } arr_int8;

    typedef [public] struct {
	uint32 count;
	uint8 item[count];
    } arr_uint8;

    typedef [public] struct {
        uint32 count;
        int16 item[count];
    } arr_int16;

    typedef [public] struct {
        uint32 count;
        uint16 item[count];
    } arr_uint16;

    typedef [public] struct {
        uint32 count;
        int32 item[count];
    } arr_int32;

    typedef [public] struct {
        uint32 count;
        uint32 item[count];
    } arr_uint32;

    typedef [public] struct {
        uint32 count;
        dlong item[count];
    } arr_dlong;

    typedef [public] struct {
        uint32 count;
        udlong item[count];
    } arr_udlong;

    typedef [public] struct {
	uint32 count;
	[relative,charset(UTF16)] uint16 *item[count];
    } arr_CIMSTRING;

    typedef [public] struct {
	uint32 count;
	[relative,subcontext(4)] WbemClassObject *item[count];
    } arr_WbemClassObject;

// FIXME:avg implement rest of types
    typedef [public,nodiscriminant] union
    {
	[case(CIM_SINT8)] int8 v_sint8;
	[case(CIM_UINT8)] uint8 v_uint8;
	[case(CIM_SINT16)] int16 v_sint16;
	[case(CIM_UINT16)] uint16 v_uint16;
	[case(CIM_SINT32)] int32 v_sint32;
	[case(CIM_UINT32)] uint32 v_uint32;
	[case(CIM_SINT64)] dlong v_sint64;
	[case(CIM_UINT64)] udlong v_uint64;
	[case(CIM_REAL32)] uint32 v_real32;
	[case(CIM_REAL64)] udlong v_real64;
	[case(CIM_BOOLEAN)] uint16 v_boolean;
	[case(CIM_STRING),relative,charset(UTF16)] uint16 *v_string;
	[case(CIM_DATETIME),relative,charset(UTF16)] uint16 *v_datetime;
	[case(CIM_REFERENCE),relative,charset(UTF16)] uint16 *v_reference;
	[case(CIM_OBJECT),subcontext(4),relative] WbemClassObject *v_object;

	[case(CIM_ARR_SINT8),relative] arr_int8 *a_sint8;
	[case(CIM_ARR_UINT8),relative] arr_uint8 *a_uint8;
	[case(CIM_ARR_SINT16),relative] arr_int16 *a_sint16;
	[case(CIM_ARR_UINT16),relative] arr_uint16 *a_uint16;
	[case(CIM_ARR_SINT32),relative] arr_int32 *a_sint32;
	[case(CIM_ARR_UINT32),relative] arr_uint32 *a_uint32;
	[case(CIM_ARR_SINT64),relative] arr_dlong *a_sint64;
	[case(CIM_ARR_UINT64),relative] arr_udlong *a_uint64;
	[case(CIM_ARR_REAL32),relative] arr_uint32 *a_real32;
	[case(CIM_ARR_REAL64),relative] arr_udlong *a_real64;
	[case(CIM_ARR_BOOLEAN),relative] arr_uint16 *a_boolean;
	[case(CIM_ARR_STRING),relative] arr_CIMSTRING *a_string;
	[case(CIM_ARR_DATETIME),relative] arr_CIMSTRING *a_datetime;
	[case(CIM_ARR_REFERENCE),relative] arr_CIMSTRING *a_reference;
	[case(CIM_ARR_OBJECT),relative] arr_WbemClassObject *a_object;
    } CIMVAR;

    typedef [public,bitmap8bit] bitmap
    {
        WBEM_FLAVOR_FLAG_PROPAGATE_TO_INSTANCE = 0x1,
        WBEM_FLAVOR_FLAG_PROPAGATE_TO_DERIVED_CLASS = 0x2,
//        WBEM_FLAVOR_MASK_PROPAGATION = 0x0F,

        WBEM_FLAVOR_NOT_OVERRIDABLE = 0x10,
//        WBEM_FLAVOR_MASK_PERMISSIONS = 0x10,

        WBEM_FLAVOR_ORIGIN_PROPAGATED = 0x20,
        WBEM_FLAVOR_ORIGIN_SYSTEM = 0x40,
//        WBEM_FLAVOR_MASK_ORIGIN = 0x60,

        WBEM_FLAVOR_AMENDED = 0x80
//        WBEM_FLAVOR_MASK_AMENDED = 0x80

    } WBEM_FLAVOR_TYPE;

    typedef [public,bitmap8bit] bitmap
    {
	WCF_DECORATIONS = 1,
	WCF_INSTANCE = 2,
	WCF_CLASS = 4,
	WCF_CLASS_PART_INTERNAL = 8
//	WCF_CLASS_PART_SHARED = 0x104
    } WCO_FLAGS;

    typedef [public,nopush,nopull] struct
    {
	[relative,charset(UTF16)] uint16 *name;
	WBEM_FLAVOR_TYPE flavors;
	CIMTYPE_ENUMERATION cimtype;
	[switch_is(cimtype)] CIMVAR value;
    } WbemQualifier;

    typedef [public,nopush,nopull] struct
    {
	uint32 count;
	[ref] WbemQualifier* item[count];
    } WbemQualifiers;

    typedef [public] struct
    {
	uint32 cimtype;
	uint16 nr;
	uint32 offset;
	uint32 depth;
	WbemQualifiers qualifiers;
    } WbemPropertyDesc;

    typedef [public] struct
    {
	[relative,charset(UTF16)] uint16 *name;
	[relative] WbemPropertyDesc *desc;
    } WbemProperty;

    typedef [public,nopull,nopush] struct
    {
	uint32 count;
	[ref,charset(UTF16)] uint16 *item[count];
    } CIMSTRINGS;

    typedef [public,bitmap8bit] bitmap {
        DEFAULT_FLAG_EMPTY = 1,
        DEFAULT_FLAG_INHERITED = 2
    } DEFAULT_FLAGS;

    typedef [public,nopush,nopull,noprint,flag(NDR_NOALIGN)] struct
    {
	uint8 u_0;
	[relative, null_is_ffffffff,charset(UTF16)] uint16 *__CLASS;
	uint32 data_size;
	CIMSTRINGS __DERIVATION;
	WbemQualifiers qualifiers;
	uint32 __PROPERTY_COUNT;
	WbemProperty properties[__PROPERTY_COUNT];
	uint8 default_flags[__PROPERTY_COUNT];
	uint32 /*CIMVAR*/ default_values[__PROPERTY_COUNT];
    } WbemClass;

    typedef [public] struct
    {
	[relative,null_is_ffffffff,charset(UTF16)] uint16 *name;
	uint32 u0;
	uint32 u1;
	[relative] WbemQualifiers *qualifiers;
	[subcontext(4),relative] WbemClassObject *in;
	[subcontext(4),relative] WbemClassObject *out;
    } WbemMethod;

    typedef [public,flag(NDR_NOALIGN)] struct
    {
	uint16 count;
	uint16 u0; // It has value 5F5F if there are no methods
	WbemMethod method[count];
    } WbemMethods;

    typedef [public,flag(NDR_NOALIGN),nopush,nopull,noprint] struct
    {
	uint8 u1_0;
	[relative,charset(UTF16)] uint16 *__CLASS;
	uint8 *default_flags;
	uint32 /*CIMVAR*/ *data;
	uint32 u2_4;
	uint8 u3_1;
    } WbemInstance;

    typedef [public,nopush,nopull,noprint,flag(NDR_NOALIGN)] struct
    {
	WCO_FLAGS flags;
	[ref,charset(UTF16)] uint16 *__SERVER;
	[ref,charset(UTF16)] uint16 *__NAMESPACE;
	WbemClass *sup_class;
	WbemMethods *sup_methods;
	WbemClass *obj_class;
	WbemMethods *obj_methods;
	WbemInstance *instance;
    } WbemClassObject;

//    typedef [public] struct {
//	[value(0x72657355)] uint32 fFlags;
//	uint32 clSize;
//	[value(2*clSize)] uint32 _bsize;
//	[value(clSize)] uint32 _wsize;
//	[flag(NDR_NOALIGN)] uint16 asData[clSize];
//    } BSTR1;
    //typedef [public,nopush,nopull,noprint,string,charset(UTF16)] uint16 *BSTR;

    WERROR OpenNamespace(
//        [in] BSTR *strNamespace,
//        [in]  int32 lFlags
//        [in]  IWbemContext* pCtx,
//        [out] IWbemServices** ppWorkingNamespace,
//        [out] IWbemCallResult** ppResult
        );

    WERROR CancelAsyncCall(
//        [in] IWbemObjectSink* pSink
        );

    WERROR QueryObjectSink(
//        [in] long lFlags
//        [out] IWbemObjectSink** ppResponseHandler
        );

    // Classes and instances.
    // ======================

    WERROR GetObject(
        [in] BSTR strObjectPath,
        [in]  long lFlags,
        [in,unique]  IWbemContext* pCtx,
//        [in,out,unique] IUnknown** ppObject,
//        [in,out,unique] IUnknown** ppCallResult
        [in,out,unique] IWbemClassObject** ppObject,
        [in,out,unique] IWbemCallResult** ppCallResult
        );

    WERROR GetObjectAsync(
//        [in] BSTR strObjectPath,
//        [in]  long lFlags
//        [in]  IWbemContext* pCtx,
//        [in]  IWbemObjectSink* pResponseHandler
        );

    WERROR PutClass(
//        [in] IWbemClassObject* pObject,
//        [in] long lFlags
//        [in]  IWbemContext* pCtx,
//        [out, OPTIONAL] IWbemCallResult** ppCallResult
        );

    WERROR PutClassAsync(
//        [in] IWbemClassObject* pObject,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );

    WERROR DeleteClass(
//        [in] BSTR strClass,
//        [in] long lFlags
//        [in]  IWbemContext* pCtx,
//        [out, OPTIONAL] IWbemCallResult** ppCallResult
        );

    WERROR DeleteClassAsync(
//        [in] BSTR strClass,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );

    WERROR CreateClassEnum(
//        [in] BSTR strSuperclass,
//        [in]  long lFlags
//        [in]  IWbemContext* pCtx,
//        [out] IEnumWbemClassObject** ppEnum
        );

    WERROR CreateClassEnumAsync(
//        [in] BSTR strSuperclass,
//        [in]  long lFlags
//        [in]  IWbemContext* pCtx,
//        [in]  IWbemObjectSink* pResponseHandler
        );

    WERROR PutInstance(
//        [in] IWbemClassObject* pInst,
//        [in] long lFlags
//        [in]  IWbemContext* pCtx,
//        [out, OPTIONAL] IWbemCallResult** ppCallResult
        );

    WERROR PutInstanceAsync(
//        [in] IWbemClassObject* pInst,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );

    WERROR DeleteInstance(
//        [in] BSTR strObjectPath,
//        [in] long lFlags
//        [in]  IWbemContext* pCtx,
//        [out, OPTIONAL] IWbemCallResult** ppCallResult
        );

    WERROR DeleteInstanceAsync(
//        [in] BSTR strObjectPath,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );

    WERROR CreateInstanceEnum(
        [in] BSTR strFilter,          // allow more things than a class name
        [in] long lFlags,
        [in,unique]  IWbemContext* pCtx,
        [out] IEnumWbemClassObject** ppEnum
        );

    WERROR CreateInstanceEnumAsync(
//        [in] BSTR strFilter,          // allow more things than a class name
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );

    WERROR ExecQuery(
        [in] BSTR strQueryLanguage,
        [in] BSTR strQuery,
        [in]  long lFlags,
        [in,unique]  IWbemContext* pCtx,
        [out] IEnumWbemClassObject** ppEnum
        );

    WERROR ExecQueryAsync(
//        [in] BSTR strQueryLanguage,
//        [in] BSTR strQuery,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );


    WERROR ExecNotificationQuery(
        [in] BSTR strQueryLanguage,
        [in] BSTR strQuery,
        [in] long lFlags,
        [in,unique]  IWbemContext* pCtx,
        [out] IEnumWbemClassObject** ppEnum
        );

    WERROR ExecNotificationQueryAsync(
//        [in] BSTR strQueryLanguage,
//        [in] BSTR strQuery,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemObjectSink* pResponseHandler
        );

    // Methods
    // =======

    WERROR ExecMethod(
        [in] BSTR strObjectPath,
        [in] BSTR strMethodName,
        [in] long lFlags,
        [in,unique] IWbemContext* pCtx,
        [in,unique] IWbemClassObject* pInParams,
        [in,out,unique] IWbemClassObject** ppOutParams,
        [in,out,unique] IWbemCallResult** ppCallResult
        );

    WERROR ExecMethodAsync(
//        [in] BSTR strObjectPath,
//        [in] BSTR strMethodName,
//        [in] long lFlags
//        [in] IWbemContext* pCtx,
//        [in] IWbemClassObject* pInParams,
//        [in] IWbemObjectSink* pResponseHandler
        );
}

[
	object, 
	uuid(027947e1-d731-11ce-a357-000000000001),
	pointer_default(unique)
] interface IEnumWbemClassObject : IUnknown
{
    WERROR Reset();

    [call_as(Next)] WERROR IEnumWbemClassObject_Next(
        [in]  int32 lTimeout,
        [in]  uint32 uCount,
	[out, size_is(uCount), length_is(*puReturned)]
		IWbemClassObject** apObjects,
	[out] uint32* puReturned
        );

    WERROR NextAsync(
//        [in]  ULONG uCount
//        [in]  IWbemObjectSink* pSink
        );

    WERROR IEnumWbemClassObject_Clone(
//        [out] IEnumWbemClassObject** ppEnum
        );

    WERROR Skip(
//        [in]  long lTimeout,
//        [in] ULONG nCount
        );
};

[
	object, 
	local, 
	uuid("44aca674-e8fc-11d0-a07c-00c04fb68820"),
	pointer_default(unique)
] interface IWbemContext : IUnknown
{
    WERROR Clone([out] IWbemContext** ppNewCopy);

    WERROR GetNames(
//        [in] long lFlags,
//        [out] SAFEARRAY (BSTR)* pNames
        );

    WERROR BeginEnumeration([in] long lFlags);

    WERROR Next(
//        [in]  long lFlags,
//        [out] BSTR* pstrName,
//        [out] VARIANT* pValue
        );

    WERROR EndEnumeration();


    WERROR SetValue(
//        [in, string] LPCWSTR wszName,
//        [in] long lFlags
//        [in] VARIANT* pValue
        );

    WERROR GetValue(
//        [in, string] LPCWSTR wszName,
//        [in] long lFlags,
//        [out] VARIANT* pValue
        );

    WERROR DeleteValue(
//        [in, string] LPCWSTR wszName,
//        [in] long lFlags
        );

    WERROR DeleteAll();
}

[
	object,
	uuid("F309AD18-D86A-11d0-A075-00C04FB68820"),
	pointer_default(unique)
] interface IWbemLevel1Login :  IUnknown
{
    WERROR EstablishPosition(
//        [in, unique, string] LPWSTR wszClientMachineName,
//        [in] uint32 dwProcessId,
//        [out] uint32* phAuthEventHandle
	);

    WERROR RequestChallenge(
//        [in, unique, string] LPWSTR wszNetworkResource,
//        [in, unique, string] LPWSTR wszUser,
//        [out] WBEM_128BITS Nonce
        );

    WERROR WBEMLogin(
//        [in, unique, string] LPWSTR wszPreferredLocale,
//        [in, unique]  WBEM_128BITS AccessToken,
//        [in]   long lFlags
//        [in]   IWbemContext* pCtx,
//        [out]  IWbemServices** ppNamespace
        );

    WERROR NTLMLogin(
	  [in,unique,string,charset(UTF16)] uint16 *wszNetworkResource,
          [in,unique,string,charset(UTF16)] uint16 *wszPreferredLocale,
          [in]   long lFlags,
          [in,unique]   IWbemContext* pCtx,
          [out,ref]  IWbemServices** ppNamespace
	);

}

[
	object,
	uuid("423ec01e-2e35-11d2-b604-00104b703efd"),
	pointer_default(unique)
] interface IWbemWCOSmartEnum : IUnknown
{
    typedef struct {
	uint32 size;
	char data[size];
    } WBEMDATA;

    typedef enum {
	WTYPE_SCHEMA = 1,
	WTYPE_CLASS = 2,
	WTYPE_OBJECT = 3
    } WTYPES;

    typedef [relative_base] struct {
//	[relative] WBEMDATA4 *data; /* 0x9 */
	uint32 data_size;
	uint8 wtype;
    } WBEMDATA4;

    typedef [relative_base] struct {
	[relative] WBEMDATA4 *data; /* 0x9 */
	uint32 data_size;
	uint8 wtype;
    } WBEMDATA3;

    typedef [relative_base] struct {
	[relative,size_is(obj_num)] WBEMDATA3 *data; /* 0x8 */
	uint32 data_size;
	uint32 obj_num;
    } WBEMDATA2;

    typedef [relative_base] struct {
	[relative] WBEMDATA2 *data; /* 0x8 */
	uint32 data_size;
    } WBEMDATA1;

    typedef [relative_base] struct {
	uint32 u1_0; /* 0 */
	hyper signature; /* 'WBEMDATA' */
	[relative] WBEMDATA1 *data; /* 0x1A */
	uint32 data_size;
	uint32 u2_0; /* 0 */
	uint8 ver_major; /* 1 */
	uint8 ver_minor; /* 0 - Win2000, 1 - WinXP/2003 */
    } WBEMDATA0;

    WERROR IWbemWCOSmartEnum_Next(
	  [in,ref] GUID *gEWCO,
	  [in] uint32 lTimeOut,
	  [in] uint32 uCount,
//	  [in] uint32 unknown,
//	  [in,ref] GUID *gWCO,
	  [out,ref] uint32 *puReturned,
	  [out,ref] uint32 *pSize,
//	  [out,ref] WBEMDATA0 **pData
	  [out,ref,noprint,size_is(,*pSize)] uint8 **pData
	);
}

[
	object,
	uuid("1c1c45ee-4395-11d2-b60b-00104b703efd"),
	pointer_default(unique)
] interface IWbemFetchSmartEnum : IUnknown
{
    WERROR Fetch(
	  [out]	IWbemWCOSmartEnum** ppEnum
	);
    WERROR Test(
	  [out]	WbemClassObject** ppEnum
	);
}

[
	object,
//	restricted,
	uuid(44aca675-e8fc-11d0-a07c-00c04fb68820)
] interface IWbemCallResult : IUnknown
{
    WERROR GetResultObject(
        [in]  long lTimeout,
        [out] IUnknown** ppResultObject
//        [out] IWbemClassObject** ppResultObject
        );

    WERROR GetResultString(
        [in]  long lTimeout
//        [out] BSTR* pstrResultString
        );

    WERROR GetResultServices(
        [in]  long lTimeout,
        [out] IWbemServices** ppServices
        );

    WERROR GetCallStatus(
        [in]  long lTimeout,
        [out] long* plStatus
        );
}