Mercurial > games > semicongine
comparison fuhtark_test/include/winapi/gpmgmt.h @ 1500:91c8c3b7cbf0
add: futhark tests for generating vulkan api
| author | sam <sam@basx.dev> |
|---|---|
| date | Wed, 26 Nov 2025 21:36:48 +0700 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| 1499:1f58458b7ef7 | 1500:91c8c3b7cbf0 |
|---|---|
| 1 /** | |
| 2 * This file has no copyright assigned and is placed in the Public Domain. | |
| 3 * This file is part of the w64 mingw-runtime package. | |
| 4 * No warranty is given; refer to the file DISCLAIMER within this package. | |
| 5 */ | |
| 6 #ifndef __REQUIRED_RPCNDR_H_VERSION__ | |
| 7 #define __REQUIRED_RPCNDR_H_VERSION__ 475 | |
| 8 #endif | |
| 9 | |
| 10 #include "rpc.h" | |
| 11 #include "rpcndr.h" | |
| 12 | |
| 13 #ifndef __RPCNDR_H_VERSION__ | |
| 14 #error This stub requires an updated version of <rpcndr.h> | |
| 15 #endif | |
| 16 | |
| 17 #ifndef COM_NO_WINDOWS_H | |
| 18 #include "windows.h" | |
| 19 #include "ole2.h" | |
| 20 #endif | |
| 21 | |
| 22 #ifndef __gpmgmt_h__ | |
| 23 #define __gpmgmt_h__ | |
| 24 | |
| 25 #ifndef __IGPM_FWD_DEFINED__ | |
| 26 #define __IGPM_FWD_DEFINED__ | |
| 27 typedef struct IGPM IGPM; | |
| 28 #endif | |
| 29 | |
| 30 #ifndef __IGPMDomain_FWD_DEFINED__ | |
| 31 #define __IGPMDomain_FWD_DEFINED__ | |
| 32 typedef struct IGPMDomain IGPMDomain; | |
| 33 #endif | |
| 34 | |
| 35 #ifndef __IGPMBackupDir_FWD_DEFINED__ | |
| 36 #define __IGPMBackupDir_FWD_DEFINED__ | |
| 37 typedef struct IGPMBackupDir IGPMBackupDir; | |
| 38 #endif | |
| 39 | |
| 40 #ifndef __IGPMSitesContainer_FWD_DEFINED__ | |
| 41 #define __IGPMSitesContainer_FWD_DEFINED__ | |
| 42 typedef struct IGPMSitesContainer IGPMSitesContainer; | |
| 43 #endif | |
| 44 | |
| 45 #ifndef __IGPMSearchCriteria_FWD_DEFINED__ | |
| 46 #define __IGPMSearchCriteria_FWD_DEFINED__ | |
| 47 typedef struct IGPMSearchCriteria IGPMSearchCriteria; | |
| 48 #endif | |
| 49 | |
| 50 #ifndef __IGPMTrustee_FWD_DEFINED__ | |
| 51 #define __IGPMTrustee_FWD_DEFINED__ | |
| 52 typedef struct IGPMTrustee IGPMTrustee; | |
| 53 #endif | |
| 54 | |
| 55 #ifndef __IGPMPermission_FWD_DEFINED__ | |
| 56 #define __IGPMPermission_FWD_DEFINED__ | |
| 57 typedef struct IGPMPermission IGPMPermission; | |
| 58 #endif | |
| 59 | |
| 60 #ifndef __IGPMSecurityInfo_FWD_DEFINED__ | |
| 61 #define __IGPMSecurityInfo_FWD_DEFINED__ | |
| 62 typedef struct IGPMSecurityInfo IGPMSecurityInfo; | |
| 63 #endif | |
| 64 | |
| 65 #ifndef __IGPMBackup_FWD_DEFINED__ | |
| 66 #define __IGPMBackup_FWD_DEFINED__ | |
| 67 typedef struct IGPMBackup IGPMBackup; | |
| 68 #endif | |
| 69 | |
| 70 #ifndef __IGPMBackupCollection_FWD_DEFINED__ | |
| 71 #define __IGPMBackupCollection_FWD_DEFINED__ | |
| 72 typedef struct IGPMBackupCollection IGPMBackupCollection; | |
| 73 #endif | |
| 74 | |
| 75 #ifndef __IGPMSOM_FWD_DEFINED__ | |
| 76 #define __IGPMSOM_FWD_DEFINED__ | |
| 77 typedef struct IGPMSOM IGPMSOM; | |
| 78 #endif | |
| 79 | |
| 80 #ifndef __IGPMSOMCollection_FWD_DEFINED__ | |
| 81 #define __IGPMSOMCollection_FWD_DEFINED__ | |
| 82 typedef struct IGPMSOMCollection IGPMSOMCollection; | |
| 83 #endif | |
| 84 | |
| 85 #ifndef __IGPMWMIFilter_FWD_DEFINED__ | |
| 86 #define __IGPMWMIFilter_FWD_DEFINED__ | |
| 87 typedef struct IGPMWMIFilter IGPMWMIFilter; | |
| 88 #endif | |
| 89 | |
| 90 #ifndef __IGPMWMIFilterCollection_FWD_DEFINED__ | |
| 91 #define __IGPMWMIFilterCollection_FWD_DEFINED__ | |
| 92 typedef struct IGPMWMIFilterCollection IGPMWMIFilterCollection; | |
| 93 #endif | |
| 94 | |
| 95 #ifndef __IGPMRSOP_FWD_DEFINED__ | |
| 96 #define __IGPMRSOP_FWD_DEFINED__ | |
| 97 typedef struct IGPMRSOP IGPMRSOP; | |
| 98 #endif | |
| 99 | |
| 100 #ifndef __IGPMGPO_FWD_DEFINED__ | |
| 101 #define __IGPMGPO_FWD_DEFINED__ | |
| 102 typedef struct IGPMGPO IGPMGPO; | |
| 103 #endif | |
| 104 | |
| 105 #ifndef __IGPMGPOCollection_FWD_DEFINED__ | |
| 106 #define __IGPMGPOCollection_FWD_DEFINED__ | |
| 107 typedef struct IGPMGPOCollection IGPMGPOCollection; | |
| 108 #endif | |
| 109 | |
| 110 #ifndef __IGPMGPOLink_FWD_DEFINED__ | |
| 111 #define __IGPMGPOLink_FWD_DEFINED__ | |
| 112 typedef struct IGPMGPOLink IGPMGPOLink; | |
| 113 #endif | |
| 114 | |
| 115 #ifndef __IGPMGPOLinksCollection_FWD_DEFINED__ | |
| 116 #define __IGPMGPOLinksCollection_FWD_DEFINED__ | |
| 117 typedef struct IGPMGPOLinksCollection IGPMGPOLinksCollection; | |
| 118 #endif | |
| 119 | |
| 120 #ifndef __IGPMCSECollection_FWD_DEFINED__ | |
| 121 #define __IGPMCSECollection_FWD_DEFINED__ | |
| 122 typedef struct IGPMCSECollection IGPMCSECollection; | |
| 123 #endif | |
| 124 | |
| 125 #ifndef __IGPMClientSideExtension_FWD_DEFINED__ | |
| 126 #define __IGPMClientSideExtension_FWD_DEFINED__ | |
| 127 typedef struct IGPMClientSideExtension IGPMClientSideExtension; | |
| 128 #endif | |
| 129 | |
| 130 #ifndef __IGPMAsyncCancel_FWD_DEFINED__ | |
| 131 #define __IGPMAsyncCancel_FWD_DEFINED__ | |
| 132 typedef struct IGPMAsyncCancel IGPMAsyncCancel; | |
| 133 #endif | |
| 134 | |
| 135 #ifndef __IGPMAsyncProgress_FWD_DEFINED__ | |
| 136 #define __IGPMAsyncProgress_FWD_DEFINED__ | |
| 137 typedef struct IGPMAsyncProgress IGPMAsyncProgress; | |
| 138 #endif | |
| 139 | |
| 140 #ifndef __IGPMStatusMsgCollection_FWD_DEFINED__ | |
| 141 #define __IGPMStatusMsgCollection_FWD_DEFINED__ | |
| 142 typedef struct IGPMStatusMsgCollection IGPMStatusMsgCollection; | |
| 143 #endif | |
| 144 | |
| 145 #ifndef __IGPMStatusMessage_FWD_DEFINED__ | |
| 146 #define __IGPMStatusMessage_FWD_DEFINED__ | |
| 147 typedef struct IGPMStatusMessage IGPMStatusMessage; | |
| 148 #endif | |
| 149 | |
| 150 #ifndef __IGPMConstants_FWD_DEFINED__ | |
| 151 #define __IGPMConstants_FWD_DEFINED__ | |
| 152 typedef struct IGPMConstants IGPMConstants; | |
| 153 #endif | |
| 154 | |
| 155 #ifndef __IGPMResult_FWD_DEFINED__ | |
| 156 #define __IGPMResult_FWD_DEFINED__ | |
| 157 typedef struct IGPMResult IGPMResult; | |
| 158 #endif | |
| 159 | |
| 160 #ifndef __IGPMMapEntryCollection_FWD_DEFINED__ | |
| 161 #define __IGPMMapEntryCollection_FWD_DEFINED__ | |
| 162 typedef struct IGPMMapEntryCollection IGPMMapEntryCollection; | |
| 163 #endif | |
| 164 | |
| 165 #ifndef __IGPMMapEntry_FWD_DEFINED__ | |
| 166 #define __IGPMMapEntry_FWD_DEFINED__ | |
| 167 typedef struct IGPMMapEntry IGPMMapEntry; | |
| 168 #endif | |
| 169 | |
| 170 #ifndef __IGPMMigrationTable_FWD_DEFINED__ | |
| 171 #define __IGPMMigrationTable_FWD_DEFINED__ | |
| 172 typedef struct IGPMMigrationTable IGPMMigrationTable; | |
| 173 #endif | |
| 174 | |
| 175 #ifndef __GPM_FWD_DEFINED__ | |
| 176 #define __GPM_FWD_DEFINED__ | |
| 177 #ifdef __cplusplus | |
| 178 typedef class GPM GPM; | |
| 179 #else | |
| 180 typedef struct GPM GPM; | |
| 181 #endif | |
| 182 #endif | |
| 183 | |
| 184 #ifndef __GPMDomain_FWD_DEFINED__ | |
| 185 #define __GPMDomain_FWD_DEFINED__ | |
| 186 #ifdef __cplusplus | |
| 187 typedef class GPMDomain GPMDomain; | |
| 188 #else | |
| 189 typedef struct GPMDomain GPMDomain; | |
| 190 #endif | |
| 191 #endif | |
| 192 | |
| 193 #ifndef __GPMSitesContainer_FWD_DEFINED__ | |
| 194 #define __GPMSitesContainer_FWD_DEFINED__ | |
| 195 #ifdef __cplusplus | |
| 196 typedef class GPMSitesContainer GPMSitesContainer; | |
| 197 #else | |
| 198 typedef struct GPMSitesContainer GPMSitesContainer; | |
| 199 #endif | |
| 200 #endif | |
| 201 | |
| 202 #ifndef __GPMBackupDir_FWD_DEFINED__ | |
| 203 #define __GPMBackupDir_FWD_DEFINED__ | |
| 204 #ifdef __cplusplus | |
| 205 typedef class GPMBackupDir GPMBackupDir; | |
| 206 #else | |
| 207 typedef struct GPMBackupDir GPMBackupDir; | |
| 208 #endif | |
| 209 #endif | |
| 210 | |
| 211 #ifndef __GPMSOM_FWD_DEFINED__ | |
| 212 #define __GPMSOM_FWD_DEFINED__ | |
| 213 #ifdef __cplusplus | |
| 214 typedef class GPMSOM GPMSOM; | |
| 215 #else | |
| 216 typedef struct GPMSOM GPMSOM; | |
| 217 #endif | |
| 218 #endif | |
| 219 | |
| 220 #ifndef __GPMSearchCriteria_FWD_DEFINED__ | |
| 221 #define __GPMSearchCriteria_FWD_DEFINED__ | |
| 222 #ifdef __cplusplus | |
| 223 typedef class GPMSearchCriteria GPMSearchCriteria; | |
| 224 #else | |
| 225 typedef struct GPMSearchCriteria GPMSearchCriteria; | |
| 226 #endif | |
| 227 #endif | |
| 228 | |
| 229 #ifndef __GPMPermission_FWD_DEFINED__ | |
| 230 #define __GPMPermission_FWD_DEFINED__ | |
| 231 #ifdef __cplusplus | |
| 232 typedef class GPMPermission GPMPermission; | |
| 233 #else | |
| 234 typedef struct GPMPermission GPMPermission; | |
| 235 #endif | |
| 236 #endif | |
| 237 | |
| 238 #ifndef __GPMSecurityInfo_FWD_DEFINED__ | |
| 239 #define __GPMSecurityInfo_FWD_DEFINED__ | |
| 240 #ifdef __cplusplus | |
| 241 typedef class GPMSecurityInfo GPMSecurityInfo; | |
| 242 #else | |
| 243 typedef struct GPMSecurityInfo GPMSecurityInfo; | |
| 244 #endif | |
| 245 #endif | |
| 246 | |
| 247 #ifndef __GPMBackup_FWD_DEFINED__ | |
| 248 #define __GPMBackup_FWD_DEFINED__ | |
| 249 #ifdef __cplusplus | |
| 250 typedef class GPMBackup GPMBackup; | |
| 251 #else | |
| 252 typedef struct GPMBackup GPMBackup; | |
| 253 #endif | |
| 254 #endif | |
| 255 | |
| 256 #ifndef __GPMBackupCollection_FWD_DEFINED__ | |
| 257 #define __GPMBackupCollection_FWD_DEFINED__ | |
| 258 #ifdef __cplusplus | |
| 259 typedef class GPMBackupCollection GPMBackupCollection; | |
| 260 #else | |
| 261 typedef struct GPMBackupCollection GPMBackupCollection; | |
| 262 #endif | |
| 263 #endif | |
| 264 | |
| 265 #ifndef __GPMSOMCollection_FWD_DEFINED__ | |
| 266 #define __GPMSOMCollection_FWD_DEFINED__ | |
| 267 #ifdef __cplusplus | |
| 268 typedef class GPMSOMCollection GPMSOMCollection; | |
| 269 #else | |
| 270 typedef struct GPMSOMCollection GPMSOMCollection; | |
| 271 #endif | |
| 272 #endif | |
| 273 | |
| 274 #ifndef __GPMWMIFilter_FWD_DEFINED__ | |
| 275 #define __GPMWMIFilter_FWD_DEFINED__ | |
| 276 #ifdef __cplusplus | |
| 277 typedef class GPMWMIFilter GPMWMIFilter; | |
| 278 #else | |
| 279 typedef struct GPMWMIFilter GPMWMIFilter; | |
| 280 #endif | |
| 281 #endif | |
| 282 | |
| 283 #ifndef __GPMWMIFilterCollection_FWD_DEFINED__ | |
| 284 #define __GPMWMIFilterCollection_FWD_DEFINED__ | |
| 285 #ifdef __cplusplus | |
| 286 typedef class GPMWMIFilterCollection GPMWMIFilterCollection; | |
| 287 #else | |
| 288 typedef struct GPMWMIFilterCollection GPMWMIFilterCollection; | |
| 289 #endif | |
| 290 #endif | |
| 291 | |
| 292 #ifndef __GPMRSOP_FWD_DEFINED__ | |
| 293 #define __GPMRSOP_FWD_DEFINED__ | |
| 294 #ifdef __cplusplus | |
| 295 typedef class GPMRSOP GPMRSOP; | |
| 296 #else | |
| 297 typedef struct GPMRSOP GPMRSOP; | |
| 298 #endif | |
| 299 #endif | |
| 300 | |
| 301 #ifndef __GPMGPO_FWD_DEFINED__ | |
| 302 #define __GPMGPO_FWD_DEFINED__ | |
| 303 #ifdef __cplusplus | |
| 304 typedef class GPMGPO GPMGPO; | |
| 305 #else | |
| 306 typedef struct GPMGPO GPMGPO; | |
| 307 #endif | |
| 308 #endif | |
| 309 | |
| 310 #ifndef __GPMGPOCollection_FWD_DEFINED__ | |
| 311 #define __GPMGPOCollection_FWD_DEFINED__ | |
| 312 #ifdef __cplusplus | |
| 313 typedef class GPMGPOCollection GPMGPOCollection; | |
| 314 #else | |
| 315 typedef struct GPMGPOCollection GPMGPOCollection; | |
| 316 #endif | |
| 317 #endif | |
| 318 | |
| 319 #ifndef __GPMGPOLink_FWD_DEFINED__ | |
| 320 #define __GPMGPOLink_FWD_DEFINED__ | |
| 321 #ifdef __cplusplus | |
| 322 typedef class GPMGPOLink GPMGPOLink; | |
| 323 #else | |
| 324 typedef struct GPMGPOLink GPMGPOLink; | |
| 325 #endif | |
| 326 #endif | |
| 327 | |
| 328 #ifndef __GPMGPOLinksCollection_FWD_DEFINED__ | |
| 329 #define __GPMGPOLinksCollection_FWD_DEFINED__ | |
| 330 #ifdef __cplusplus | |
| 331 typedef class GPMGPOLinksCollection GPMGPOLinksCollection; | |
| 332 #else | |
| 333 typedef struct GPMGPOLinksCollection GPMGPOLinksCollection; | |
| 334 #endif | |
| 335 #endif | |
| 336 | |
| 337 #ifndef __GPMAsyncCancel_FWD_DEFINED__ | |
| 338 #define __GPMAsyncCancel_FWD_DEFINED__ | |
| 339 #ifdef __cplusplus | |
| 340 typedef class GPMAsyncCancel GPMAsyncCancel; | |
| 341 #else | |
| 342 typedef struct GPMAsyncCancel GPMAsyncCancel; | |
| 343 #endif | |
| 344 #endif | |
| 345 | |
| 346 #ifndef __GPMStatusMsgCollection_FWD_DEFINED__ | |
| 347 #define __GPMStatusMsgCollection_FWD_DEFINED__ | |
| 348 #ifdef __cplusplus | |
| 349 typedef class GPMStatusMsgCollection GPMStatusMsgCollection; | |
| 350 #else | |
| 351 typedef struct GPMStatusMsgCollection GPMStatusMsgCollection; | |
| 352 #endif | |
| 353 #endif | |
| 354 | |
| 355 #ifndef __GPMStatusMessage_FWD_DEFINED__ | |
| 356 #define __GPMStatusMessage_FWD_DEFINED__ | |
| 357 #ifdef __cplusplus | |
| 358 typedef class GPMStatusMessage GPMStatusMessage; | |
| 359 #else | |
| 360 typedef struct GPMStatusMessage GPMStatusMessage; | |
| 361 #endif | |
| 362 #endif | |
| 363 | |
| 364 #ifndef __GPMEnum_FWD_DEFINED__ | |
| 365 #define __GPMEnum_FWD_DEFINED__ | |
| 366 #ifdef __cplusplus | |
| 367 typedef class GPMEnum GPMEnum; | |
| 368 #else | |
| 369 typedef struct GPMEnum GPMEnum; | |
| 370 #endif | |
| 371 #endif | |
| 372 | |
| 373 #ifndef __GPMTrustee_FWD_DEFINED__ | |
| 374 #define __GPMTrustee_FWD_DEFINED__ | |
| 375 #ifdef __cplusplus | |
| 376 typedef class GPMTrustee GPMTrustee; | |
| 377 #else | |
| 378 typedef struct GPMTrustee GPMTrustee; | |
| 379 #endif | |
| 380 #endif | |
| 381 | |
| 382 #ifndef __GPMClientSideExtension_FWD_DEFINED__ | |
| 383 #define __GPMClientSideExtension_FWD_DEFINED__ | |
| 384 #ifdef __cplusplus | |
| 385 typedef class GPMClientSideExtension GPMClientSideExtension; | |
| 386 #else | |
| 387 typedef struct GPMClientSideExtension GPMClientSideExtension; | |
| 388 #endif | |
| 389 #endif | |
| 390 | |
| 391 #ifndef __GPMCSECollection_FWD_DEFINED__ | |
| 392 #define __GPMCSECollection_FWD_DEFINED__ | |
| 393 #ifdef __cplusplus | |
| 394 typedef class GPMCSECollection GPMCSECollection; | |
| 395 #else | |
| 396 typedef struct GPMCSECollection GPMCSECollection; | |
| 397 #endif | |
| 398 #endif | |
| 399 | |
| 400 #ifndef __GPMConstants_FWD_DEFINED__ | |
| 401 #define __GPMConstants_FWD_DEFINED__ | |
| 402 #ifdef __cplusplus | |
| 403 typedef class GPMConstants GPMConstants; | |
| 404 #else | |
| 405 typedef struct GPMConstants GPMConstants; | |
| 406 #endif | |
| 407 #endif | |
| 408 | |
| 409 #ifndef __GPMResult_FWD_DEFINED__ | |
| 410 #define __GPMResult_FWD_DEFINED__ | |
| 411 #ifdef __cplusplus | |
| 412 typedef class GPMResult GPMResult; | |
| 413 #else | |
| 414 typedef struct GPMResult GPMResult; | |
| 415 #endif | |
| 416 #endif | |
| 417 | |
| 418 #ifndef __GPMMapEntryCollection_FWD_DEFINED__ | |
| 419 #define __GPMMapEntryCollection_FWD_DEFINED__ | |
| 420 #ifdef __cplusplus | |
| 421 typedef class GPMMapEntryCollection GPMMapEntryCollection; | |
| 422 #else | |
| 423 typedef struct GPMMapEntryCollection GPMMapEntryCollection; | |
| 424 #endif | |
| 425 #endif | |
| 426 | |
| 427 #ifndef __GPMMapEntry_FWD_DEFINED__ | |
| 428 #define __GPMMapEntry_FWD_DEFINED__ | |
| 429 #ifdef __cplusplus | |
| 430 typedef class GPMMapEntry GPMMapEntry; | |
| 431 #else | |
| 432 typedef struct GPMMapEntry GPMMapEntry; | |
| 433 #endif | |
| 434 #endif | |
| 435 | |
| 436 #ifndef __GPMMigrationTable_FWD_DEFINED__ | |
| 437 #define __GPMMigrationTable_FWD_DEFINED__ | |
| 438 #ifdef __cplusplus | |
| 439 typedef class GPMMigrationTable GPMMigrationTable; | |
| 440 #else | |
| 441 typedef struct GPMMigrationTable GPMMigrationTable; | |
| 442 #endif | |
| 443 #endif | |
| 444 | |
| 445 #ifndef __GPOReportProvider_FWD_DEFINED__ | |
| 446 #define __GPOReportProvider_FWD_DEFINED__ | |
| 447 #ifdef __cplusplus | |
| 448 typedef class GPOReportProvider GPOReportProvider; | |
| 449 #else | |
| 450 typedef struct GPOReportProvider GPOReportProvider; | |
| 451 #endif | |
| 452 #endif | |
| 453 | |
| 454 #include "oaidl.h" | |
| 455 #include "ocidl.h" | |
| 456 | |
| 457 #ifdef __cplusplus | |
| 458 extern "C"{ | |
| 459 #endif | |
| 460 | |
| 461 #ifndef __MIDL_user_allocate_free_DEFINED__ | |
| 462 #define __MIDL_user_allocate_free_DEFINED__ | |
| 463 void *__RPC_API MIDL_user_allocate(size_t); | |
| 464 void __RPC_API MIDL_user_free(void *); | |
| 465 #endif | |
| 466 | |
| 467 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0001 { | |
| 468 rsopUnknown = 0,rsopPlanning,rsopLogging | |
| 469 } GPMRSOPMode; | |
| 470 | |
| 471 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0002 { | |
| 472 permGPOApply = 0x10000,permGPORead = 0x10100,permGPOEdit = 0x10101,permGPOEditSecurityAndDelete = 0x10102,permGPOCustom = 0x10103, | |
| 473 permWMIFilterEdit = 0x20000,permWMIFilterFullControl = 0x20001,permWMIFilterCustom = 0x20002,permSOMLink = 0x1c0000,permSOMLogging = 0x180100, | |
| 474 permSOMPlanning = 0x180200,permSOMWMICreate = 0x100300,permSOMWMIFullControl = 0x100301,permSOMGPOCreate = 0x100400 | |
| 475 } GPMPermissionType; | |
| 476 | |
| 477 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0003 { | |
| 478 gpoPermissions = 0,gpoEffectivePermissions,gpoDisplayName,gpoWMIFilter, | |
| 479 gpoID,gpoComputerExtensions,gpoUserExtensions,somLinks,gpoDomain, | |
| 480 backupMostRecent | |
| 481 } GPMSearchProperty; | |
| 482 | |
| 483 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0004 { | |
| 484 opEquals = 0,opContains,opNotContains,opNotEquals | |
| 485 } GPMSearchOperation; | |
| 486 | |
| 487 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0005 { | |
| 488 repXML = 0,repHTML = repXML + 1 | |
| 489 } GPMReportType; | |
| 490 | |
| 491 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0006 { | |
| 492 typeUser = 0,typeComputer,typeLocalGroup,typeGlobalGroup, | |
| 493 typeUniversalGroup,typeUNCPath,typeUnknown | |
| 494 } GPMEntryType; | |
| 495 | |
| 496 typedef enum __MIDL___MIDL_itf_gpmgmt_0000_0007 { | |
| 497 opDestinationSameAsSource = 0,opDestinationNone,opDestinationByRelativeName, | |
| 498 opDestinationSet | |
| 499 } GPMDestinationOption; | |
| 500 | |
| 501 #define GPM_USE_PDC (0) | |
| 502 #define GPM_USE_ANYDC (1) | |
| 503 #define GPM_DONOTUSE_W2KDC (2) | |
| 504 | |
| 505 #define GPM_DONOT_VALIDATEDC (1) | |
| 506 | |
| 507 #define GPM_MIGRATIONTABLE_ONLY (0x1) | |
| 508 #define GPM_PROCESS_SECURITY (0x2) | |
| 509 | |
| 510 #define RSOP_NO_COMPUTER (0x10000) | |
| 511 #define RSOP_NO_USER (0x20000) | |
| 512 #define RSOP_PLANNING_ASSUME_SLOW_LINK (0x1) | |
| 513 #define RSOP_PLANNING_ASSUME_LOOPBACK_MERGE (0x2) | |
| 514 #define RSOP_PLANNING_ASSUME_LOOPBACK_REPLACE (0x4) | |
| 515 #define RSOP_PLANNING_ASSUME_USER_WQLFILTER_TRUE (0x8) | |
| 516 #define RSOP_PLANNING_ASSUME_COMP_WQLFILTER_TRUE (0x10) | |
| 517 | |
| 518 extern RPC_IF_HANDLE __MIDL_itf_gpmgmt_0000_v0_0_c_ifspec; | |
| 519 extern RPC_IF_HANDLE __MIDL_itf_gpmgmt_0000_v0_0_s_ifspec; | |
| 520 | |
| 521 #ifndef __IGPM_INTERFACE_DEFINED__ | |
| 522 #define __IGPM_INTERFACE_DEFINED__ | |
| 523 EXTERN_C const IID IID_IGPM; | |
| 524 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 525 struct IGPM : public IDispatch { | |
| 526 public: | |
| 527 virtual HRESULT WINAPI GetDomain(BSTR bstrDomain,BSTR bstrDomainController,long lDCFlags,IGPMDomain **pIGPMDomain) = 0; | |
| 528 virtual HRESULT WINAPI GetBackupDir(BSTR bstrBackupDir,IGPMBackupDir **pIGPMBackupDir) = 0; | |
| 529 virtual HRESULT WINAPI GetSitesContainer(BSTR bstrForest,BSTR bstrDomain,BSTR bstrDomainController,long lDCFlags,IGPMSitesContainer **ppIGPMSitesContainer) = 0; | |
| 530 virtual HRESULT WINAPI GetRSOP(GPMRSOPMode gpmRSoPMode,BSTR bstrNamespace,long lFlags,IGPMRSOP **ppIGPMRSOP) = 0; | |
| 531 virtual HRESULT WINAPI CreatePermission(BSTR bstrTrustee,GPMPermissionType perm,VARIANT_BOOL bInheritable,IGPMPermission **ppPerm) = 0; | |
| 532 virtual HRESULT WINAPI CreateSearchCriteria(IGPMSearchCriteria **ppIGPMSearchCriteria) = 0; | |
| 533 virtual HRESULT WINAPI CreateTrustee(BSTR bstrTrustee,IGPMTrustee **ppIGPMTrustee) = 0; | |
| 534 virtual HRESULT WINAPI GetClientSideExtensions(IGPMCSECollection **ppIGPMCSECollection) = 0; | |
| 535 virtual HRESULT WINAPI GetConstants(IGPMConstants **ppIGPMConstants) = 0; | |
| 536 virtual HRESULT WINAPI GetMigrationTable(BSTR bstrMigrationTablePath,IGPMMigrationTable **ppMigrationTable) = 0; | |
| 537 virtual HRESULT WINAPI CreateMigrationTable(IGPMMigrationTable **ppMigrationTable) = 0; | |
| 538 virtual HRESULT WINAPI InitializeReporting(BSTR bstrAdmPath) = 0; | |
| 539 }; | |
| 540 #else | |
| 541 typedef struct IGPMVtbl { | |
| 542 BEGIN_INTERFACE | |
| 543 HRESULT (WINAPI *QueryInterface)(IGPM *This,REFIID riid,void **ppvObject); | |
| 544 ULONG (WINAPI *AddRef)(IGPM *This); | |
| 545 ULONG (WINAPI *Release)(IGPM *This); | |
| 546 HRESULT (WINAPI *GetTypeInfoCount)(IGPM *This,UINT *pctinfo); | |
| 547 HRESULT (WINAPI *GetTypeInfo)(IGPM *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 548 HRESULT (WINAPI *GetIDsOfNames)(IGPM *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 549 HRESULT (WINAPI *Invoke)(IGPM *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 550 HRESULT (WINAPI *GetDomain)(IGPM *This,BSTR bstrDomain,BSTR bstrDomainController,long lDCFlags,IGPMDomain **pIGPMDomain); | |
| 551 HRESULT (WINAPI *GetBackupDir)(IGPM *This,BSTR bstrBackupDir,IGPMBackupDir **pIGPMBackupDir); | |
| 552 HRESULT (WINAPI *GetSitesContainer)(IGPM *This,BSTR bstrForest,BSTR bstrDomain,BSTR bstrDomainController,long lDCFlags,IGPMSitesContainer **ppIGPMSitesContainer); | |
| 553 HRESULT (WINAPI *GetRSOP)(IGPM *This,GPMRSOPMode gpmRSoPMode,BSTR bstrNamespace,long lFlags,IGPMRSOP **ppIGPMRSOP); | |
| 554 HRESULT (WINAPI *CreatePermission)(IGPM *This,BSTR bstrTrustee,GPMPermissionType perm,VARIANT_BOOL bInheritable,IGPMPermission **ppPerm); | |
| 555 HRESULT (WINAPI *CreateSearchCriteria)(IGPM *This,IGPMSearchCriteria **ppIGPMSearchCriteria); | |
| 556 HRESULT (WINAPI *CreateTrustee)(IGPM *This,BSTR bstrTrustee,IGPMTrustee **ppIGPMTrustee); | |
| 557 HRESULT (WINAPI *GetClientSideExtensions)(IGPM *This,IGPMCSECollection **ppIGPMCSECollection); | |
| 558 HRESULT (WINAPI *GetConstants)(IGPM *This,IGPMConstants **ppIGPMConstants); | |
| 559 HRESULT (WINAPI *GetMigrationTable)(IGPM *This,BSTR bstrMigrationTablePath,IGPMMigrationTable **ppMigrationTable); | |
| 560 HRESULT (WINAPI *CreateMigrationTable)(IGPM *This,IGPMMigrationTable **ppMigrationTable); | |
| 561 HRESULT (WINAPI *InitializeReporting)(IGPM *This,BSTR bstrAdmPath); | |
| 562 END_INTERFACE | |
| 563 } IGPMVtbl; | |
| 564 struct IGPM { | |
| 565 CONST_VTBL struct IGPMVtbl *lpVtbl; | |
| 566 }; | |
| 567 #ifdef COBJMACROS | |
| 568 #define IGPM_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 569 #define IGPM_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 570 #define IGPM_Release(This) (This)->lpVtbl->Release(This) | |
| 571 #define IGPM_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 572 #define IGPM_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 573 #define IGPM_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 574 #define IGPM_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 575 #define IGPM_GetDomain(This,bstrDomain,bstrDomainController,lDCFlags,pIGPMDomain) (This)->lpVtbl->GetDomain(This,bstrDomain,bstrDomainController,lDCFlags,pIGPMDomain) | |
| 576 #define IGPM_GetBackupDir(This,bstrBackupDir,pIGPMBackupDir) (This)->lpVtbl->GetBackupDir(This,bstrBackupDir,pIGPMBackupDir) | |
| 577 #define IGPM_GetSitesContainer(This,bstrForest,bstrDomain,bstrDomainController,lDCFlags,ppIGPMSitesContainer) (This)->lpVtbl->GetSitesContainer(This,bstrForest,bstrDomain,bstrDomainController,lDCFlags,ppIGPMSitesContainer) | |
| 578 #define IGPM_GetRSOP(This,gpmRSoPMode,bstrNamespace,lFlags,ppIGPMRSOP) (This)->lpVtbl->GetRSOP(This,gpmRSoPMode,bstrNamespace,lFlags,ppIGPMRSOP) | |
| 579 #define IGPM_CreatePermission(This,bstrTrustee,perm,bInheritable,ppPerm) (This)->lpVtbl->CreatePermission(This,bstrTrustee,perm,bInheritable,ppPerm) | |
| 580 #define IGPM_CreateSearchCriteria(This,ppIGPMSearchCriteria) (This)->lpVtbl->CreateSearchCriteria(This,ppIGPMSearchCriteria) | |
| 581 #define IGPM_CreateTrustee(This,bstrTrustee,ppIGPMTrustee) (This)->lpVtbl->CreateTrustee(This,bstrTrustee,ppIGPMTrustee) | |
| 582 #define IGPM_GetClientSideExtensions(This,ppIGPMCSECollection) (This)->lpVtbl->GetClientSideExtensions(This,ppIGPMCSECollection) | |
| 583 #define IGPM_GetConstants(This,ppIGPMConstants) (This)->lpVtbl->GetConstants(This,ppIGPMConstants) | |
| 584 #define IGPM_GetMigrationTable(This,bstrMigrationTablePath,ppMigrationTable) (This)->lpVtbl->GetMigrationTable(This,bstrMigrationTablePath,ppMigrationTable) | |
| 585 #define IGPM_CreateMigrationTable(This,ppMigrationTable) (This)->lpVtbl->CreateMigrationTable(This,ppMigrationTable) | |
| 586 #define IGPM_InitializeReporting(This,bstrAdmPath) (This)->lpVtbl->InitializeReporting(This,bstrAdmPath) | |
| 587 #endif | |
| 588 #endif | |
| 589 HRESULT WINAPI IGPM_GetDomain_Proxy(IGPM *This,BSTR bstrDomain,BSTR bstrDomainController,long lDCFlags,IGPMDomain **pIGPMDomain); | |
| 590 void __RPC_STUB IGPM_GetDomain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 591 HRESULT WINAPI IGPM_GetBackupDir_Proxy(IGPM *This,BSTR bstrBackupDir,IGPMBackupDir **pIGPMBackupDir); | |
| 592 void __RPC_STUB IGPM_GetBackupDir_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 593 HRESULT WINAPI IGPM_GetSitesContainer_Proxy(IGPM *This,BSTR bstrForest,BSTR bstrDomain,BSTR bstrDomainController,long lDCFlags,IGPMSitesContainer **ppIGPMSitesContainer); | |
| 594 void __RPC_STUB IGPM_GetSitesContainer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 595 HRESULT WINAPI IGPM_GetRSOP_Proxy(IGPM *This,GPMRSOPMode gpmRSoPMode,BSTR bstrNamespace,long lFlags,IGPMRSOP **ppIGPMRSOP); | |
| 596 void __RPC_STUB IGPM_GetRSOP_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 597 HRESULT WINAPI IGPM_CreatePermission_Proxy(IGPM *This,BSTR bstrTrustee,GPMPermissionType perm,VARIANT_BOOL bInheritable,IGPMPermission **ppPerm); | |
| 598 void __RPC_STUB IGPM_CreatePermission_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 599 HRESULT WINAPI IGPM_CreateSearchCriteria_Proxy(IGPM *This,IGPMSearchCriteria **ppIGPMSearchCriteria); | |
| 600 void __RPC_STUB IGPM_CreateSearchCriteria_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 601 HRESULT WINAPI IGPM_CreateTrustee_Proxy(IGPM *This,BSTR bstrTrustee,IGPMTrustee **ppIGPMTrustee); | |
| 602 void __RPC_STUB IGPM_CreateTrustee_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 603 HRESULT WINAPI IGPM_GetClientSideExtensions_Proxy(IGPM *This,IGPMCSECollection **ppIGPMCSECollection); | |
| 604 void __RPC_STUB IGPM_GetClientSideExtensions_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 605 HRESULT WINAPI IGPM_GetConstants_Proxy(IGPM *This,IGPMConstants **ppIGPMConstants); | |
| 606 void __RPC_STUB IGPM_GetConstants_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 607 HRESULT WINAPI IGPM_GetMigrationTable_Proxy(IGPM *This,BSTR bstrMigrationTablePath,IGPMMigrationTable **ppMigrationTable); | |
| 608 void __RPC_STUB IGPM_GetMigrationTable_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 609 HRESULT WINAPI IGPM_CreateMigrationTable_Proxy(IGPM *This,IGPMMigrationTable **ppMigrationTable); | |
| 610 void __RPC_STUB IGPM_CreateMigrationTable_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 611 HRESULT WINAPI IGPM_InitializeReporting_Proxy(IGPM *This,BSTR bstrAdmPath); | |
| 612 void __RPC_STUB IGPM_InitializeReporting_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 613 #endif | |
| 614 | |
| 615 #ifndef __IGPMDomain_INTERFACE_DEFINED__ | |
| 616 #define __IGPMDomain_INTERFACE_DEFINED__ | |
| 617 EXTERN_C const IID IID_IGPMDomain; | |
| 618 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 619 struct IGPMDomain : public IDispatch { | |
| 620 public: | |
| 621 virtual HRESULT WINAPI get_DomainController(BSTR *pVal) = 0; | |
| 622 virtual HRESULT WINAPI get_Domain(BSTR *pVal) = 0; | |
| 623 virtual HRESULT WINAPI CreateGPO(IGPMGPO **ppNewGPO) = 0; | |
| 624 virtual HRESULT WINAPI GetGPO(BSTR bstrGuid,IGPMGPO **ppGPO) = 0; | |
| 625 virtual HRESULT WINAPI SearchGPOs(IGPMSearchCriteria *pIGPMSearchCriteria,IGPMGPOCollection **ppIGPMGPOCollection) = 0; | |
| 626 virtual HRESULT WINAPI RestoreGPO(IGPMBackup *pIGPMBackup,long lDCFlags,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 627 virtual HRESULT WINAPI GetSOM(BSTR bstrPath,IGPMSOM **ppSOM) = 0; | |
| 628 virtual HRESULT WINAPI SearchSOMs(IGPMSearchCriteria *pIGPMSearchCriteria,IGPMSOMCollection **ppIGPMSOMCollection) = 0; | |
| 629 virtual HRESULT WINAPI GetWMIFilter(BSTR bstrPath,IGPMWMIFilter **ppWMIFilter) = 0; | |
| 630 virtual HRESULT WINAPI SearchWMIFilters(IGPMSearchCriteria *pIGPMSearchCriteria,IGPMWMIFilterCollection **ppIGPMWMIFilterCollection) = 0; | |
| 631 }; | |
| 632 #else | |
| 633 typedef struct IGPMDomainVtbl { | |
| 634 BEGIN_INTERFACE | |
| 635 HRESULT (WINAPI *QueryInterface)(IGPMDomain *This,REFIID riid,void **ppvObject); | |
| 636 ULONG (WINAPI *AddRef)(IGPMDomain *This); | |
| 637 ULONG (WINAPI *Release)(IGPMDomain *This); | |
| 638 HRESULT (WINAPI *GetTypeInfoCount)(IGPMDomain *This,UINT *pctinfo); | |
| 639 HRESULT (WINAPI *GetTypeInfo)(IGPMDomain *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 640 HRESULT (WINAPI *GetIDsOfNames)(IGPMDomain *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 641 HRESULT (WINAPI *Invoke)(IGPMDomain *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 642 HRESULT (WINAPI *get_DomainController)(IGPMDomain *This,BSTR *pVal); | |
| 643 HRESULT (WINAPI *get_Domain)(IGPMDomain *This,BSTR *pVal); | |
| 644 HRESULT (WINAPI *CreateGPO)(IGPMDomain *This,IGPMGPO **ppNewGPO); | |
| 645 HRESULT (WINAPI *GetGPO)(IGPMDomain *This,BSTR bstrGuid,IGPMGPO **ppGPO); | |
| 646 HRESULT (WINAPI *SearchGPOs)(IGPMDomain *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMGPOCollection **ppIGPMGPOCollection); | |
| 647 HRESULT (WINAPI *RestoreGPO)(IGPMDomain *This,IGPMBackup *pIGPMBackup,long lDCFlags,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 648 HRESULT (WINAPI *GetSOM)(IGPMDomain *This,BSTR bstrPath,IGPMSOM **ppSOM); | |
| 649 HRESULT (WINAPI *SearchSOMs)(IGPMDomain *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMSOMCollection **ppIGPMSOMCollection); | |
| 650 HRESULT (WINAPI *GetWMIFilter)(IGPMDomain *This,BSTR bstrPath,IGPMWMIFilter **ppWMIFilter); | |
| 651 HRESULT (WINAPI *SearchWMIFilters)(IGPMDomain *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMWMIFilterCollection **ppIGPMWMIFilterCollection); | |
| 652 END_INTERFACE | |
| 653 } IGPMDomainVtbl; | |
| 654 struct IGPMDomain { | |
| 655 CONST_VTBL struct IGPMDomainVtbl *lpVtbl; | |
| 656 }; | |
| 657 #ifdef COBJMACROS | |
| 658 #define IGPMDomain_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 659 #define IGPMDomain_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 660 #define IGPMDomain_Release(This) (This)->lpVtbl->Release(This) | |
| 661 #define IGPMDomain_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 662 #define IGPMDomain_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 663 #define IGPMDomain_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 664 #define IGPMDomain_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 665 #define IGPMDomain_get_DomainController(This,pVal) (This)->lpVtbl->get_DomainController(This,pVal) | |
| 666 #define IGPMDomain_get_Domain(This,pVal) (This)->lpVtbl->get_Domain(This,pVal) | |
| 667 #define IGPMDomain_CreateGPO(This,ppNewGPO) (This)->lpVtbl->CreateGPO(This,ppNewGPO) | |
| 668 #define IGPMDomain_GetGPO(This,bstrGuid,ppGPO) (This)->lpVtbl->GetGPO(This,bstrGuid,ppGPO) | |
| 669 #define IGPMDomain_SearchGPOs(This,pIGPMSearchCriteria,ppIGPMGPOCollection) (This)->lpVtbl->SearchGPOs(This,pIGPMSearchCriteria,ppIGPMGPOCollection) | |
| 670 #define IGPMDomain_RestoreGPO(This,pIGPMBackup,lDCFlags,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->RestoreGPO(This,pIGPMBackup,lDCFlags,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 671 #define IGPMDomain_GetSOM(This,bstrPath,ppSOM) (This)->lpVtbl->GetSOM(This,bstrPath,ppSOM) | |
| 672 #define IGPMDomain_SearchSOMs(This,pIGPMSearchCriteria,ppIGPMSOMCollection) (This)->lpVtbl->SearchSOMs(This,pIGPMSearchCriteria,ppIGPMSOMCollection) | |
| 673 #define IGPMDomain_GetWMIFilter(This,bstrPath,ppWMIFilter) (This)->lpVtbl->GetWMIFilter(This,bstrPath,ppWMIFilter) | |
| 674 #define IGPMDomain_SearchWMIFilters(This,pIGPMSearchCriteria,ppIGPMWMIFilterCollection) (This)->lpVtbl->SearchWMIFilters(This,pIGPMSearchCriteria,ppIGPMWMIFilterCollection) | |
| 675 #endif | |
| 676 #endif | |
| 677 HRESULT WINAPI IGPMDomain_get_DomainController_Proxy(IGPMDomain *This,BSTR *pVal); | |
| 678 void __RPC_STUB IGPMDomain_get_DomainController_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 679 HRESULT WINAPI IGPMDomain_get_Domain_Proxy(IGPMDomain *This,BSTR *pVal); | |
| 680 void __RPC_STUB IGPMDomain_get_Domain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 681 HRESULT WINAPI IGPMDomain_CreateGPO_Proxy(IGPMDomain *This,IGPMGPO **ppNewGPO); | |
| 682 void __RPC_STUB IGPMDomain_CreateGPO_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 683 HRESULT WINAPI IGPMDomain_GetGPO_Proxy(IGPMDomain *This,BSTR bstrGuid,IGPMGPO **ppGPO); | |
| 684 void __RPC_STUB IGPMDomain_GetGPO_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 685 HRESULT WINAPI IGPMDomain_SearchGPOs_Proxy(IGPMDomain *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMGPOCollection **ppIGPMGPOCollection); | |
| 686 void __RPC_STUB IGPMDomain_SearchGPOs_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 687 HRESULT WINAPI IGPMDomain_RestoreGPO_Proxy(IGPMDomain *This,IGPMBackup *pIGPMBackup,long lDCFlags,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 688 void __RPC_STUB IGPMDomain_RestoreGPO_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 689 HRESULT WINAPI IGPMDomain_GetSOM_Proxy(IGPMDomain *This,BSTR bstrPath,IGPMSOM **ppSOM); | |
| 690 void __RPC_STUB IGPMDomain_GetSOM_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 691 HRESULT WINAPI IGPMDomain_SearchSOMs_Proxy(IGPMDomain *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMSOMCollection **ppIGPMSOMCollection); | |
| 692 void __RPC_STUB IGPMDomain_SearchSOMs_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 693 HRESULT WINAPI IGPMDomain_GetWMIFilter_Proxy(IGPMDomain *This,BSTR bstrPath,IGPMWMIFilter **ppWMIFilter); | |
| 694 void __RPC_STUB IGPMDomain_GetWMIFilter_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 695 HRESULT WINAPI IGPMDomain_SearchWMIFilters_Proxy(IGPMDomain *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMWMIFilterCollection **ppIGPMWMIFilterCollection); | |
| 696 void __RPC_STUB IGPMDomain_SearchWMIFilters_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 697 #endif | |
| 698 | |
| 699 #ifndef __IGPMBackupDir_INTERFACE_DEFINED__ | |
| 700 #define __IGPMBackupDir_INTERFACE_DEFINED__ | |
| 701 EXTERN_C const IID IID_IGPMBackupDir; | |
| 702 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 703 struct IGPMBackupDir : public IDispatch { | |
| 704 public: | |
| 705 virtual HRESULT WINAPI get_BackupDirectory(BSTR *pVal) = 0; | |
| 706 virtual HRESULT WINAPI GetBackup(BSTR bstrID,IGPMBackup **ppBackup) = 0; | |
| 707 virtual HRESULT WINAPI SearchBackups(IGPMSearchCriteria *pIGPMSearchCriteria,IGPMBackupCollection **ppIGPMBackupCollection) = 0; | |
| 708 }; | |
| 709 #else | |
| 710 typedef struct IGPMBackupDirVtbl { | |
| 711 BEGIN_INTERFACE | |
| 712 HRESULT (WINAPI *QueryInterface)(IGPMBackupDir *This,REFIID riid,void **ppvObject); | |
| 713 ULONG (WINAPI *AddRef)(IGPMBackupDir *This); | |
| 714 ULONG (WINAPI *Release)(IGPMBackupDir *This); | |
| 715 HRESULT (WINAPI *GetTypeInfoCount)(IGPMBackupDir *This,UINT *pctinfo); | |
| 716 HRESULT (WINAPI *GetTypeInfo)(IGPMBackupDir *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 717 HRESULT (WINAPI *GetIDsOfNames)(IGPMBackupDir *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 718 HRESULT (WINAPI *Invoke)(IGPMBackupDir *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 719 HRESULT (WINAPI *get_BackupDirectory)(IGPMBackupDir *This,BSTR *pVal); | |
| 720 HRESULT (WINAPI *GetBackup)(IGPMBackupDir *This,BSTR bstrID,IGPMBackup **ppBackup); | |
| 721 HRESULT (WINAPI *SearchBackups)(IGPMBackupDir *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMBackupCollection **ppIGPMBackupCollection); | |
| 722 END_INTERFACE | |
| 723 } IGPMBackupDirVtbl; | |
| 724 struct IGPMBackupDir { | |
| 725 CONST_VTBL struct IGPMBackupDirVtbl *lpVtbl; | |
| 726 }; | |
| 727 #ifdef COBJMACROS | |
| 728 #define IGPMBackupDir_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 729 #define IGPMBackupDir_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 730 #define IGPMBackupDir_Release(This) (This)->lpVtbl->Release(This) | |
| 731 #define IGPMBackupDir_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 732 #define IGPMBackupDir_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 733 #define IGPMBackupDir_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 734 #define IGPMBackupDir_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 735 #define IGPMBackupDir_get_BackupDirectory(This,pVal) (This)->lpVtbl->get_BackupDirectory(This,pVal) | |
| 736 #define IGPMBackupDir_GetBackup(This,bstrID,ppBackup) (This)->lpVtbl->GetBackup(This,bstrID,ppBackup) | |
| 737 #define IGPMBackupDir_SearchBackups(This,pIGPMSearchCriteria,ppIGPMBackupCollection) (This)->lpVtbl->SearchBackups(This,pIGPMSearchCriteria,ppIGPMBackupCollection) | |
| 738 #endif | |
| 739 #endif | |
| 740 HRESULT WINAPI IGPMBackupDir_get_BackupDirectory_Proxy(IGPMBackupDir *This,BSTR *pVal); | |
| 741 void __RPC_STUB IGPMBackupDir_get_BackupDirectory_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 742 HRESULT WINAPI IGPMBackupDir_GetBackup_Proxy(IGPMBackupDir *This,BSTR bstrID,IGPMBackup **ppBackup); | |
| 743 void __RPC_STUB IGPMBackupDir_GetBackup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 744 HRESULT WINAPI IGPMBackupDir_SearchBackups_Proxy(IGPMBackupDir *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMBackupCollection **ppIGPMBackupCollection); | |
| 745 void __RPC_STUB IGPMBackupDir_SearchBackups_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 746 #endif | |
| 747 | |
| 748 #ifndef __IGPMSitesContainer_INTERFACE_DEFINED__ | |
| 749 #define __IGPMSitesContainer_INTERFACE_DEFINED__ | |
| 750 EXTERN_C const IID IID_IGPMSitesContainer; | |
| 751 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 752 struct IGPMSitesContainer : public IDispatch { | |
| 753 public: | |
| 754 virtual HRESULT WINAPI get_DomainController(BSTR *pVal) = 0; | |
| 755 virtual HRESULT WINAPI get_Domain(BSTR *pVal) = 0; | |
| 756 virtual HRESULT WINAPI get_Forest(BSTR *pVal) = 0; | |
| 757 virtual HRESULT WINAPI GetSite(BSTR bstrSiteName,IGPMSOM **ppSOM) = 0; | |
| 758 virtual HRESULT WINAPI SearchSites(IGPMSearchCriteria *pIGPMSearchCriteria,IGPMSOMCollection **ppIGPMSOMCollection) = 0; | |
| 759 }; | |
| 760 #else | |
| 761 typedef struct IGPMSitesContainerVtbl { | |
| 762 BEGIN_INTERFACE | |
| 763 HRESULT (WINAPI *QueryInterface)(IGPMSitesContainer *This,REFIID riid,void **ppvObject); | |
| 764 ULONG (WINAPI *AddRef)(IGPMSitesContainer *This); | |
| 765 ULONG (WINAPI *Release)(IGPMSitesContainer *This); | |
| 766 HRESULT (WINAPI *GetTypeInfoCount)(IGPMSitesContainer *This,UINT *pctinfo); | |
| 767 HRESULT (WINAPI *GetTypeInfo)(IGPMSitesContainer *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 768 HRESULT (WINAPI *GetIDsOfNames)(IGPMSitesContainer *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 769 HRESULT (WINAPI *Invoke)(IGPMSitesContainer *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 770 HRESULT (WINAPI *get_DomainController)(IGPMSitesContainer *This,BSTR *pVal); | |
| 771 HRESULT (WINAPI *get_Domain)(IGPMSitesContainer *This,BSTR *pVal); | |
| 772 HRESULT (WINAPI *get_Forest)(IGPMSitesContainer *This,BSTR *pVal); | |
| 773 HRESULT (WINAPI *GetSite)(IGPMSitesContainer *This,BSTR bstrSiteName,IGPMSOM **ppSOM); | |
| 774 HRESULT (WINAPI *SearchSites)(IGPMSitesContainer *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMSOMCollection **ppIGPMSOMCollection); | |
| 775 END_INTERFACE | |
| 776 } IGPMSitesContainerVtbl; | |
| 777 struct IGPMSitesContainer { | |
| 778 CONST_VTBL struct IGPMSitesContainerVtbl *lpVtbl; | |
| 779 }; | |
| 780 #ifdef COBJMACROS | |
| 781 #define IGPMSitesContainer_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 782 #define IGPMSitesContainer_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 783 #define IGPMSitesContainer_Release(This) (This)->lpVtbl->Release(This) | |
| 784 #define IGPMSitesContainer_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 785 #define IGPMSitesContainer_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 786 #define IGPMSitesContainer_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 787 #define IGPMSitesContainer_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 788 #define IGPMSitesContainer_get_DomainController(This,pVal) (This)->lpVtbl->get_DomainController(This,pVal) | |
| 789 #define IGPMSitesContainer_get_Domain(This,pVal) (This)->lpVtbl->get_Domain(This,pVal) | |
| 790 #define IGPMSitesContainer_get_Forest(This,pVal) (This)->lpVtbl->get_Forest(This,pVal) | |
| 791 #define IGPMSitesContainer_GetSite(This,bstrSiteName,ppSOM) (This)->lpVtbl->GetSite(This,bstrSiteName,ppSOM) | |
| 792 #define IGPMSitesContainer_SearchSites(This,pIGPMSearchCriteria,ppIGPMSOMCollection) (This)->lpVtbl->SearchSites(This,pIGPMSearchCriteria,ppIGPMSOMCollection) | |
| 793 #endif | |
| 794 #endif | |
| 795 HRESULT WINAPI IGPMSitesContainer_get_DomainController_Proxy(IGPMSitesContainer *This,BSTR *pVal); | |
| 796 void __RPC_STUB IGPMSitesContainer_get_DomainController_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 797 HRESULT WINAPI IGPMSitesContainer_get_Domain_Proxy(IGPMSitesContainer *This,BSTR *pVal); | |
| 798 void __RPC_STUB IGPMSitesContainer_get_Domain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 799 HRESULT WINAPI IGPMSitesContainer_get_Forest_Proxy(IGPMSitesContainer *This,BSTR *pVal); | |
| 800 void __RPC_STUB IGPMSitesContainer_get_Forest_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 801 HRESULT WINAPI IGPMSitesContainer_GetSite_Proxy(IGPMSitesContainer *This,BSTR bstrSiteName,IGPMSOM **ppSOM); | |
| 802 void __RPC_STUB IGPMSitesContainer_GetSite_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 803 HRESULT WINAPI IGPMSitesContainer_SearchSites_Proxy(IGPMSitesContainer *This,IGPMSearchCriteria *pIGPMSearchCriteria,IGPMSOMCollection **ppIGPMSOMCollection); | |
| 804 void __RPC_STUB IGPMSitesContainer_SearchSites_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 805 #endif | |
| 806 | |
| 807 #ifndef __IGPMSearchCriteria_INTERFACE_DEFINED__ | |
| 808 #define __IGPMSearchCriteria_INTERFACE_DEFINED__ | |
| 809 EXTERN_C const IID IID_IGPMSearchCriteria; | |
| 810 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 811 struct IGPMSearchCriteria : public IDispatch { | |
| 812 public: | |
| 813 virtual HRESULT WINAPI Add(GPMSearchProperty searchProperty,GPMSearchOperation searchOperation,VARIANT varValue) = 0; | |
| 814 }; | |
| 815 #else | |
| 816 typedef struct IGPMSearchCriteriaVtbl { | |
| 817 BEGIN_INTERFACE | |
| 818 HRESULT (WINAPI *QueryInterface)(IGPMSearchCriteria *This,REFIID riid,void **ppvObject); | |
| 819 ULONG (WINAPI *AddRef)(IGPMSearchCriteria *This); | |
| 820 ULONG (WINAPI *Release)(IGPMSearchCriteria *This); | |
| 821 HRESULT (WINAPI *GetTypeInfoCount)(IGPMSearchCriteria *This,UINT *pctinfo); | |
| 822 HRESULT (WINAPI *GetTypeInfo)(IGPMSearchCriteria *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 823 HRESULT (WINAPI *GetIDsOfNames)(IGPMSearchCriteria *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 824 HRESULT (WINAPI *Invoke)(IGPMSearchCriteria *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 825 HRESULT (WINAPI *Add)(IGPMSearchCriteria *This,GPMSearchProperty searchProperty,GPMSearchOperation searchOperation,VARIANT varValue); | |
| 826 END_INTERFACE | |
| 827 } IGPMSearchCriteriaVtbl; | |
| 828 struct IGPMSearchCriteria { | |
| 829 CONST_VTBL struct IGPMSearchCriteriaVtbl *lpVtbl; | |
| 830 }; | |
| 831 #ifdef COBJMACROS | |
| 832 #define IGPMSearchCriteria_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 833 #define IGPMSearchCriteria_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 834 #define IGPMSearchCriteria_Release(This) (This)->lpVtbl->Release(This) | |
| 835 #define IGPMSearchCriteria_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 836 #define IGPMSearchCriteria_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 837 #define IGPMSearchCriteria_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 838 #define IGPMSearchCriteria_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 839 #define IGPMSearchCriteria_Add(This,searchProperty,searchOperation,varValue) (This)->lpVtbl->Add(This,searchProperty,searchOperation,varValue) | |
| 840 #endif | |
| 841 #endif | |
| 842 HRESULT WINAPI IGPMSearchCriteria_Add_Proxy(IGPMSearchCriteria *This,GPMSearchProperty searchProperty,GPMSearchOperation searchOperation,VARIANT varValue); | |
| 843 void __RPC_STUB IGPMSearchCriteria_Add_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 844 #endif | |
| 845 | |
| 846 #ifndef __IGPMTrustee_INTERFACE_DEFINED__ | |
| 847 #define __IGPMTrustee_INTERFACE_DEFINED__ | |
| 848 EXTERN_C const IID IID_IGPMTrustee; | |
| 849 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 850 struct IGPMTrustee : public IDispatch { | |
| 851 public: | |
| 852 virtual HRESULT WINAPI get_TrusteeSid(BSTR *bstrVal) = 0; | |
| 853 virtual HRESULT WINAPI get_TrusteeName(BSTR *bstrVal) = 0; | |
| 854 virtual HRESULT WINAPI get_TrusteeDomain(BSTR *bstrVal) = 0; | |
| 855 virtual HRESULT WINAPI get_TrusteeDSPath(BSTR *pVal) = 0; | |
| 856 virtual HRESULT WINAPI get_TrusteeType(long *lVal) = 0; | |
| 857 }; | |
| 858 #else | |
| 859 typedef struct IGPMTrusteeVtbl { | |
| 860 BEGIN_INTERFACE | |
| 861 HRESULT (WINAPI *QueryInterface)(IGPMTrustee *This,REFIID riid,void **ppvObject); | |
| 862 ULONG (WINAPI *AddRef)(IGPMTrustee *This); | |
| 863 ULONG (WINAPI *Release)(IGPMTrustee *This); | |
| 864 HRESULT (WINAPI *GetTypeInfoCount)(IGPMTrustee *This,UINT *pctinfo); | |
| 865 HRESULT (WINAPI *GetTypeInfo)(IGPMTrustee *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 866 HRESULT (WINAPI *GetIDsOfNames)(IGPMTrustee *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 867 HRESULT (WINAPI *Invoke)(IGPMTrustee *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 868 HRESULT (WINAPI *get_TrusteeSid)(IGPMTrustee *This,BSTR *bstrVal); | |
| 869 HRESULT (WINAPI *get_TrusteeName)(IGPMTrustee *This,BSTR *bstrVal); | |
| 870 HRESULT (WINAPI *get_TrusteeDomain)(IGPMTrustee *This,BSTR *bstrVal); | |
| 871 HRESULT (WINAPI *get_TrusteeDSPath)(IGPMTrustee *This,BSTR *pVal); | |
| 872 HRESULT (WINAPI *get_TrusteeType)(IGPMTrustee *This,long *lVal); | |
| 873 END_INTERFACE | |
| 874 } IGPMTrusteeVtbl; | |
| 875 struct IGPMTrustee { | |
| 876 CONST_VTBL struct IGPMTrusteeVtbl *lpVtbl; | |
| 877 }; | |
| 878 #ifdef COBJMACROS | |
| 879 #define IGPMTrustee_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 880 #define IGPMTrustee_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 881 #define IGPMTrustee_Release(This) (This)->lpVtbl->Release(This) | |
| 882 #define IGPMTrustee_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 883 #define IGPMTrustee_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 884 #define IGPMTrustee_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 885 #define IGPMTrustee_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 886 #define IGPMTrustee_get_TrusteeSid(This,bstrVal) (This)->lpVtbl->get_TrusteeSid(This,bstrVal) | |
| 887 #define IGPMTrustee_get_TrusteeName(This,bstrVal) (This)->lpVtbl->get_TrusteeName(This,bstrVal) | |
| 888 #define IGPMTrustee_get_TrusteeDomain(This,bstrVal) (This)->lpVtbl->get_TrusteeDomain(This,bstrVal) | |
| 889 #define IGPMTrustee_get_TrusteeDSPath(This,pVal) (This)->lpVtbl->get_TrusteeDSPath(This,pVal) | |
| 890 #define IGPMTrustee_get_TrusteeType(This,lVal) (This)->lpVtbl->get_TrusteeType(This,lVal) | |
| 891 #endif | |
| 892 #endif | |
| 893 HRESULT WINAPI IGPMTrustee_get_TrusteeSid_Proxy(IGPMTrustee *This,BSTR *bstrVal); | |
| 894 void __RPC_STUB IGPMTrustee_get_TrusteeSid_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 895 HRESULT WINAPI IGPMTrustee_get_TrusteeName_Proxy(IGPMTrustee *This,BSTR *bstrVal); | |
| 896 void __RPC_STUB IGPMTrustee_get_TrusteeName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 897 HRESULT WINAPI IGPMTrustee_get_TrusteeDomain_Proxy(IGPMTrustee *This,BSTR *bstrVal); | |
| 898 void __RPC_STUB IGPMTrustee_get_TrusteeDomain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 899 HRESULT WINAPI IGPMTrustee_get_TrusteeDSPath_Proxy(IGPMTrustee *This,BSTR *pVal); | |
| 900 void __RPC_STUB IGPMTrustee_get_TrusteeDSPath_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 901 HRESULT WINAPI IGPMTrustee_get_TrusteeType_Proxy(IGPMTrustee *This,long *lVal); | |
| 902 void __RPC_STUB IGPMTrustee_get_TrusteeType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 903 #endif | |
| 904 | |
| 905 #ifndef __IGPMPermission_INTERFACE_DEFINED__ | |
| 906 #define __IGPMPermission_INTERFACE_DEFINED__ | |
| 907 EXTERN_C const IID IID_IGPMPermission; | |
| 908 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 909 struct IGPMPermission : public IDispatch { | |
| 910 public: | |
| 911 virtual HRESULT WINAPI get_Inherited(VARIANT_BOOL *pVal) = 0; | |
| 912 virtual HRESULT WINAPI get_Inheritable(VARIANT_BOOL *pVal) = 0; | |
| 913 virtual HRESULT WINAPI get_Denied(VARIANT_BOOL *pVal) = 0; | |
| 914 virtual HRESULT WINAPI get_Permission(GPMPermissionType *pVal) = 0; | |
| 915 virtual HRESULT WINAPI get_Trustee(IGPMTrustee **ppIGPMTrustee) = 0; | |
| 916 }; | |
| 917 #else | |
| 918 typedef struct IGPMPermissionVtbl { | |
| 919 BEGIN_INTERFACE | |
| 920 HRESULT (WINAPI *QueryInterface)(IGPMPermission *This,REFIID riid,void **ppvObject); | |
| 921 ULONG (WINAPI *AddRef)(IGPMPermission *This); | |
| 922 ULONG (WINAPI *Release)(IGPMPermission *This); | |
| 923 HRESULT (WINAPI *GetTypeInfoCount)(IGPMPermission *This,UINT *pctinfo); | |
| 924 HRESULT (WINAPI *GetTypeInfo)(IGPMPermission *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 925 HRESULT (WINAPI *GetIDsOfNames)(IGPMPermission *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 926 HRESULT (WINAPI *Invoke)(IGPMPermission *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 927 HRESULT (WINAPI *get_Inherited)(IGPMPermission *This,VARIANT_BOOL *pVal); | |
| 928 HRESULT (WINAPI *get_Inheritable)(IGPMPermission *This,VARIANT_BOOL *pVal); | |
| 929 HRESULT (WINAPI *get_Denied)(IGPMPermission *This,VARIANT_BOOL *pVal); | |
| 930 HRESULT (WINAPI *get_Permission)(IGPMPermission *This,GPMPermissionType *pVal); | |
| 931 HRESULT (WINAPI *get_Trustee)(IGPMPermission *This,IGPMTrustee **ppIGPMTrustee); | |
| 932 END_INTERFACE | |
| 933 } IGPMPermissionVtbl; | |
| 934 struct IGPMPermission { | |
| 935 CONST_VTBL struct IGPMPermissionVtbl *lpVtbl; | |
| 936 }; | |
| 937 #ifdef COBJMACROS | |
| 938 #define IGPMPermission_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 939 #define IGPMPermission_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 940 #define IGPMPermission_Release(This) (This)->lpVtbl->Release(This) | |
| 941 #define IGPMPermission_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 942 #define IGPMPermission_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 943 #define IGPMPermission_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 944 #define IGPMPermission_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 945 #define IGPMPermission_get_Inherited(This,pVal) (This)->lpVtbl->get_Inherited(This,pVal) | |
| 946 #define IGPMPermission_get_Inheritable(This,pVal) (This)->lpVtbl->get_Inheritable(This,pVal) | |
| 947 #define IGPMPermission_get_Denied(This,pVal) (This)->lpVtbl->get_Denied(This,pVal) | |
| 948 #define IGPMPermission_get_Permission(This,pVal) (This)->lpVtbl->get_Permission(This,pVal) | |
| 949 #define IGPMPermission_get_Trustee(This,ppIGPMTrustee) (This)->lpVtbl->get_Trustee(This,ppIGPMTrustee) | |
| 950 #endif | |
| 951 #endif | |
| 952 HRESULT WINAPI IGPMPermission_get_Inherited_Proxy(IGPMPermission *This,VARIANT_BOOL *pVal); | |
| 953 void __RPC_STUB IGPMPermission_get_Inherited_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 954 HRESULT WINAPI IGPMPermission_get_Inheritable_Proxy(IGPMPermission *This,VARIANT_BOOL *pVal); | |
| 955 void __RPC_STUB IGPMPermission_get_Inheritable_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 956 HRESULT WINAPI IGPMPermission_get_Denied_Proxy(IGPMPermission *This,VARIANT_BOOL *pVal); | |
| 957 void __RPC_STUB IGPMPermission_get_Denied_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 958 HRESULT WINAPI IGPMPermission_get_Permission_Proxy(IGPMPermission *This,GPMPermissionType *pVal); | |
| 959 void __RPC_STUB IGPMPermission_get_Permission_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 960 HRESULT WINAPI IGPMPermission_get_Trustee_Proxy(IGPMPermission *This,IGPMTrustee **ppIGPMTrustee); | |
| 961 void __RPC_STUB IGPMPermission_get_Trustee_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 962 #endif | |
| 963 | |
| 964 #ifndef __IGPMSecurityInfo_INTERFACE_DEFINED__ | |
| 965 #define __IGPMSecurityInfo_INTERFACE_DEFINED__ | |
| 966 EXTERN_C const IID IID_IGPMSecurityInfo; | |
| 967 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 968 struct IGPMSecurityInfo : public IDispatch { | |
| 969 public: | |
| 970 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 971 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 972 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **ppEnum) = 0; | |
| 973 virtual HRESULT WINAPI Add(IGPMPermission *pPerm) = 0; | |
| 974 virtual HRESULT WINAPI Remove(IGPMPermission *pPerm) = 0; | |
| 975 virtual HRESULT WINAPI RemoveTrustee(BSTR bstrTrustee) = 0; | |
| 976 }; | |
| 977 #else | |
| 978 typedef struct IGPMSecurityInfoVtbl { | |
| 979 BEGIN_INTERFACE | |
| 980 HRESULT (WINAPI *QueryInterface)(IGPMSecurityInfo *This,REFIID riid,void **ppvObject); | |
| 981 ULONG (WINAPI *AddRef)(IGPMSecurityInfo *This); | |
| 982 ULONG (WINAPI *Release)(IGPMSecurityInfo *This); | |
| 983 HRESULT (WINAPI *GetTypeInfoCount)(IGPMSecurityInfo *This,UINT *pctinfo); | |
| 984 HRESULT (WINAPI *GetTypeInfo)(IGPMSecurityInfo *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 985 HRESULT (WINAPI *GetIDsOfNames)(IGPMSecurityInfo *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 986 HRESULT (WINAPI *Invoke)(IGPMSecurityInfo *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 987 HRESULT (WINAPI *get_Count)(IGPMSecurityInfo *This,long *pVal); | |
| 988 HRESULT (WINAPI *get_Item)(IGPMSecurityInfo *This,long lIndex,VARIANT *pVal); | |
| 989 HRESULT (WINAPI *get__NewEnum)(IGPMSecurityInfo *This,IEnumVARIANT **ppEnum); | |
| 990 HRESULT (WINAPI *Add)(IGPMSecurityInfo *This,IGPMPermission *pPerm); | |
| 991 HRESULT (WINAPI *Remove)(IGPMSecurityInfo *This,IGPMPermission *pPerm); | |
| 992 HRESULT (WINAPI *RemoveTrustee)(IGPMSecurityInfo *This,BSTR bstrTrustee); | |
| 993 END_INTERFACE | |
| 994 } IGPMSecurityInfoVtbl; | |
| 995 struct IGPMSecurityInfo { | |
| 996 CONST_VTBL struct IGPMSecurityInfoVtbl *lpVtbl; | |
| 997 }; | |
| 998 #ifdef COBJMACROS | |
| 999 #define IGPMSecurityInfo_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1000 #define IGPMSecurityInfo_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1001 #define IGPMSecurityInfo_Release(This) (This)->lpVtbl->Release(This) | |
| 1002 #define IGPMSecurityInfo_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1003 #define IGPMSecurityInfo_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1004 #define IGPMSecurityInfo_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1005 #define IGPMSecurityInfo_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1006 #define IGPMSecurityInfo_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 1007 #define IGPMSecurityInfo_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 1008 #define IGPMSecurityInfo_get__NewEnum(This,ppEnum) (This)->lpVtbl->get__NewEnum(This,ppEnum) | |
| 1009 #define IGPMSecurityInfo_Add(This,pPerm) (This)->lpVtbl->Add(This,pPerm) | |
| 1010 #define IGPMSecurityInfo_Remove(This,pPerm) (This)->lpVtbl->Remove(This,pPerm) | |
| 1011 #define IGPMSecurityInfo_RemoveTrustee(This,bstrTrustee) (This)->lpVtbl->RemoveTrustee(This,bstrTrustee) | |
| 1012 #endif | |
| 1013 #endif | |
| 1014 HRESULT WINAPI IGPMSecurityInfo_get_Count_Proxy(IGPMSecurityInfo *This,long *pVal); | |
| 1015 void __RPC_STUB IGPMSecurityInfo_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1016 HRESULT WINAPI IGPMSecurityInfo_get_Item_Proxy(IGPMSecurityInfo *This,long lIndex,VARIANT *pVal); | |
| 1017 void __RPC_STUB IGPMSecurityInfo_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1018 HRESULT WINAPI IGPMSecurityInfo_get__NewEnum_Proxy(IGPMSecurityInfo *This,IEnumVARIANT **ppEnum); | |
| 1019 void __RPC_STUB IGPMSecurityInfo_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1020 HRESULT WINAPI IGPMSecurityInfo_Add_Proxy(IGPMSecurityInfo *This,IGPMPermission *pPerm); | |
| 1021 void __RPC_STUB IGPMSecurityInfo_Add_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1022 HRESULT WINAPI IGPMSecurityInfo_Remove_Proxy(IGPMSecurityInfo *This,IGPMPermission *pPerm); | |
| 1023 void __RPC_STUB IGPMSecurityInfo_Remove_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1024 HRESULT WINAPI IGPMSecurityInfo_RemoveTrustee_Proxy(IGPMSecurityInfo *This,BSTR bstrTrustee); | |
| 1025 void __RPC_STUB IGPMSecurityInfo_RemoveTrustee_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1026 #endif | |
| 1027 | |
| 1028 #ifndef __IGPMBackup_INTERFACE_DEFINED__ | |
| 1029 #define __IGPMBackup_INTERFACE_DEFINED__ | |
| 1030 EXTERN_C const IID IID_IGPMBackup; | |
| 1031 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1032 struct IGPMBackup : public IDispatch { | |
| 1033 public: | |
| 1034 virtual HRESULT WINAPI get_ID(BSTR *pVal) = 0; | |
| 1035 virtual HRESULT WINAPI get_GPOID(BSTR *pVal) = 0; | |
| 1036 virtual HRESULT WINAPI get_GPODomain(BSTR *pVal) = 0; | |
| 1037 virtual HRESULT WINAPI get_GPODisplayName(BSTR *pVal) = 0; | |
| 1038 virtual HRESULT WINAPI get_Timestamp(DATE *pVal) = 0; | |
| 1039 virtual HRESULT WINAPI get_Comment(BSTR *pVal) = 0; | |
| 1040 virtual HRESULT WINAPI get_BackupDir(BSTR *pVal) = 0; | |
| 1041 virtual HRESULT WINAPI Delete(void) = 0; | |
| 1042 virtual HRESULT WINAPI GenerateReport(GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 1043 virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult) = 0; | |
| 1044 }; | |
| 1045 #else | |
| 1046 typedef struct IGPMBackupVtbl { | |
| 1047 BEGIN_INTERFACE | |
| 1048 HRESULT (WINAPI *QueryInterface)(IGPMBackup *This,REFIID riid,void **ppvObject); | |
| 1049 ULONG (WINAPI *AddRef)(IGPMBackup *This); | |
| 1050 ULONG (WINAPI *Release)(IGPMBackup *This); | |
| 1051 HRESULT (WINAPI *GetTypeInfoCount)(IGPMBackup *This,UINT *pctinfo); | |
| 1052 HRESULT (WINAPI *GetTypeInfo)(IGPMBackup *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1053 HRESULT (WINAPI *GetIDsOfNames)(IGPMBackup *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1054 HRESULT (WINAPI *Invoke)(IGPMBackup *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1055 HRESULT (WINAPI *get_ID)(IGPMBackup *This,BSTR *pVal); | |
| 1056 HRESULT (WINAPI *get_GPOID)(IGPMBackup *This,BSTR *pVal); | |
| 1057 HRESULT (WINAPI *get_GPODomain)(IGPMBackup *This,BSTR *pVal); | |
| 1058 HRESULT (WINAPI *get_GPODisplayName)(IGPMBackup *This,BSTR *pVal); | |
| 1059 HRESULT (WINAPI *get_Timestamp)(IGPMBackup *This,DATE *pVal); | |
| 1060 HRESULT (WINAPI *get_Comment)(IGPMBackup *This,BSTR *pVal); | |
| 1061 HRESULT (WINAPI *get_BackupDir)(IGPMBackup *This,BSTR *pVal); | |
| 1062 HRESULT (WINAPI *Delete)(IGPMBackup *This); | |
| 1063 HRESULT (WINAPI *GenerateReport)(IGPMBackup *This,GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1064 HRESULT (WINAPI *GenerateReportToFile)(IGPMBackup *This,GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult); | |
| 1065 END_INTERFACE | |
| 1066 } IGPMBackupVtbl; | |
| 1067 struct IGPMBackup { | |
| 1068 CONST_VTBL struct IGPMBackupVtbl *lpVtbl; | |
| 1069 }; | |
| 1070 #ifdef COBJMACROS | |
| 1071 #define IGPMBackup_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1072 #define IGPMBackup_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1073 #define IGPMBackup_Release(This) (This)->lpVtbl->Release(This) | |
| 1074 #define IGPMBackup_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1075 #define IGPMBackup_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1076 #define IGPMBackup_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1077 #define IGPMBackup_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1078 #define IGPMBackup_get_ID(This,pVal) (This)->lpVtbl->get_ID(This,pVal) | |
| 1079 #define IGPMBackup_get_GPOID(This,pVal) (This)->lpVtbl->get_GPOID(This,pVal) | |
| 1080 #define IGPMBackup_get_GPODomain(This,pVal) (This)->lpVtbl->get_GPODomain(This,pVal) | |
| 1081 #define IGPMBackup_get_GPODisplayName(This,pVal) (This)->lpVtbl->get_GPODisplayName(This,pVal) | |
| 1082 #define IGPMBackup_get_Timestamp(This,pVal) (This)->lpVtbl->get_Timestamp(This,pVal) | |
| 1083 #define IGPMBackup_get_Comment(This,pVal) (This)->lpVtbl->get_Comment(This,pVal) | |
| 1084 #define IGPMBackup_get_BackupDir(This,pVal) (This)->lpVtbl->get_BackupDir(This,pVal) | |
| 1085 #define IGPMBackup_Delete(This) (This)->lpVtbl->Delete(This) | |
| 1086 #define IGPMBackup_GenerateReport(This,gpmReportType,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->GenerateReport(This,gpmReportType,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 1087 #define IGPMBackup_GenerateReportToFile(This,gpmReportType,bstrTargetFilePath,ppIGPMResult) (This)->lpVtbl->GenerateReportToFile(This,gpmReportType,bstrTargetFilePath,ppIGPMResult) | |
| 1088 #endif | |
| 1089 #endif | |
| 1090 HRESULT WINAPI IGPMBackup_get_ID_Proxy(IGPMBackup *This,BSTR *pVal); | |
| 1091 void __RPC_STUB IGPMBackup_get_ID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1092 HRESULT WINAPI IGPMBackup_get_GPOID_Proxy(IGPMBackup *This,BSTR *pVal); | |
| 1093 void __RPC_STUB IGPMBackup_get_GPOID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1094 HRESULT WINAPI IGPMBackup_get_GPODomain_Proxy(IGPMBackup *This,BSTR *pVal); | |
| 1095 void __RPC_STUB IGPMBackup_get_GPODomain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1096 HRESULT WINAPI IGPMBackup_get_GPODisplayName_Proxy(IGPMBackup *This,BSTR *pVal); | |
| 1097 void __RPC_STUB IGPMBackup_get_GPODisplayName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1098 HRESULT WINAPI IGPMBackup_get_Timestamp_Proxy(IGPMBackup *This,DATE *pVal); | |
| 1099 void __RPC_STUB IGPMBackup_get_Timestamp_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1100 HRESULT WINAPI IGPMBackup_get_Comment_Proxy(IGPMBackup *This,BSTR *pVal); | |
| 1101 void __RPC_STUB IGPMBackup_get_Comment_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1102 HRESULT WINAPI IGPMBackup_get_BackupDir_Proxy(IGPMBackup *This,BSTR *pVal); | |
| 1103 void __RPC_STUB IGPMBackup_get_BackupDir_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1104 HRESULT WINAPI IGPMBackup_Delete_Proxy(IGPMBackup *This); | |
| 1105 void __RPC_STUB IGPMBackup_Delete_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1106 HRESULT WINAPI IGPMBackup_GenerateReport_Proxy(IGPMBackup *This,GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1107 void __RPC_STUB IGPMBackup_GenerateReport_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1108 HRESULT WINAPI IGPMBackup_GenerateReportToFile_Proxy(IGPMBackup *This,GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult); | |
| 1109 void __RPC_STUB IGPMBackup_GenerateReportToFile_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1110 #endif | |
| 1111 | |
| 1112 #ifndef __IGPMBackupCollection_INTERFACE_DEFINED__ | |
| 1113 #define __IGPMBackupCollection_INTERFACE_DEFINED__ | |
| 1114 EXTERN_C const IID IID_IGPMBackupCollection; | |
| 1115 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1116 struct IGPMBackupCollection : public IDispatch { | |
| 1117 public: | |
| 1118 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 1119 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 1120 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **ppIGPMBackup) = 0; | |
| 1121 }; | |
| 1122 #else | |
| 1123 typedef struct IGPMBackupCollectionVtbl { | |
| 1124 BEGIN_INTERFACE | |
| 1125 HRESULT (WINAPI *QueryInterface)(IGPMBackupCollection *This,REFIID riid,void **ppvObject); | |
| 1126 ULONG (WINAPI *AddRef)(IGPMBackupCollection *This); | |
| 1127 ULONG (WINAPI *Release)(IGPMBackupCollection *This); | |
| 1128 HRESULT (WINAPI *GetTypeInfoCount)(IGPMBackupCollection *This,UINT *pctinfo); | |
| 1129 HRESULT (WINAPI *GetTypeInfo)(IGPMBackupCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1130 HRESULT (WINAPI *GetIDsOfNames)(IGPMBackupCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1131 HRESULT (WINAPI *Invoke)(IGPMBackupCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1132 HRESULT (WINAPI *get_Count)(IGPMBackupCollection *This,long *pVal); | |
| 1133 HRESULT (WINAPI *get_Item)(IGPMBackupCollection *This,long lIndex,VARIANT *pVal); | |
| 1134 HRESULT (WINAPI *get__NewEnum)(IGPMBackupCollection *This,IEnumVARIANT **ppIGPMBackup); | |
| 1135 END_INTERFACE | |
| 1136 } IGPMBackupCollectionVtbl; | |
| 1137 struct IGPMBackupCollection { | |
| 1138 CONST_VTBL struct IGPMBackupCollectionVtbl *lpVtbl; | |
| 1139 }; | |
| 1140 #ifdef COBJMACROS | |
| 1141 #define IGPMBackupCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1142 #define IGPMBackupCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1143 #define IGPMBackupCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 1144 #define IGPMBackupCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1145 #define IGPMBackupCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1146 #define IGPMBackupCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1147 #define IGPMBackupCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1148 #define IGPMBackupCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 1149 #define IGPMBackupCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 1150 #define IGPMBackupCollection_get__NewEnum(This,ppIGPMBackup) (This)->lpVtbl->get__NewEnum(This,ppIGPMBackup) | |
| 1151 #endif | |
| 1152 #endif | |
| 1153 HRESULT WINAPI IGPMBackupCollection_get_Count_Proxy(IGPMBackupCollection *This,long *pVal); | |
| 1154 void __RPC_STUB IGPMBackupCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1155 HRESULT WINAPI IGPMBackupCollection_get_Item_Proxy(IGPMBackupCollection *This,long lIndex,VARIANT *pVal); | |
| 1156 void __RPC_STUB IGPMBackupCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1157 HRESULT WINAPI IGPMBackupCollection_get__NewEnum_Proxy(IGPMBackupCollection *This,IEnumVARIANT **ppIGPMBackup); | |
| 1158 void __RPC_STUB IGPMBackupCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1159 #endif | |
| 1160 | |
| 1161 #ifndef __IGPMSOM_INTERFACE_DEFINED__ | |
| 1162 #define __IGPMSOM_INTERFACE_DEFINED__ | |
| 1163 typedef enum __MIDL_IGPMSOM_0001 { | |
| 1164 somSite = 0,somDomain,somOU | |
| 1165 } GPMSOMType; | |
| 1166 | |
| 1167 EXTERN_C const IID IID_IGPMSOM; | |
| 1168 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1169 struct IGPMSOM : public IDispatch { | |
| 1170 public: | |
| 1171 virtual HRESULT WINAPI get_GPOInheritanceBlocked(VARIANT_BOOL *pVal) = 0; | |
| 1172 virtual HRESULT WINAPI put_GPOInheritanceBlocked(VARIANT_BOOL newVal) = 0; | |
| 1173 virtual HRESULT WINAPI get_Name(BSTR *pVal) = 0; | |
| 1174 virtual HRESULT WINAPI get_Path(BSTR *pVal) = 0; | |
| 1175 virtual HRESULT WINAPI CreateGPOLink(long lLinkPos,IGPMGPO *pGPO,IGPMGPOLink **ppNewGPOLink) = 0; | |
| 1176 virtual HRESULT WINAPI get_Type(GPMSOMType *pVal) = 0; | |
| 1177 virtual HRESULT WINAPI GetGPOLinks(IGPMGPOLinksCollection **ppGPOLinks) = 0; | |
| 1178 virtual HRESULT WINAPI GetInheritedGPOLinks(IGPMGPOLinksCollection **ppGPOLinks) = 0; | |
| 1179 virtual HRESULT WINAPI GetSecurityInfo(IGPMSecurityInfo **ppSecurityInfo) = 0; | |
| 1180 virtual HRESULT WINAPI SetSecurityInfo(IGPMSecurityInfo *pSecurityInfo) = 0; | |
| 1181 }; | |
| 1182 #else | |
| 1183 typedef struct IGPMSOMVtbl { | |
| 1184 BEGIN_INTERFACE | |
| 1185 HRESULT (WINAPI *QueryInterface)(IGPMSOM *This,REFIID riid,void **ppvObject); | |
| 1186 ULONG (WINAPI *AddRef)(IGPMSOM *This); | |
| 1187 ULONG (WINAPI *Release)(IGPMSOM *This); | |
| 1188 HRESULT (WINAPI *GetTypeInfoCount)(IGPMSOM *This,UINT *pctinfo); | |
| 1189 HRESULT (WINAPI *GetTypeInfo)(IGPMSOM *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1190 HRESULT (WINAPI *GetIDsOfNames)(IGPMSOM *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1191 HRESULT (WINAPI *Invoke)(IGPMSOM *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1192 HRESULT (WINAPI *get_GPOInheritanceBlocked)(IGPMSOM *This,VARIANT_BOOL *pVal); | |
| 1193 HRESULT (WINAPI *put_GPOInheritanceBlocked)(IGPMSOM *This,VARIANT_BOOL newVal); | |
| 1194 HRESULT (WINAPI *get_Name)(IGPMSOM *This,BSTR *pVal); | |
| 1195 HRESULT (WINAPI *get_Path)(IGPMSOM *This,BSTR *pVal); | |
| 1196 HRESULT (WINAPI *CreateGPOLink)(IGPMSOM *This,long lLinkPos,IGPMGPO *pGPO,IGPMGPOLink **ppNewGPOLink); | |
| 1197 HRESULT (WINAPI *get_Type)(IGPMSOM *This,GPMSOMType *pVal); | |
| 1198 HRESULT (WINAPI *GetGPOLinks)(IGPMSOM *This,IGPMGPOLinksCollection **ppGPOLinks); | |
| 1199 HRESULT (WINAPI *GetInheritedGPOLinks)(IGPMSOM *This,IGPMGPOLinksCollection **ppGPOLinks); | |
| 1200 HRESULT (WINAPI *GetSecurityInfo)(IGPMSOM *This,IGPMSecurityInfo **ppSecurityInfo); | |
| 1201 HRESULT (WINAPI *SetSecurityInfo)(IGPMSOM *This,IGPMSecurityInfo *pSecurityInfo); | |
| 1202 END_INTERFACE | |
| 1203 } IGPMSOMVtbl; | |
| 1204 struct IGPMSOM { | |
| 1205 CONST_VTBL struct IGPMSOMVtbl *lpVtbl; | |
| 1206 }; | |
| 1207 #ifdef COBJMACROS | |
| 1208 #define IGPMSOM_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1209 #define IGPMSOM_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1210 #define IGPMSOM_Release(This) (This)->lpVtbl->Release(This) | |
| 1211 #define IGPMSOM_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1212 #define IGPMSOM_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1213 #define IGPMSOM_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1214 #define IGPMSOM_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1215 #define IGPMSOM_get_GPOInheritanceBlocked(This,pVal) (This)->lpVtbl->get_GPOInheritanceBlocked(This,pVal) | |
| 1216 #define IGPMSOM_put_GPOInheritanceBlocked(This,newVal) (This)->lpVtbl->put_GPOInheritanceBlocked(This,newVal) | |
| 1217 #define IGPMSOM_get_Name(This,pVal) (This)->lpVtbl->get_Name(This,pVal) | |
| 1218 #define IGPMSOM_get_Path(This,pVal) (This)->lpVtbl->get_Path(This,pVal) | |
| 1219 #define IGPMSOM_CreateGPOLink(This,lLinkPos,pGPO,ppNewGPOLink) (This)->lpVtbl->CreateGPOLink(This,lLinkPos,pGPO,ppNewGPOLink) | |
| 1220 #define IGPMSOM_get_Type(This,pVal) (This)->lpVtbl->get_Type(This,pVal) | |
| 1221 #define IGPMSOM_GetGPOLinks(This,ppGPOLinks) (This)->lpVtbl->GetGPOLinks(This,ppGPOLinks) | |
| 1222 #define IGPMSOM_GetInheritedGPOLinks(This,ppGPOLinks) (This)->lpVtbl->GetInheritedGPOLinks(This,ppGPOLinks) | |
| 1223 #define IGPMSOM_GetSecurityInfo(This,ppSecurityInfo) (This)->lpVtbl->GetSecurityInfo(This,ppSecurityInfo) | |
| 1224 #define IGPMSOM_SetSecurityInfo(This,pSecurityInfo) (This)->lpVtbl->SetSecurityInfo(This,pSecurityInfo) | |
| 1225 #endif | |
| 1226 #endif | |
| 1227 HRESULT WINAPI IGPMSOM_get_GPOInheritanceBlocked_Proxy(IGPMSOM *This,VARIANT_BOOL *pVal); | |
| 1228 void __RPC_STUB IGPMSOM_get_GPOInheritanceBlocked_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1229 HRESULT WINAPI IGPMSOM_put_GPOInheritanceBlocked_Proxy(IGPMSOM *This,VARIANT_BOOL newVal); | |
| 1230 void __RPC_STUB IGPMSOM_put_GPOInheritanceBlocked_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1231 HRESULT WINAPI IGPMSOM_get_Name_Proxy(IGPMSOM *This,BSTR *pVal); | |
| 1232 void __RPC_STUB IGPMSOM_get_Name_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1233 HRESULT WINAPI IGPMSOM_get_Path_Proxy(IGPMSOM *This,BSTR *pVal); | |
| 1234 void __RPC_STUB IGPMSOM_get_Path_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1235 HRESULT WINAPI IGPMSOM_CreateGPOLink_Proxy(IGPMSOM *This,long lLinkPos,IGPMGPO *pGPO,IGPMGPOLink **ppNewGPOLink); | |
| 1236 void __RPC_STUB IGPMSOM_CreateGPOLink_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1237 HRESULT WINAPI IGPMSOM_get_Type_Proxy(IGPMSOM *This,GPMSOMType *pVal); | |
| 1238 void __RPC_STUB IGPMSOM_get_Type_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1239 HRESULT WINAPI IGPMSOM_GetGPOLinks_Proxy(IGPMSOM *This,IGPMGPOLinksCollection **ppGPOLinks); | |
| 1240 void __RPC_STUB IGPMSOM_GetGPOLinks_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1241 HRESULT WINAPI IGPMSOM_GetInheritedGPOLinks_Proxy(IGPMSOM *This,IGPMGPOLinksCollection **ppGPOLinks); | |
| 1242 void __RPC_STUB IGPMSOM_GetInheritedGPOLinks_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1243 HRESULT WINAPI IGPMSOM_GetSecurityInfo_Proxy(IGPMSOM *This,IGPMSecurityInfo **ppSecurityInfo); | |
| 1244 void __RPC_STUB IGPMSOM_GetSecurityInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1245 HRESULT WINAPI IGPMSOM_SetSecurityInfo_Proxy(IGPMSOM *This,IGPMSecurityInfo *pSecurityInfo); | |
| 1246 void __RPC_STUB IGPMSOM_SetSecurityInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1247 #endif | |
| 1248 | |
| 1249 #ifndef __IGPMSOMCollection_INTERFACE_DEFINED__ | |
| 1250 #define __IGPMSOMCollection_INTERFACE_DEFINED__ | |
| 1251 EXTERN_C const IID IID_IGPMSOMCollection; | |
| 1252 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1253 struct IGPMSOMCollection : public IDispatch { | |
| 1254 public: | |
| 1255 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 1256 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 1257 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **ppIGPMSOM) = 0; | |
| 1258 }; | |
| 1259 #else | |
| 1260 typedef struct IGPMSOMCollectionVtbl { | |
| 1261 BEGIN_INTERFACE | |
| 1262 HRESULT (WINAPI *QueryInterface)(IGPMSOMCollection *This,REFIID riid,void **ppvObject); | |
| 1263 ULONG (WINAPI *AddRef)(IGPMSOMCollection *This); | |
| 1264 ULONG (WINAPI *Release)(IGPMSOMCollection *This); | |
| 1265 HRESULT (WINAPI *GetTypeInfoCount)(IGPMSOMCollection *This,UINT *pctinfo); | |
| 1266 HRESULT (WINAPI *GetTypeInfo)(IGPMSOMCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1267 HRESULT (WINAPI *GetIDsOfNames)(IGPMSOMCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1268 HRESULT (WINAPI *Invoke)(IGPMSOMCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1269 HRESULT (WINAPI *get_Count)(IGPMSOMCollection *This,long *pVal); | |
| 1270 HRESULT (WINAPI *get_Item)(IGPMSOMCollection *This,long lIndex,VARIANT *pVal); | |
| 1271 HRESULT (WINAPI *get__NewEnum)(IGPMSOMCollection *This,IEnumVARIANT **ppIGPMSOM); | |
| 1272 END_INTERFACE | |
| 1273 } IGPMSOMCollectionVtbl; | |
| 1274 struct IGPMSOMCollection { | |
| 1275 CONST_VTBL struct IGPMSOMCollectionVtbl *lpVtbl; | |
| 1276 }; | |
| 1277 #ifdef COBJMACROS | |
| 1278 #define IGPMSOMCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1279 #define IGPMSOMCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1280 #define IGPMSOMCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 1281 #define IGPMSOMCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1282 #define IGPMSOMCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1283 #define IGPMSOMCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1284 #define IGPMSOMCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1285 #define IGPMSOMCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 1286 #define IGPMSOMCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 1287 #define IGPMSOMCollection_get__NewEnum(This,ppIGPMSOM) (This)->lpVtbl->get__NewEnum(This,ppIGPMSOM) | |
| 1288 #endif | |
| 1289 #endif | |
| 1290 HRESULT WINAPI IGPMSOMCollection_get_Count_Proxy(IGPMSOMCollection *This,long *pVal); | |
| 1291 void __RPC_STUB IGPMSOMCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1292 HRESULT WINAPI IGPMSOMCollection_get_Item_Proxy(IGPMSOMCollection *This,long lIndex,VARIANT *pVal); | |
| 1293 void __RPC_STUB IGPMSOMCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1294 HRESULT WINAPI IGPMSOMCollection_get__NewEnum_Proxy(IGPMSOMCollection *This,IEnumVARIANT **ppIGPMSOM); | |
| 1295 void __RPC_STUB IGPMSOMCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1296 #endif | |
| 1297 | |
| 1298 #ifndef __IGPMWMIFilter_INTERFACE_DEFINED__ | |
| 1299 #define __IGPMWMIFilter_INTERFACE_DEFINED__ | |
| 1300 EXTERN_C const IID IID_IGPMWMIFilter; | |
| 1301 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1302 struct IGPMWMIFilter : public IDispatch { | |
| 1303 public: | |
| 1304 virtual HRESULT WINAPI get_Path(BSTR *pVal) = 0; | |
| 1305 virtual HRESULT WINAPI put_Name(BSTR newVal) = 0; | |
| 1306 virtual HRESULT WINAPI get_Name(BSTR *pVal) = 0; | |
| 1307 virtual HRESULT WINAPI put_Description(BSTR newVal) = 0; | |
| 1308 virtual HRESULT WINAPI get_Description(BSTR *pVal) = 0; | |
| 1309 virtual HRESULT WINAPI GetQueryList(VARIANT *pQryList) = 0; | |
| 1310 virtual HRESULT WINAPI GetSecurityInfo(IGPMSecurityInfo **ppSecurityInfo) = 0; | |
| 1311 virtual HRESULT WINAPI SetSecurityInfo(IGPMSecurityInfo *pSecurityInfo) = 0; | |
| 1312 }; | |
| 1313 #else | |
| 1314 typedef struct IGPMWMIFilterVtbl { | |
| 1315 BEGIN_INTERFACE | |
| 1316 HRESULT (WINAPI *QueryInterface)(IGPMWMIFilter *This,REFIID riid,void **ppvObject); | |
| 1317 ULONG (WINAPI *AddRef)(IGPMWMIFilter *This); | |
| 1318 ULONG (WINAPI *Release)(IGPMWMIFilter *This); | |
| 1319 HRESULT (WINAPI *GetTypeInfoCount)(IGPMWMIFilter *This,UINT *pctinfo); | |
| 1320 HRESULT (WINAPI *GetTypeInfo)(IGPMWMIFilter *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1321 HRESULT (WINAPI *GetIDsOfNames)(IGPMWMIFilter *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1322 HRESULT (WINAPI *Invoke)(IGPMWMIFilter *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1323 HRESULT (WINAPI *get_Path)(IGPMWMIFilter *This,BSTR *pVal); | |
| 1324 HRESULT (WINAPI *put_Name)(IGPMWMIFilter *This,BSTR newVal); | |
| 1325 HRESULT (WINAPI *get_Name)(IGPMWMIFilter *This,BSTR *pVal); | |
| 1326 HRESULT (WINAPI *put_Description)(IGPMWMIFilter *This,BSTR newVal); | |
| 1327 HRESULT (WINAPI *get_Description)(IGPMWMIFilter *This,BSTR *pVal); | |
| 1328 HRESULT (WINAPI *GetQueryList)(IGPMWMIFilter *This,VARIANT *pQryList); | |
| 1329 HRESULT (WINAPI *GetSecurityInfo)(IGPMWMIFilter *This,IGPMSecurityInfo **ppSecurityInfo); | |
| 1330 HRESULT (WINAPI *SetSecurityInfo)(IGPMWMIFilter *This,IGPMSecurityInfo *pSecurityInfo); | |
| 1331 END_INTERFACE | |
| 1332 } IGPMWMIFilterVtbl; | |
| 1333 struct IGPMWMIFilter { | |
| 1334 CONST_VTBL struct IGPMWMIFilterVtbl *lpVtbl; | |
| 1335 }; | |
| 1336 #ifdef COBJMACROS | |
| 1337 #define IGPMWMIFilter_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1338 #define IGPMWMIFilter_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1339 #define IGPMWMIFilter_Release(This) (This)->lpVtbl->Release(This) | |
| 1340 #define IGPMWMIFilter_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1341 #define IGPMWMIFilter_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1342 #define IGPMWMIFilter_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1343 #define IGPMWMIFilter_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1344 #define IGPMWMIFilter_get_Path(This,pVal) (This)->lpVtbl->get_Path(This,pVal) | |
| 1345 #define IGPMWMIFilter_put_Name(This,newVal) (This)->lpVtbl->put_Name(This,newVal) | |
| 1346 #define IGPMWMIFilter_get_Name(This,pVal) (This)->lpVtbl->get_Name(This,pVal) | |
| 1347 #define IGPMWMIFilter_put_Description(This,newVal) (This)->lpVtbl->put_Description(This,newVal) | |
| 1348 #define IGPMWMIFilter_get_Description(This,pVal) (This)->lpVtbl->get_Description(This,pVal) | |
| 1349 #define IGPMWMIFilter_GetQueryList(This,pQryList) (This)->lpVtbl->GetQueryList(This,pQryList) | |
| 1350 #define IGPMWMIFilter_GetSecurityInfo(This,ppSecurityInfo) (This)->lpVtbl->GetSecurityInfo(This,ppSecurityInfo) | |
| 1351 #define IGPMWMIFilter_SetSecurityInfo(This,pSecurityInfo) (This)->lpVtbl->SetSecurityInfo(This,pSecurityInfo) | |
| 1352 #endif | |
| 1353 #endif | |
| 1354 HRESULT WINAPI IGPMWMIFilter_get_Path_Proxy(IGPMWMIFilter *This,BSTR *pVal); | |
| 1355 void __RPC_STUB IGPMWMIFilter_get_Path_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1356 HRESULT WINAPI IGPMWMIFilter_put_Name_Proxy(IGPMWMIFilter *This,BSTR newVal); | |
| 1357 void __RPC_STUB IGPMWMIFilter_put_Name_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1358 HRESULT WINAPI IGPMWMIFilter_get_Name_Proxy(IGPMWMIFilter *This,BSTR *pVal); | |
| 1359 void __RPC_STUB IGPMWMIFilter_get_Name_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1360 HRESULT WINAPI IGPMWMIFilter_put_Description_Proxy(IGPMWMIFilter *This,BSTR newVal); | |
| 1361 void __RPC_STUB IGPMWMIFilter_put_Description_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1362 HRESULT WINAPI IGPMWMIFilter_get_Description_Proxy(IGPMWMIFilter *This,BSTR *pVal); | |
| 1363 void __RPC_STUB IGPMWMIFilter_get_Description_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1364 HRESULT WINAPI IGPMWMIFilter_GetQueryList_Proxy(IGPMWMIFilter *This,VARIANT *pQryList); | |
| 1365 void __RPC_STUB IGPMWMIFilter_GetQueryList_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1366 HRESULT WINAPI IGPMWMIFilter_GetSecurityInfo_Proxy(IGPMWMIFilter *This,IGPMSecurityInfo **ppSecurityInfo); | |
| 1367 void __RPC_STUB IGPMWMIFilter_GetSecurityInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1368 HRESULT WINAPI IGPMWMIFilter_SetSecurityInfo_Proxy(IGPMWMIFilter *This,IGPMSecurityInfo *pSecurityInfo); | |
| 1369 void __RPC_STUB IGPMWMIFilter_SetSecurityInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1370 #endif | |
| 1371 | |
| 1372 #ifndef __IGPMWMIFilterCollection_INTERFACE_DEFINED__ | |
| 1373 #define __IGPMWMIFilterCollection_INTERFACE_DEFINED__ | |
| 1374 EXTERN_C const IID IID_IGPMWMIFilterCollection; | |
| 1375 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1376 struct IGPMWMIFilterCollection : public IDispatch { | |
| 1377 public: | |
| 1378 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 1379 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 1380 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **pVal) = 0; | |
| 1381 }; | |
| 1382 #else | |
| 1383 typedef struct IGPMWMIFilterCollectionVtbl { | |
| 1384 BEGIN_INTERFACE | |
| 1385 HRESULT (WINAPI *QueryInterface)(IGPMWMIFilterCollection *This,REFIID riid,void **ppvObject); | |
| 1386 ULONG (WINAPI *AddRef)(IGPMWMIFilterCollection *This); | |
| 1387 ULONG (WINAPI *Release)(IGPMWMIFilterCollection *This); | |
| 1388 HRESULT (WINAPI *GetTypeInfoCount)(IGPMWMIFilterCollection *This,UINT *pctinfo); | |
| 1389 HRESULT (WINAPI *GetTypeInfo)(IGPMWMIFilterCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1390 HRESULT (WINAPI *GetIDsOfNames)(IGPMWMIFilterCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1391 HRESULT (WINAPI *Invoke)(IGPMWMIFilterCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1392 HRESULT (WINAPI *get_Count)(IGPMWMIFilterCollection *This,long *pVal); | |
| 1393 HRESULT (WINAPI *get_Item)(IGPMWMIFilterCollection *This,long lIndex,VARIANT *pVal); | |
| 1394 HRESULT (WINAPI *get__NewEnum)(IGPMWMIFilterCollection *This,IEnumVARIANT **pVal); | |
| 1395 END_INTERFACE | |
| 1396 } IGPMWMIFilterCollectionVtbl; | |
| 1397 struct IGPMWMIFilterCollection { | |
| 1398 CONST_VTBL struct IGPMWMIFilterCollectionVtbl *lpVtbl; | |
| 1399 }; | |
| 1400 #ifdef COBJMACROS | |
| 1401 #define IGPMWMIFilterCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1402 #define IGPMWMIFilterCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1403 #define IGPMWMIFilterCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 1404 #define IGPMWMIFilterCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1405 #define IGPMWMIFilterCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1406 #define IGPMWMIFilterCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1407 #define IGPMWMIFilterCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1408 #define IGPMWMIFilterCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 1409 #define IGPMWMIFilterCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 1410 #define IGPMWMIFilterCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal) | |
| 1411 #endif | |
| 1412 #endif | |
| 1413 HRESULT WINAPI IGPMWMIFilterCollection_get_Count_Proxy(IGPMWMIFilterCollection *This,long *pVal); | |
| 1414 void __RPC_STUB IGPMWMIFilterCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1415 HRESULT WINAPI IGPMWMIFilterCollection_get_Item_Proxy(IGPMWMIFilterCollection *This,long lIndex,VARIANT *pVal); | |
| 1416 void __RPC_STUB IGPMWMIFilterCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1417 HRESULT WINAPI IGPMWMIFilterCollection_get__NewEnum_Proxy(IGPMWMIFilterCollection *This,IEnumVARIANT **pVal); | |
| 1418 void __RPC_STUB IGPMWMIFilterCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1419 #endif | |
| 1420 | |
| 1421 #ifndef __IGPMRSOP_INTERFACE_DEFINED__ | |
| 1422 #define __IGPMRSOP_INTERFACE_DEFINED__ | |
| 1423 EXTERN_C const IID IID_IGPMRSOP; | |
| 1424 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1425 struct IGPMRSOP : public IDispatch { | |
| 1426 public: | |
| 1427 virtual HRESULT WINAPI get_Mode(GPMRSOPMode *pVal) = 0; | |
| 1428 virtual HRESULT WINAPI get_Namespace(BSTR *bstrVal) = 0; | |
| 1429 virtual HRESULT WINAPI put_LoggingComputer(BSTR bstrVal) = 0; | |
| 1430 virtual HRESULT WINAPI get_LoggingComputer(BSTR *bstrVal) = 0; | |
| 1431 virtual HRESULT WINAPI put_LoggingUser(BSTR bstrVal) = 0; | |
| 1432 virtual HRESULT WINAPI get_LoggingUser(BSTR *bstrVal) = 0; | |
| 1433 virtual HRESULT WINAPI put_LoggingFlags(long lVal) = 0; | |
| 1434 virtual HRESULT WINAPI get_LoggingFlags(long *lVal) = 0; | |
| 1435 virtual HRESULT WINAPI put_PlanningFlags(long lVal) = 0; | |
| 1436 virtual HRESULT WINAPI get_PlanningFlags(long *lVal) = 0; | |
| 1437 virtual HRESULT WINAPI put_PlanningDomainController(BSTR bstrVal) = 0; | |
| 1438 virtual HRESULT WINAPI get_PlanningDomainController(BSTR *bstrVal) = 0; | |
| 1439 virtual HRESULT WINAPI put_PlanningSiteName(BSTR bstrVal) = 0; | |
| 1440 virtual HRESULT WINAPI get_PlanningSiteName(BSTR *bstrVal) = 0; | |
| 1441 virtual HRESULT WINAPI put_PlanningUser(BSTR bstrVal) = 0; | |
| 1442 virtual HRESULT WINAPI get_PlanningUser(BSTR *bstrVal) = 0; | |
| 1443 virtual HRESULT WINAPI put_PlanningUserSOM(BSTR bstrVal) = 0; | |
| 1444 virtual HRESULT WINAPI get_PlanningUserSOM(BSTR *bstrVal) = 0; | |
| 1445 virtual HRESULT WINAPI put_PlanningUserWMIFilters(VARIANT varVal) = 0; | |
| 1446 virtual HRESULT WINAPI get_PlanningUserWMIFilters(VARIANT *varVal) = 0; | |
| 1447 virtual HRESULT WINAPI put_PlanningUserSecurityGroups(VARIANT varVal) = 0; | |
| 1448 virtual HRESULT WINAPI get_PlanningUserSecurityGroups(VARIANT *varVal) = 0; | |
| 1449 virtual HRESULT WINAPI put_PlanningComputer(BSTR bstrVal) = 0; | |
| 1450 virtual HRESULT WINAPI get_PlanningComputer(BSTR *bstrVal) = 0; | |
| 1451 virtual HRESULT WINAPI put_PlanningComputerSOM(BSTR bstrVal) = 0; | |
| 1452 virtual HRESULT WINAPI get_PlanningComputerSOM(BSTR *bstrVal) = 0; | |
| 1453 virtual HRESULT WINAPI put_PlanningComputerWMIFilters(VARIANT varVal) = 0; | |
| 1454 virtual HRESULT WINAPI get_PlanningComputerWMIFilters(VARIANT *varVal) = 0; | |
| 1455 virtual HRESULT WINAPI put_PlanningComputerSecurityGroups(VARIANT varVal) = 0; | |
| 1456 virtual HRESULT WINAPI get_PlanningComputerSecurityGroups(VARIANT *varVal) = 0; | |
| 1457 virtual HRESULT WINAPI LoggingEnumerateUsers(VARIANT *varVal) = 0; | |
| 1458 virtual HRESULT WINAPI CreateQueryResults(void) = 0; | |
| 1459 virtual HRESULT WINAPI ReleaseQueryResults(void) = 0; | |
| 1460 virtual HRESULT WINAPI GenerateReport(GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 1461 virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult) = 0; | |
| 1462 }; | |
| 1463 #else | |
| 1464 typedef struct IGPMRSOPVtbl { | |
| 1465 BEGIN_INTERFACE | |
| 1466 HRESULT (WINAPI *QueryInterface)(IGPMRSOP *This,REFIID riid,void **ppvObject); | |
| 1467 ULONG (WINAPI *AddRef)(IGPMRSOP *This); | |
| 1468 ULONG (WINAPI *Release)(IGPMRSOP *This); | |
| 1469 HRESULT (WINAPI *GetTypeInfoCount)(IGPMRSOP *This,UINT *pctinfo); | |
| 1470 HRESULT (WINAPI *GetTypeInfo)(IGPMRSOP *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1471 HRESULT (WINAPI *GetIDsOfNames)(IGPMRSOP *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1472 HRESULT (WINAPI *Invoke)(IGPMRSOP *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1473 HRESULT (WINAPI *get_Mode)(IGPMRSOP *This,GPMRSOPMode *pVal); | |
| 1474 HRESULT (WINAPI *get_Namespace)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1475 HRESULT (WINAPI *put_LoggingComputer)(IGPMRSOP *This,BSTR bstrVal); | |
| 1476 HRESULT (WINAPI *get_LoggingComputer)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1477 HRESULT (WINAPI *put_LoggingUser)(IGPMRSOP *This,BSTR bstrVal); | |
| 1478 HRESULT (WINAPI *get_LoggingUser)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1479 HRESULT (WINAPI *put_LoggingFlags)(IGPMRSOP *This,long lVal); | |
| 1480 HRESULT (WINAPI *get_LoggingFlags)(IGPMRSOP *This,long *lVal); | |
| 1481 HRESULT (WINAPI *put_PlanningFlags)(IGPMRSOP *This,long lVal); | |
| 1482 HRESULT (WINAPI *get_PlanningFlags)(IGPMRSOP *This,long *lVal); | |
| 1483 HRESULT (WINAPI *put_PlanningDomainController)(IGPMRSOP *This,BSTR bstrVal); | |
| 1484 HRESULT (WINAPI *get_PlanningDomainController)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1485 HRESULT (WINAPI *put_PlanningSiteName)(IGPMRSOP *This,BSTR bstrVal); | |
| 1486 HRESULT (WINAPI *get_PlanningSiteName)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1487 HRESULT (WINAPI *put_PlanningUser)(IGPMRSOP *This,BSTR bstrVal); | |
| 1488 HRESULT (WINAPI *get_PlanningUser)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1489 HRESULT (WINAPI *put_PlanningUserSOM)(IGPMRSOP *This,BSTR bstrVal); | |
| 1490 HRESULT (WINAPI *get_PlanningUserSOM)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1491 HRESULT (WINAPI *put_PlanningUserWMIFilters)(IGPMRSOP *This,VARIANT varVal); | |
| 1492 HRESULT (WINAPI *get_PlanningUserWMIFilters)(IGPMRSOP *This,VARIANT *varVal); | |
| 1493 HRESULT (WINAPI *put_PlanningUserSecurityGroups)(IGPMRSOP *This,VARIANT varVal); | |
| 1494 HRESULT (WINAPI *get_PlanningUserSecurityGroups)(IGPMRSOP *This,VARIANT *varVal); | |
| 1495 HRESULT (WINAPI *put_PlanningComputer)(IGPMRSOP *This,BSTR bstrVal); | |
| 1496 HRESULT (WINAPI *get_PlanningComputer)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1497 HRESULT (WINAPI *put_PlanningComputerSOM)(IGPMRSOP *This,BSTR bstrVal); | |
| 1498 HRESULT (WINAPI *get_PlanningComputerSOM)(IGPMRSOP *This,BSTR *bstrVal); | |
| 1499 HRESULT (WINAPI *put_PlanningComputerWMIFilters)(IGPMRSOP *This,VARIANT varVal); | |
| 1500 HRESULT (WINAPI *get_PlanningComputerWMIFilters)(IGPMRSOP *This,VARIANT *varVal); | |
| 1501 HRESULT (WINAPI *put_PlanningComputerSecurityGroups)(IGPMRSOP *This,VARIANT varVal); | |
| 1502 HRESULT (WINAPI *get_PlanningComputerSecurityGroups)(IGPMRSOP *This,VARIANT *varVal); | |
| 1503 HRESULT (WINAPI *LoggingEnumerateUsers)(IGPMRSOP *This,VARIANT *varVal); | |
| 1504 HRESULT (WINAPI *CreateQueryResults)(IGPMRSOP *This); | |
| 1505 HRESULT (WINAPI *ReleaseQueryResults)(IGPMRSOP *This); | |
| 1506 HRESULT (WINAPI *GenerateReport)(IGPMRSOP *This,GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1507 HRESULT (WINAPI *GenerateReportToFile)(IGPMRSOP *This,GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult); | |
| 1508 END_INTERFACE | |
| 1509 } IGPMRSOPVtbl; | |
| 1510 struct IGPMRSOP { | |
| 1511 CONST_VTBL struct IGPMRSOPVtbl *lpVtbl; | |
| 1512 }; | |
| 1513 #ifdef COBJMACROS | |
| 1514 #define IGPMRSOP_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1515 #define IGPMRSOP_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1516 #define IGPMRSOP_Release(This) (This)->lpVtbl->Release(This) | |
| 1517 #define IGPMRSOP_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1518 #define IGPMRSOP_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1519 #define IGPMRSOP_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1520 #define IGPMRSOP_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1521 #define IGPMRSOP_get_Mode(This,pVal) (This)->lpVtbl->get_Mode(This,pVal) | |
| 1522 #define IGPMRSOP_get_Namespace(This,bstrVal) (This)->lpVtbl->get_Namespace(This,bstrVal) | |
| 1523 #define IGPMRSOP_put_LoggingComputer(This,bstrVal) (This)->lpVtbl->put_LoggingComputer(This,bstrVal) | |
| 1524 #define IGPMRSOP_get_LoggingComputer(This,bstrVal) (This)->lpVtbl->get_LoggingComputer(This,bstrVal) | |
| 1525 #define IGPMRSOP_put_LoggingUser(This,bstrVal) (This)->lpVtbl->put_LoggingUser(This,bstrVal) | |
| 1526 #define IGPMRSOP_get_LoggingUser(This,bstrVal) (This)->lpVtbl->get_LoggingUser(This,bstrVal) | |
| 1527 #define IGPMRSOP_put_LoggingFlags(This,lVal) (This)->lpVtbl->put_LoggingFlags(This,lVal) | |
| 1528 #define IGPMRSOP_get_LoggingFlags(This,lVal) (This)->lpVtbl->get_LoggingFlags(This,lVal) | |
| 1529 #define IGPMRSOP_put_PlanningFlags(This,lVal) (This)->lpVtbl->put_PlanningFlags(This,lVal) | |
| 1530 #define IGPMRSOP_get_PlanningFlags(This,lVal) (This)->lpVtbl->get_PlanningFlags(This,lVal) | |
| 1531 #define IGPMRSOP_put_PlanningDomainController(This,bstrVal) (This)->lpVtbl->put_PlanningDomainController(This,bstrVal) | |
| 1532 #define IGPMRSOP_get_PlanningDomainController(This,bstrVal) (This)->lpVtbl->get_PlanningDomainController(This,bstrVal) | |
| 1533 #define IGPMRSOP_put_PlanningSiteName(This,bstrVal) (This)->lpVtbl->put_PlanningSiteName(This,bstrVal) | |
| 1534 #define IGPMRSOP_get_PlanningSiteName(This,bstrVal) (This)->lpVtbl->get_PlanningSiteName(This,bstrVal) | |
| 1535 #define IGPMRSOP_put_PlanningUser(This,bstrVal) (This)->lpVtbl->put_PlanningUser(This,bstrVal) | |
| 1536 #define IGPMRSOP_get_PlanningUser(This,bstrVal) (This)->lpVtbl->get_PlanningUser(This,bstrVal) | |
| 1537 #define IGPMRSOP_put_PlanningUserSOM(This,bstrVal) (This)->lpVtbl->put_PlanningUserSOM(This,bstrVal) | |
| 1538 #define IGPMRSOP_get_PlanningUserSOM(This,bstrVal) (This)->lpVtbl->get_PlanningUserSOM(This,bstrVal) | |
| 1539 #define IGPMRSOP_put_PlanningUserWMIFilters(This,varVal) (This)->lpVtbl->put_PlanningUserWMIFilters(This,varVal) | |
| 1540 #define IGPMRSOP_get_PlanningUserWMIFilters(This,varVal) (This)->lpVtbl->get_PlanningUserWMIFilters(This,varVal) | |
| 1541 #define IGPMRSOP_put_PlanningUserSecurityGroups(This,varVal) (This)->lpVtbl->put_PlanningUserSecurityGroups(This,varVal) | |
| 1542 #define IGPMRSOP_get_PlanningUserSecurityGroups(This,varVal) (This)->lpVtbl->get_PlanningUserSecurityGroups(This,varVal) | |
| 1543 #define IGPMRSOP_put_PlanningComputer(This,bstrVal) (This)->lpVtbl->put_PlanningComputer(This,bstrVal) | |
| 1544 #define IGPMRSOP_get_PlanningComputer(This,bstrVal) (This)->lpVtbl->get_PlanningComputer(This,bstrVal) | |
| 1545 #define IGPMRSOP_put_PlanningComputerSOM(This,bstrVal) (This)->lpVtbl->put_PlanningComputerSOM(This,bstrVal) | |
| 1546 #define IGPMRSOP_get_PlanningComputerSOM(This,bstrVal) (This)->lpVtbl->get_PlanningComputerSOM(This,bstrVal) | |
| 1547 #define IGPMRSOP_put_PlanningComputerWMIFilters(This,varVal) (This)->lpVtbl->put_PlanningComputerWMIFilters(This,varVal) | |
| 1548 #define IGPMRSOP_get_PlanningComputerWMIFilters(This,varVal) (This)->lpVtbl->get_PlanningComputerWMIFilters(This,varVal) | |
| 1549 #define IGPMRSOP_put_PlanningComputerSecurityGroups(This,varVal) (This)->lpVtbl->put_PlanningComputerSecurityGroups(This,varVal) | |
| 1550 #define IGPMRSOP_get_PlanningComputerSecurityGroups(This,varVal) (This)->lpVtbl->get_PlanningComputerSecurityGroups(This,varVal) | |
| 1551 #define IGPMRSOP_LoggingEnumerateUsers(This,varVal) (This)->lpVtbl->LoggingEnumerateUsers(This,varVal) | |
| 1552 #define IGPMRSOP_CreateQueryResults(This) (This)->lpVtbl->CreateQueryResults(This) | |
| 1553 #define IGPMRSOP_ReleaseQueryResults(This) (This)->lpVtbl->ReleaseQueryResults(This) | |
| 1554 #define IGPMRSOP_GenerateReport(This,gpmReportType,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->GenerateReport(This,gpmReportType,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 1555 #define IGPMRSOP_GenerateReportToFile(This,gpmReportType,bstrTargetFilePath,ppIGPMResult) (This)->lpVtbl->GenerateReportToFile(This,gpmReportType,bstrTargetFilePath,ppIGPMResult) | |
| 1556 #endif | |
| 1557 #endif | |
| 1558 HRESULT WINAPI IGPMRSOP_get_Mode_Proxy(IGPMRSOP *This,GPMRSOPMode *pVal); | |
| 1559 void __RPC_STUB IGPMRSOP_get_Mode_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1560 HRESULT WINAPI IGPMRSOP_get_Namespace_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1561 void __RPC_STUB IGPMRSOP_get_Namespace_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1562 HRESULT WINAPI IGPMRSOP_put_LoggingComputer_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1563 void __RPC_STUB IGPMRSOP_put_LoggingComputer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1564 HRESULT WINAPI IGPMRSOP_get_LoggingComputer_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1565 void __RPC_STUB IGPMRSOP_get_LoggingComputer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1566 HRESULT WINAPI IGPMRSOP_put_LoggingUser_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1567 void __RPC_STUB IGPMRSOP_put_LoggingUser_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1568 HRESULT WINAPI IGPMRSOP_get_LoggingUser_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1569 void __RPC_STUB IGPMRSOP_get_LoggingUser_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1570 HRESULT WINAPI IGPMRSOP_put_LoggingFlags_Proxy(IGPMRSOP *This,long lVal); | |
| 1571 void __RPC_STUB IGPMRSOP_put_LoggingFlags_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1572 HRESULT WINAPI IGPMRSOP_get_LoggingFlags_Proxy(IGPMRSOP *This,long *lVal); | |
| 1573 void __RPC_STUB IGPMRSOP_get_LoggingFlags_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1574 HRESULT WINAPI IGPMRSOP_put_PlanningFlags_Proxy(IGPMRSOP *This,long lVal); | |
| 1575 void __RPC_STUB IGPMRSOP_put_PlanningFlags_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1576 HRESULT WINAPI IGPMRSOP_get_PlanningFlags_Proxy(IGPMRSOP *This,long *lVal); | |
| 1577 void __RPC_STUB IGPMRSOP_get_PlanningFlags_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1578 HRESULT WINAPI IGPMRSOP_put_PlanningDomainController_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1579 void __RPC_STUB IGPMRSOP_put_PlanningDomainController_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1580 HRESULT WINAPI IGPMRSOP_get_PlanningDomainController_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1581 void __RPC_STUB IGPMRSOP_get_PlanningDomainController_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1582 HRESULT WINAPI IGPMRSOP_put_PlanningSiteName_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1583 void __RPC_STUB IGPMRSOP_put_PlanningSiteName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1584 HRESULT WINAPI IGPMRSOP_get_PlanningSiteName_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1585 void __RPC_STUB IGPMRSOP_get_PlanningSiteName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1586 HRESULT WINAPI IGPMRSOP_put_PlanningUser_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1587 void __RPC_STUB IGPMRSOP_put_PlanningUser_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1588 HRESULT WINAPI IGPMRSOP_get_PlanningUser_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1589 void __RPC_STUB IGPMRSOP_get_PlanningUser_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1590 HRESULT WINAPI IGPMRSOP_put_PlanningUserSOM_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1591 void __RPC_STUB IGPMRSOP_put_PlanningUserSOM_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1592 HRESULT WINAPI IGPMRSOP_get_PlanningUserSOM_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1593 void __RPC_STUB IGPMRSOP_get_PlanningUserSOM_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1594 HRESULT WINAPI IGPMRSOP_put_PlanningUserWMIFilters_Proxy(IGPMRSOP *This,VARIANT varVal); | |
| 1595 void __RPC_STUB IGPMRSOP_put_PlanningUserWMIFilters_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1596 HRESULT WINAPI IGPMRSOP_get_PlanningUserWMIFilters_Proxy(IGPMRSOP *This,VARIANT *varVal); | |
| 1597 void __RPC_STUB IGPMRSOP_get_PlanningUserWMIFilters_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1598 HRESULT WINAPI IGPMRSOP_put_PlanningUserSecurityGroups_Proxy(IGPMRSOP *This,VARIANT varVal); | |
| 1599 void __RPC_STUB IGPMRSOP_put_PlanningUserSecurityGroups_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1600 HRESULT WINAPI IGPMRSOP_get_PlanningUserSecurityGroups_Proxy(IGPMRSOP *This,VARIANT *varVal); | |
| 1601 void __RPC_STUB IGPMRSOP_get_PlanningUserSecurityGroups_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1602 HRESULT WINAPI IGPMRSOP_put_PlanningComputer_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1603 void __RPC_STUB IGPMRSOP_put_PlanningComputer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1604 HRESULT WINAPI IGPMRSOP_get_PlanningComputer_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1605 void __RPC_STUB IGPMRSOP_get_PlanningComputer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1606 HRESULT WINAPI IGPMRSOP_put_PlanningComputerSOM_Proxy(IGPMRSOP *This,BSTR bstrVal); | |
| 1607 void __RPC_STUB IGPMRSOP_put_PlanningComputerSOM_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1608 HRESULT WINAPI IGPMRSOP_get_PlanningComputerSOM_Proxy(IGPMRSOP *This,BSTR *bstrVal); | |
| 1609 void __RPC_STUB IGPMRSOP_get_PlanningComputerSOM_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1610 HRESULT WINAPI IGPMRSOP_put_PlanningComputerWMIFilters_Proxy(IGPMRSOP *This,VARIANT varVal); | |
| 1611 void __RPC_STUB IGPMRSOP_put_PlanningComputerWMIFilters_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1612 HRESULT WINAPI IGPMRSOP_get_PlanningComputerWMIFilters_Proxy(IGPMRSOP *This,VARIANT *varVal); | |
| 1613 void __RPC_STUB IGPMRSOP_get_PlanningComputerWMIFilters_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1614 HRESULT WINAPI IGPMRSOP_put_PlanningComputerSecurityGroups_Proxy(IGPMRSOP *This,VARIANT varVal); | |
| 1615 void __RPC_STUB IGPMRSOP_put_PlanningComputerSecurityGroups_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1616 HRESULT WINAPI IGPMRSOP_get_PlanningComputerSecurityGroups_Proxy(IGPMRSOP *This,VARIANT *varVal); | |
| 1617 void __RPC_STUB IGPMRSOP_get_PlanningComputerSecurityGroups_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1618 HRESULT WINAPI IGPMRSOP_LoggingEnumerateUsers_Proxy(IGPMRSOP *This,VARIANT *varVal); | |
| 1619 void __RPC_STUB IGPMRSOP_LoggingEnumerateUsers_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1620 HRESULT WINAPI IGPMRSOP_CreateQueryResults_Proxy(IGPMRSOP *This); | |
| 1621 void __RPC_STUB IGPMRSOP_CreateQueryResults_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1622 HRESULT WINAPI IGPMRSOP_ReleaseQueryResults_Proxy(IGPMRSOP *This); | |
| 1623 void __RPC_STUB IGPMRSOP_ReleaseQueryResults_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1624 HRESULT WINAPI IGPMRSOP_GenerateReport_Proxy(IGPMRSOP *This,GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1625 void __RPC_STUB IGPMRSOP_GenerateReport_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1626 HRESULT WINAPI IGPMRSOP_GenerateReportToFile_Proxy(IGPMRSOP *This,GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult); | |
| 1627 void __RPC_STUB IGPMRSOP_GenerateReportToFile_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1628 #endif | |
| 1629 | |
| 1630 #ifndef __IGPMGPO_INTERFACE_DEFINED__ | |
| 1631 #define __IGPMGPO_INTERFACE_DEFINED__ | |
| 1632 EXTERN_C const IID IID_IGPMGPO; | |
| 1633 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1634 struct IGPMGPO : public IDispatch { | |
| 1635 public: | |
| 1636 virtual HRESULT WINAPI get_DisplayName(BSTR *pVal) = 0; | |
| 1637 virtual HRESULT WINAPI put_DisplayName(BSTR newVal) = 0; | |
| 1638 virtual HRESULT WINAPI get_Path(BSTR *pVal) = 0; | |
| 1639 virtual HRESULT WINAPI get_ID(BSTR *pVal) = 0; | |
| 1640 virtual HRESULT WINAPI get_DomainName(BSTR *pVal) = 0; | |
| 1641 virtual HRESULT WINAPI get_CreationTime(DATE *pDate) = 0; | |
| 1642 virtual HRESULT WINAPI get_ModificationTime(DATE *pDate) = 0; | |
| 1643 virtual HRESULT WINAPI get_UserDSVersionNumber(long *pVal) = 0; | |
| 1644 virtual HRESULT WINAPI get_ComputerDSVersionNumber(long *pVal) = 0; | |
| 1645 virtual HRESULT WINAPI get_UserSysvolVersionNumber(long *pVal) = 0; | |
| 1646 virtual HRESULT WINAPI get_ComputerSysvolVersionNumber(long *pVal) = 0; | |
| 1647 virtual HRESULT WINAPI GetWMIFilter(IGPMWMIFilter **ppIGPMWMIFilter) = 0; | |
| 1648 virtual HRESULT WINAPI SetWMIFilter(IGPMWMIFilter *pIGPMWMIFilter) = 0; | |
| 1649 virtual HRESULT WINAPI SetUserEnabled(VARIANT_BOOL vbEnabled) = 0; | |
| 1650 virtual HRESULT WINAPI SetComputerEnabled(VARIANT_BOOL vbEnabled) = 0; | |
| 1651 virtual HRESULT WINAPI IsUserEnabled(VARIANT_BOOL *pvbEnabled) = 0; | |
| 1652 virtual HRESULT WINAPI IsComputerEnabled(VARIANT_BOOL *pvbEnabled) = 0; | |
| 1653 virtual HRESULT WINAPI GetSecurityInfo(IGPMSecurityInfo **ppSecurityInfo) = 0; | |
| 1654 virtual HRESULT WINAPI SetSecurityInfo(IGPMSecurityInfo *pSecurityInfo) = 0; | |
| 1655 virtual HRESULT WINAPI Delete(void) = 0; | |
| 1656 virtual HRESULT WINAPI Backup(BSTR bstrBackupDir,BSTR bstrComment,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 1657 virtual HRESULT WINAPI Import(long lFlags,IGPMBackup *pIGPMBackup,VARIANT *pvarMigrationTable,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 1658 virtual HRESULT WINAPI GenerateReport(GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 1659 virtual HRESULT WINAPI GenerateReportToFile(GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult) = 0; | |
| 1660 virtual HRESULT WINAPI CopyTo(long lFlags,IGPMDomain *pIGPMDomain,VARIANT *pvarNewDisplayName,VARIANT *pvarMigrationTable,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult) = 0; | |
| 1661 virtual HRESULT WINAPI SetSecurityDescriptor(long lFlags,IDispatch *pSD) = 0; | |
| 1662 virtual HRESULT WINAPI GetSecurityDescriptor(long lFlags,IDispatch **ppSD) = 0; | |
| 1663 virtual HRESULT WINAPI IsACLConsistent(VARIANT_BOOL *pvbConsistent) = 0; | |
| 1664 virtual HRESULT WINAPI MakeACLConsistent(void) = 0; | |
| 1665 }; | |
| 1666 #else | |
| 1667 typedef struct IGPMGPOVtbl { | |
| 1668 BEGIN_INTERFACE | |
| 1669 HRESULT (WINAPI *QueryInterface)(IGPMGPO *This,REFIID riid,void **ppvObject); | |
| 1670 ULONG (WINAPI *AddRef)(IGPMGPO *This); | |
| 1671 ULONG (WINAPI *Release)(IGPMGPO *This); | |
| 1672 HRESULT (WINAPI *GetTypeInfoCount)(IGPMGPO *This,UINT *pctinfo); | |
| 1673 HRESULT (WINAPI *GetTypeInfo)(IGPMGPO *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1674 HRESULT (WINAPI *GetIDsOfNames)(IGPMGPO *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1675 HRESULT (WINAPI *Invoke)(IGPMGPO *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1676 HRESULT (WINAPI *get_DisplayName)(IGPMGPO *This,BSTR *pVal); | |
| 1677 HRESULT (WINAPI *put_DisplayName)(IGPMGPO *This,BSTR newVal); | |
| 1678 HRESULT (WINAPI *get_Path)(IGPMGPO *This,BSTR *pVal); | |
| 1679 HRESULT (WINAPI *get_ID)(IGPMGPO *This,BSTR *pVal); | |
| 1680 HRESULT (WINAPI *get_DomainName)(IGPMGPO *This,BSTR *pVal); | |
| 1681 HRESULT (WINAPI *get_CreationTime)(IGPMGPO *This,DATE *pDate); | |
| 1682 HRESULT (WINAPI *get_ModificationTime)(IGPMGPO *This,DATE *pDate); | |
| 1683 HRESULT (WINAPI *get_UserDSVersionNumber)(IGPMGPO *This,long *pVal); | |
| 1684 HRESULT (WINAPI *get_ComputerDSVersionNumber)(IGPMGPO *This,long *pVal); | |
| 1685 HRESULT (WINAPI *get_UserSysvolVersionNumber)(IGPMGPO *This,long *pVal); | |
| 1686 HRESULT (WINAPI *get_ComputerSysvolVersionNumber)(IGPMGPO *This,long *pVal); | |
| 1687 HRESULT (WINAPI *GetWMIFilter)(IGPMGPO *This,IGPMWMIFilter **ppIGPMWMIFilter); | |
| 1688 HRESULT (WINAPI *SetWMIFilter)(IGPMGPO *This,IGPMWMIFilter *pIGPMWMIFilter); | |
| 1689 HRESULT (WINAPI *SetUserEnabled)(IGPMGPO *This,VARIANT_BOOL vbEnabled); | |
| 1690 HRESULT (WINAPI *SetComputerEnabled)(IGPMGPO *This,VARIANT_BOOL vbEnabled); | |
| 1691 HRESULT (WINAPI *IsUserEnabled)(IGPMGPO *This,VARIANT_BOOL *pvbEnabled); | |
| 1692 HRESULT (WINAPI *IsComputerEnabled)(IGPMGPO *This,VARIANT_BOOL *pvbEnabled); | |
| 1693 HRESULT (WINAPI *GetSecurityInfo)(IGPMGPO *This,IGPMSecurityInfo **ppSecurityInfo); | |
| 1694 HRESULT (WINAPI *SetSecurityInfo)(IGPMGPO *This,IGPMSecurityInfo *pSecurityInfo); | |
| 1695 HRESULT (WINAPI *Delete)(IGPMGPO *This); | |
| 1696 HRESULT (WINAPI *Backup)(IGPMGPO *This,BSTR bstrBackupDir,BSTR bstrComment,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1697 HRESULT (WINAPI *Import)(IGPMGPO *This,long lFlags,IGPMBackup *pIGPMBackup,VARIANT *pvarMigrationTable,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1698 HRESULT (WINAPI *GenerateReport)(IGPMGPO *This,GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1699 HRESULT (WINAPI *GenerateReportToFile)(IGPMGPO *This,GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult); | |
| 1700 HRESULT (WINAPI *CopyTo)(IGPMGPO *This,long lFlags,IGPMDomain *pIGPMDomain,VARIANT *pvarNewDisplayName,VARIANT *pvarMigrationTable,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1701 HRESULT (WINAPI *SetSecurityDescriptor)(IGPMGPO *This,long lFlags,IDispatch *pSD); | |
| 1702 HRESULT (WINAPI *GetSecurityDescriptor)(IGPMGPO *This,long lFlags,IDispatch **ppSD); | |
| 1703 HRESULT (WINAPI *IsACLConsistent)(IGPMGPO *This,VARIANT_BOOL *pvbConsistent); | |
| 1704 HRESULT (WINAPI *MakeACLConsistent)(IGPMGPO *This); | |
| 1705 END_INTERFACE | |
| 1706 } IGPMGPOVtbl; | |
| 1707 struct IGPMGPO { | |
| 1708 CONST_VTBL struct IGPMGPOVtbl *lpVtbl; | |
| 1709 }; | |
| 1710 #ifdef COBJMACROS | |
| 1711 #define IGPMGPO_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1712 #define IGPMGPO_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1713 #define IGPMGPO_Release(This) (This)->lpVtbl->Release(This) | |
| 1714 #define IGPMGPO_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1715 #define IGPMGPO_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1716 #define IGPMGPO_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1717 #define IGPMGPO_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1718 #define IGPMGPO_get_DisplayName(This,pVal) (This)->lpVtbl->get_DisplayName(This,pVal) | |
| 1719 #define IGPMGPO_put_DisplayName(This,newVal) (This)->lpVtbl->put_DisplayName(This,newVal) | |
| 1720 #define IGPMGPO_get_Path(This,pVal) (This)->lpVtbl->get_Path(This,pVal) | |
| 1721 #define IGPMGPO_get_ID(This,pVal) (This)->lpVtbl->get_ID(This,pVal) | |
| 1722 #define IGPMGPO_get_DomainName(This,pVal) (This)->lpVtbl->get_DomainName(This,pVal) | |
| 1723 #define IGPMGPO_get_CreationTime(This,pDate) (This)->lpVtbl->get_CreationTime(This,pDate) | |
| 1724 #define IGPMGPO_get_ModificationTime(This,pDate) (This)->lpVtbl->get_ModificationTime(This,pDate) | |
| 1725 #define IGPMGPO_get_UserDSVersionNumber(This,pVal) (This)->lpVtbl->get_UserDSVersionNumber(This,pVal) | |
| 1726 #define IGPMGPO_get_ComputerDSVersionNumber(This,pVal) (This)->lpVtbl->get_ComputerDSVersionNumber(This,pVal) | |
| 1727 #define IGPMGPO_get_UserSysvolVersionNumber(This,pVal) (This)->lpVtbl->get_UserSysvolVersionNumber(This,pVal) | |
| 1728 #define IGPMGPO_get_ComputerSysvolVersionNumber(This,pVal) (This)->lpVtbl->get_ComputerSysvolVersionNumber(This,pVal) | |
| 1729 #define IGPMGPO_GetWMIFilter(This,ppIGPMWMIFilter) (This)->lpVtbl->GetWMIFilter(This,ppIGPMWMIFilter) | |
| 1730 #define IGPMGPO_SetWMIFilter(This,pIGPMWMIFilter) (This)->lpVtbl->SetWMIFilter(This,pIGPMWMIFilter) | |
| 1731 #define IGPMGPO_SetUserEnabled(This,vbEnabled) (This)->lpVtbl->SetUserEnabled(This,vbEnabled) | |
| 1732 #define IGPMGPO_SetComputerEnabled(This,vbEnabled) (This)->lpVtbl->SetComputerEnabled(This,vbEnabled) | |
| 1733 #define IGPMGPO_IsUserEnabled(This,pvbEnabled) (This)->lpVtbl->IsUserEnabled(This,pvbEnabled) | |
| 1734 #define IGPMGPO_IsComputerEnabled(This,pvbEnabled) (This)->lpVtbl->IsComputerEnabled(This,pvbEnabled) | |
| 1735 #define IGPMGPO_GetSecurityInfo(This,ppSecurityInfo) (This)->lpVtbl->GetSecurityInfo(This,ppSecurityInfo) | |
| 1736 #define IGPMGPO_SetSecurityInfo(This,pSecurityInfo) (This)->lpVtbl->SetSecurityInfo(This,pSecurityInfo) | |
| 1737 #define IGPMGPO_Delete(This) (This)->lpVtbl->Delete(This) | |
| 1738 #define IGPMGPO_Backup(This,bstrBackupDir,bstrComment,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->Backup(This,bstrBackupDir,bstrComment,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 1739 #define IGPMGPO_Import(This,lFlags,pIGPMBackup,pvarMigrationTable,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->Import(This,lFlags,pIGPMBackup,pvarMigrationTable,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 1740 #define IGPMGPO_GenerateReport(This,gpmReportType,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->GenerateReport(This,gpmReportType,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 1741 #define IGPMGPO_GenerateReportToFile(This,gpmReportType,bstrTargetFilePath,ppIGPMResult) (This)->lpVtbl->GenerateReportToFile(This,gpmReportType,bstrTargetFilePath,ppIGPMResult) | |
| 1742 #define IGPMGPO_CopyTo(This,lFlags,pIGPMDomain,pvarNewDisplayName,pvarMigrationTable,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) (This)->lpVtbl->CopyTo(This,lFlags,pIGPMDomain,pvarNewDisplayName,pvarMigrationTable,pvarGPMProgress,pvarGPMCancel,ppIGPMResult) | |
| 1743 #define IGPMGPO_SetSecurityDescriptor(This,lFlags,pSD) (This)->lpVtbl->SetSecurityDescriptor(This,lFlags,pSD) | |
| 1744 #define IGPMGPO_GetSecurityDescriptor(This,lFlags,ppSD) (This)->lpVtbl->GetSecurityDescriptor(This,lFlags,ppSD) | |
| 1745 #define IGPMGPO_IsACLConsistent(This,pvbConsistent) (This)->lpVtbl->IsACLConsistent(This,pvbConsistent) | |
| 1746 #define IGPMGPO_MakeACLConsistent(This) (This)->lpVtbl->MakeACLConsistent(This) | |
| 1747 #endif | |
| 1748 #endif | |
| 1749 HRESULT WINAPI IGPMGPO_get_DisplayName_Proxy(IGPMGPO *This,BSTR *pVal); | |
| 1750 void __RPC_STUB IGPMGPO_get_DisplayName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1751 HRESULT WINAPI IGPMGPO_put_DisplayName_Proxy(IGPMGPO *This,BSTR newVal); | |
| 1752 void __RPC_STUB IGPMGPO_put_DisplayName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1753 HRESULT WINAPI IGPMGPO_get_Path_Proxy(IGPMGPO *This,BSTR *pVal); | |
| 1754 void __RPC_STUB IGPMGPO_get_Path_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1755 HRESULT WINAPI IGPMGPO_get_ID_Proxy(IGPMGPO *This,BSTR *pVal); | |
| 1756 void __RPC_STUB IGPMGPO_get_ID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1757 HRESULT WINAPI IGPMGPO_get_DomainName_Proxy(IGPMGPO *This,BSTR *pVal); | |
| 1758 void __RPC_STUB IGPMGPO_get_DomainName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1759 HRESULT WINAPI IGPMGPO_get_CreationTime_Proxy(IGPMGPO *This,DATE *pDate); | |
| 1760 void __RPC_STUB IGPMGPO_get_CreationTime_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1761 HRESULT WINAPI IGPMGPO_get_ModificationTime_Proxy(IGPMGPO *This,DATE *pDate); | |
| 1762 void __RPC_STUB IGPMGPO_get_ModificationTime_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1763 HRESULT WINAPI IGPMGPO_get_UserDSVersionNumber_Proxy(IGPMGPO *This,long *pVal); | |
| 1764 void __RPC_STUB IGPMGPO_get_UserDSVersionNumber_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1765 HRESULT WINAPI IGPMGPO_get_ComputerDSVersionNumber_Proxy(IGPMGPO *This,long *pVal); | |
| 1766 void __RPC_STUB IGPMGPO_get_ComputerDSVersionNumber_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1767 HRESULT WINAPI IGPMGPO_get_UserSysvolVersionNumber_Proxy(IGPMGPO *This,long *pVal); | |
| 1768 void __RPC_STUB IGPMGPO_get_UserSysvolVersionNumber_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1769 HRESULT WINAPI IGPMGPO_get_ComputerSysvolVersionNumber_Proxy(IGPMGPO *This,long *pVal); | |
| 1770 void __RPC_STUB IGPMGPO_get_ComputerSysvolVersionNumber_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1771 HRESULT WINAPI IGPMGPO_GetWMIFilter_Proxy(IGPMGPO *This,IGPMWMIFilter **ppIGPMWMIFilter); | |
| 1772 void __RPC_STUB IGPMGPO_GetWMIFilter_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1773 HRESULT WINAPI IGPMGPO_SetWMIFilter_Proxy(IGPMGPO *This,IGPMWMIFilter *pIGPMWMIFilter); | |
| 1774 void __RPC_STUB IGPMGPO_SetWMIFilter_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1775 HRESULT WINAPI IGPMGPO_SetUserEnabled_Proxy(IGPMGPO *This,VARIANT_BOOL vbEnabled); | |
| 1776 void __RPC_STUB IGPMGPO_SetUserEnabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1777 HRESULT WINAPI IGPMGPO_SetComputerEnabled_Proxy(IGPMGPO *This,VARIANT_BOOL vbEnabled); | |
| 1778 void __RPC_STUB IGPMGPO_SetComputerEnabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1779 HRESULT WINAPI IGPMGPO_IsUserEnabled_Proxy(IGPMGPO *This,VARIANT_BOOL *pvbEnabled); | |
| 1780 void __RPC_STUB IGPMGPO_IsUserEnabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1781 HRESULT WINAPI IGPMGPO_IsComputerEnabled_Proxy(IGPMGPO *This,VARIANT_BOOL *pvbEnabled); | |
| 1782 void __RPC_STUB IGPMGPO_IsComputerEnabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1783 HRESULT WINAPI IGPMGPO_GetSecurityInfo_Proxy(IGPMGPO *This,IGPMSecurityInfo **ppSecurityInfo); | |
| 1784 void __RPC_STUB IGPMGPO_GetSecurityInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1785 HRESULT WINAPI IGPMGPO_SetSecurityInfo_Proxy(IGPMGPO *This,IGPMSecurityInfo *pSecurityInfo); | |
| 1786 void __RPC_STUB IGPMGPO_SetSecurityInfo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1787 HRESULT WINAPI IGPMGPO_Delete_Proxy(IGPMGPO *This); | |
| 1788 void __RPC_STUB IGPMGPO_Delete_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1789 HRESULT WINAPI IGPMGPO_Backup_Proxy(IGPMGPO *This,BSTR bstrBackupDir,BSTR bstrComment,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1790 void __RPC_STUB IGPMGPO_Backup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1791 HRESULT WINAPI IGPMGPO_Import_Proxy(IGPMGPO *This,long lFlags,IGPMBackup *pIGPMBackup,VARIANT *pvarMigrationTable,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1792 void __RPC_STUB IGPMGPO_Import_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1793 HRESULT WINAPI IGPMGPO_GenerateReport_Proxy(IGPMGPO *This,GPMReportType gpmReportType,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1794 void __RPC_STUB IGPMGPO_GenerateReport_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1795 HRESULT WINAPI IGPMGPO_GenerateReportToFile_Proxy(IGPMGPO *This,GPMReportType gpmReportType,BSTR bstrTargetFilePath,IGPMResult **ppIGPMResult); | |
| 1796 void __RPC_STUB IGPMGPO_GenerateReportToFile_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1797 HRESULT WINAPI IGPMGPO_CopyTo_Proxy(IGPMGPO *This,long lFlags,IGPMDomain *pIGPMDomain,VARIANT *pvarNewDisplayName,VARIANT *pvarMigrationTable,VARIANT *pvarGPMProgress,VARIANT *pvarGPMCancel,IGPMResult **ppIGPMResult); | |
| 1798 void __RPC_STUB IGPMGPO_CopyTo_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1799 HRESULT WINAPI IGPMGPO_SetSecurityDescriptor_Proxy(IGPMGPO *This,long lFlags,IDispatch *pSD); | |
| 1800 void __RPC_STUB IGPMGPO_SetSecurityDescriptor_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1801 HRESULT WINAPI IGPMGPO_GetSecurityDescriptor_Proxy(IGPMGPO *This,long lFlags,IDispatch **ppSD); | |
| 1802 void __RPC_STUB IGPMGPO_GetSecurityDescriptor_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1803 HRESULT WINAPI IGPMGPO_IsACLConsistent_Proxy(IGPMGPO *This,VARIANT_BOOL *pvbConsistent); | |
| 1804 void __RPC_STUB IGPMGPO_IsACLConsistent_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1805 HRESULT WINAPI IGPMGPO_MakeACLConsistent_Proxy(IGPMGPO *This); | |
| 1806 void __RPC_STUB IGPMGPO_MakeACLConsistent_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1807 #endif | |
| 1808 | |
| 1809 #ifndef __IGPMGPOCollection_INTERFACE_DEFINED__ | |
| 1810 #define __IGPMGPOCollection_INTERFACE_DEFINED__ | |
| 1811 EXTERN_C const IID IID_IGPMGPOCollection; | |
| 1812 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1813 struct IGPMGPOCollection : public IDispatch { | |
| 1814 public: | |
| 1815 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 1816 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 1817 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **ppIGPMGPOs) = 0; | |
| 1818 }; | |
| 1819 #else | |
| 1820 typedef struct IGPMGPOCollectionVtbl { | |
| 1821 BEGIN_INTERFACE | |
| 1822 HRESULT (WINAPI *QueryInterface)(IGPMGPOCollection *This,REFIID riid,void **ppvObject); | |
| 1823 ULONG (WINAPI *AddRef)(IGPMGPOCollection *This); | |
| 1824 ULONG (WINAPI *Release)(IGPMGPOCollection *This); | |
| 1825 HRESULT (WINAPI *GetTypeInfoCount)(IGPMGPOCollection *This,UINT *pctinfo); | |
| 1826 HRESULT (WINAPI *GetTypeInfo)(IGPMGPOCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1827 HRESULT (WINAPI *GetIDsOfNames)(IGPMGPOCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1828 HRESULT (WINAPI *Invoke)(IGPMGPOCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1829 HRESULT (WINAPI *get_Count)(IGPMGPOCollection *This,long *pVal); | |
| 1830 HRESULT (WINAPI *get_Item)(IGPMGPOCollection *This,long lIndex,VARIANT *pVal); | |
| 1831 HRESULT (WINAPI *get__NewEnum)(IGPMGPOCollection *This,IEnumVARIANT **ppIGPMGPOs); | |
| 1832 END_INTERFACE | |
| 1833 } IGPMGPOCollectionVtbl; | |
| 1834 struct IGPMGPOCollection { | |
| 1835 CONST_VTBL struct IGPMGPOCollectionVtbl *lpVtbl; | |
| 1836 }; | |
| 1837 #ifdef COBJMACROS | |
| 1838 #define IGPMGPOCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1839 #define IGPMGPOCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1840 #define IGPMGPOCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 1841 #define IGPMGPOCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1842 #define IGPMGPOCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1843 #define IGPMGPOCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1844 #define IGPMGPOCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1845 #define IGPMGPOCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 1846 #define IGPMGPOCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 1847 #define IGPMGPOCollection_get__NewEnum(This,ppIGPMGPOs) (This)->lpVtbl->get__NewEnum(This,ppIGPMGPOs) | |
| 1848 #endif | |
| 1849 #endif | |
| 1850 HRESULT WINAPI IGPMGPOCollection_get_Count_Proxy(IGPMGPOCollection *This,long *pVal); | |
| 1851 void __RPC_STUB IGPMGPOCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1852 HRESULT WINAPI IGPMGPOCollection_get_Item_Proxy(IGPMGPOCollection *This,long lIndex,VARIANT *pVal); | |
| 1853 void __RPC_STUB IGPMGPOCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1854 HRESULT WINAPI IGPMGPOCollection_get__NewEnum_Proxy(IGPMGPOCollection *This,IEnumVARIANT **ppIGPMGPOs); | |
| 1855 void __RPC_STUB IGPMGPOCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1856 #endif | |
| 1857 | |
| 1858 #ifndef __IGPMGPOLink_INTERFACE_DEFINED__ | |
| 1859 #define __IGPMGPOLink_INTERFACE_DEFINED__ | |
| 1860 EXTERN_C const IID IID_IGPMGPOLink; | |
| 1861 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1862 struct IGPMGPOLink : public IDispatch { | |
| 1863 public: | |
| 1864 virtual HRESULT WINAPI get_GPOID(BSTR *pVal) = 0; | |
| 1865 virtual HRESULT WINAPI get_GPODomain(BSTR *pVal) = 0; | |
| 1866 virtual HRESULT WINAPI get_Enabled(VARIANT_BOOL *pVal) = 0; | |
| 1867 virtual HRESULT WINAPI put_Enabled(VARIANT_BOOL newVal) = 0; | |
| 1868 virtual HRESULT WINAPI get_Enforced(VARIANT_BOOL *pVal) = 0; | |
| 1869 virtual HRESULT WINAPI put_Enforced(VARIANT_BOOL newVal) = 0; | |
| 1870 virtual HRESULT WINAPI get_SOMLinkOrder(long *lVal) = 0; | |
| 1871 virtual HRESULT WINAPI get_SOM(IGPMSOM **ppIGPMSOM) = 0; | |
| 1872 virtual HRESULT WINAPI Delete(void) = 0; | |
| 1873 }; | |
| 1874 #else | |
| 1875 typedef struct IGPMGPOLinkVtbl { | |
| 1876 BEGIN_INTERFACE | |
| 1877 HRESULT (WINAPI *QueryInterface)(IGPMGPOLink *This,REFIID riid,void **ppvObject); | |
| 1878 ULONG (WINAPI *AddRef)(IGPMGPOLink *This); | |
| 1879 ULONG (WINAPI *Release)(IGPMGPOLink *This); | |
| 1880 HRESULT (WINAPI *GetTypeInfoCount)(IGPMGPOLink *This,UINT *pctinfo); | |
| 1881 HRESULT (WINAPI *GetTypeInfo)(IGPMGPOLink *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1882 HRESULT (WINAPI *GetIDsOfNames)(IGPMGPOLink *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1883 HRESULT (WINAPI *Invoke)(IGPMGPOLink *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1884 HRESULT (WINAPI *get_GPOID)(IGPMGPOLink *This,BSTR *pVal); | |
| 1885 HRESULT (WINAPI *get_GPODomain)(IGPMGPOLink *This,BSTR *pVal); | |
| 1886 HRESULT (WINAPI *get_Enabled)(IGPMGPOLink *This,VARIANT_BOOL *pVal); | |
| 1887 HRESULT (WINAPI *put_Enabled)(IGPMGPOLink *This,VARIANT_BOOL newVal); | |
| 1888 HRESULT (WINAPI *get_Enforced)(IGPMGPOLink *This,VARIANT_BOOL *pVal); | |
| 1889 HRESULT (WINAPI *put_Enforced)(IGPMGPOLink *This,VARIANT_BOOL newVal); | |
| 1890 HRESULT (WINAPI *get_SOMLinkOrder)(IGPMGPOLink *This,long *lVal); | |
| 1891 HRESULT (WINAPI *get_SOM)(IGPMGPOLink *This,IGPMSOM **ppIGPMSOM); | |
| 1892 HRESULT (WINAPI *Delete)(IGPMGPOLink *This); | |
| 1893 END_INTERFACE | |
| 1894 } IGPMGPOLinkVtbl; | |
| 1895 struct IGPMGPOLink { | |
| 1896 CONST_VTBL struct IGPMGPOLinkVtbl *lpVtbl; | |
| 1897 }; | |
| 1898 #ifdef COBJMACROS | |
| 1899 #define IGPMGPOLink_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1900 #define IGPMGPOLink_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1901 #define IGPMGPOLink_Release(This) (This)->lpVtbl->Release(This) | |
| 1902 #define IGPMGPOLink_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1903 #define IGPMGPOLink_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1904 #define IGPMGPOLink_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1905 #define IGPMGPOLink_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1906 #define IGPMGPOLink_get_GPOID(This,pVal) (This)->lpVtbl->get_GPOID(This,pVal) | |
| 1907 #define IGPMGPOLink_get_GPODomain(This,pVal) (This)->lpVtbl->get_GPODomain(This,pVal) | |
| 1908 #define IGPMGPOLink_get_Enabled(This,pVal) (This)->lpVtbl->get_Enabled(This,pVal) | |
| 1909 #define IGPMGPOLink_put_Enabled(This,newVal) (This)->lpVtbl->put_Enabled(This,newVal) | |
| 1910 #define IGPMGPOLink_get_Enforced(This,pVal) (This)->lpVtbl->get_Enforced(This,pVal) | |
| 1911 #define IGPMGPOLink_put_Enforced(This,newVal) (This)->lpVtbl->put_Enforced(This,newVal) | |
| 1912 #define IGPMGPOLink_get_SOMLinkOrder(This,lVal) (This)->lpVtbl->get_SOMLinkOrder(This,lVal) | |
| 1913 #define IGPMGPOLink_get_SOM(This,ppIGPMSOM) (This)->lpVtbl->get_SOM(This,ppIGPMSOM) | |
| 1914 #define IGPMGPOLink_Delete(This) (This)->lpVtbl->Delete(This) | |
| 1915 #endif | |
| 1916 #endif | |
| 1917 HRESULT WINAPI IGPMGPOLink_get_GPOID_Proxy(IGPMGPOLink *This,BSTR *pVal); | |
| 1918 void __RPC_STUB IGPMGPOLink_get_GPOID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1919 HRESULT WINAPI IGPMGPOLink_get_GPODomain_Proxy(IGPMGPOLink *This,BSTR *pVal); | |
| 1920 void __RPC_STUB IGPMGPOLink_get_GPODomain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1921 HRESULT WINAPI IGPMGPOLink_get_Enabled_Proxy(IGPMGPOLink *This,VARIANT_BOOL *pVal); | |
| 1922 void __RPC_STUB IGPMGPOLink_get_Enabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1923 HRESULT WINAPI IGPMGPOLink_put_Enabled_Proxy(IGPMGPOLink *This,VARIANT_BOOL newVal); | |
| 1924 void __RPC_STUB IGPMGPOLink_put_Enabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1925 HRESULT WINAPI IGPMGPOLink_get_Enforced_Proxy(IGPMGPOLink *This,VARIANT_BOOL *pVal); | |
| 1926 void __RPC_STUB IGPMGPOLink_get_Enforced_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1927 HRESULT WINAPI IGPMGPOLink_put_Enforced_Proxy(IGPMGPOLink *This,VARIANT_BOOL newVal); | |
| 1928 void __RPC_STUB IGPMGPOLink_put_Enforced_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1929 HRESULT WINAPI IGPMGPOLink_get_SOMLinkOrder_Proxy(IGPMGPOLink *This,long *lVal); | |
| 1930 void __RPC_STUB IGPMGPOLink_get_SOMLinkOrder_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1931 HRESULT WINAPI IGPMGPOLink_get_SOM_Proxy(IGPMGPOLink *This,IGPMSOM **ppIGPMSOM); | |
| 1932 void __RPC_STUB IGPMGPOLink_get_SOM_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1933 HRESULT WINAPI IGPMGPOLink_Delete_Proxy(IGPMGPOLink *This); | |
| 1934 void __RPC_STUB IGPMGPOLink_Delete_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1935 #endif | |
| 1936 | |
| 1937 #ifndef __IGPMGPOLinksCollection_INTERFACE_DEFINED__ | |
| 1938 #define __IGPMGPOLinksCollection_INTERFACE_DEFINED__ | |
| 1939 EXTERN_C const IID IID_IGPMGPOLinksCollection; | |
| 1940 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1941 struct IGPMGPOLinksCollection : public IDispatch { | |
| 1942 public: | |
| 1943 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 1944 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 1945 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **ppIGPMLinks) = 0; | |
| 1946 }; | |
| 1947 #else | |
| 1948 typedef struct IGPMGPOLinksCollectionVtbl { | |
| 1949 BEGIN_INTERFACE | |
| 1950 HRESULT (WINAPI *QueryInterface)(IGPMGPOLinksCollection *This,REFIID riid,void **ppvObject); | |
| 1951 ULONG (WINAPI *AddRef)(IGPMGPOLinksCollection *This); | |
| 1952 ULONG (WINAPI *Release)(IGPMGPOLinksCollection *This); | |
| 1953 HRESULT (WINAPI *GetTypeInfoCount)(IGPMGPOLinksCollection *This,UINT *pctinfo); | |
| 1954 HRESULT (WINAPI *GetTypeInfo)(IGPMGPOLinksCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 1955 HRESULT (WINAPI *GetIDsOfNames)(IGPMGPOLinksCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 1956 HRESULT (WINAPI *Invoke)(IGPMGPOLinksCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 1957 HRESULT (WINAPI *get_Count)(IGPMGPOLinksCollection *This,long *pVal); | |
| 1958 HRESULT (WINAPI *get_Item)(IGPMGPOLinksCollection *This,long lIndex,VARIANT *pVal); | |
| 1959 HRESULT (WINAPI *get__NewEnum)(IGPMGPOLinksCollection *This,IEnumVARIANT **ppIGPMLinks); | |
| 1960 END_INTERFACE | |
| 1961 } IGPMGPOLinksCollectionVtbl; | |
| 1962 struct IGPMGPOLinksCollection { | |
| 1963 CONST_VTBL struct IGPMGPOLinksCollectionVtbl *lpVtbl; | |
| 1964 }; | |
| 1965 #ifdef COBJMACROS | |
| 1966 #define IGPMGPOLinksCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 1967 #define IGPMGPOLinksCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 1968 #define IGPMGPOLinksCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 1969 #define IGPMGPOLinksCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 1970 #define IGPMGPOLinksCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 1971 #define IGPMGPOLinksCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 1972 #define IGPMGPOLinksCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 1973 #define IGPMGPOLinksCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 1974 #define IGPMGPOLinksCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 1975 #define IGPMGPOLinksCollection_get__NewEnum(This,ppIGPMLinks) (This)->lpVtbl->get__NewEnum(This,ppIGPMLinks) | |
| 1976 #endif | |
| 1977 #endif | |
| 1978 HRESULT WINAPI IGPMGPOLinksCollection_get_Count_Proxy(IGPMGPOLinksCollection *This,long *pVal); | |
| 1979 void __RPC_STUB IGPMGPOLinksCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1980 HRESULT WINAPI IGPMGPOLinksCollection_get_Item_Proxy(IGPMGPOLinksCollection *This,long lIndex,VARIANT *pVal); | |
| 1981 void __RPC_STUB IGPMGPOLinksCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1982 HRESULT WINAPI IGPMGPOLinksCollection_get__NewEnum_Proxy(IGPMGPOLinksCollection *This,IEnumVARIANT **ppIGPMLinks); | |
| 1983 void __RPC_STUB IGPMGPOLinksCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 1984 #endif | |
| 1985 | |
| 1986 #ifndef __IGPMCSECollection_INTERFACE_DEFINED__ | |
| 1987 #define __IGPMCSECollection_INTERFACE_DEFINED__ | |
| 1988 EXTERN_C const IID IID_IGPMCSECollection; | |
| 1989 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 1990 struct IGPMCSECollection : public IDispatch { | |
| 1991 public: | |
| 1992 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 1993 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 1994 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **ppIGPMCSEs) = 0; | |
| 1995 }; | |
| 1996 #else | |
| 1997 typedef struct IGPMCSECollectionVtbl { | |
| 1998 BEGIN_INTERFACE | |
| 1999 HRESULT (WINAPI *QueryInterface)(IGPMCSECollection *This,REFIID riid,void **ppvObject); | |
| 2000 ULONG (WINAPI *AddRef)(IGPMCSECollection *This); | |
| 2001 ULONG (WINAPI *Release)(IGPMCSECollection *This); | |
| 2002 HRESULT (WINAPI *GetTypeInfoCount)(IGPMCSECollection *This,UINT *pctinfo); | |
| 2003 HRESULT (WINAPI *GetTypeInfo)(IGPMCSECollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2004 HRESULT (WINAPI *GetIDsOfNames)(IGPMCSECollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2005 HRESULT (WINAPI *Invoke)(IGPMCSECollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2006 HRESULT (WINAPI *get_Count)(IGPMCSECollection *This,long *pVal); | |
| 2007 HRESULT (WINAPI *get_Item)(IGPMCSECollection *This,long lIndex,VARIANT *pVal); | |
| 2008 HRESULT (WINAPI *get__NewEnum)(IGPMCSECollection *This,IEnumVARIANT **ppIGPMCSEs); | |
| 2009 END_INTERFACE | |
| 2010 } IGPMCSECollectionVtbl; | |
| 2011 struct IGPMCSECollection { | |
| 2012 CONST_VTBL struct IGPMCSECollectionVtbl *lpVtbl; | |
| 2013 }; | |
| 2014 #ifdef COBJMACROS | |
| 2015 #define IGPMCSECollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2016 #define IGPMCSECollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2017 #define IGPMCSECollection_Release(This) (This)->lpVtbl->Release(This) | |
| 2018 #define IGPMCSECollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2019 #define IGPMCSECollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2020 #define IGPMCSECollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2021 #define IGPMCSECollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2022 #define IGPMCSECollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 2023 #define IGPMCSECollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 2024 #define IGPMCSECollection_get__NewEnum(This,ppIGPMCSEs) (This)->lpVtbl->get__NewEnum(This,ppIGPMCSEs) | |
| 2025 #endif | |
| 2026 #endif | |
| 2027 HRESULT WINAPI IGPMCSECollection_get_Count_Proxy(IGPMCSECollection *This,long *pVal); | |
| 2028 void __RPC_STUB IGPMCSECollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2029 HRESULT WINAPI IGPMCSECollection_get_Item_Proxy(IGPMCSECollection *This,long lIndex,VARIANT *pVal); | |
| 2030 void __RPC_STUB IGPMCSECollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2031 HRESULT WINAPI IGPMCSECollection_get__NewEnum_Proxy(IGPMCSECollection *This,IEnumVARIANT **ppIGPMCSEs); | |
| 2032 void __RPC_STUB IGPMCSECollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2033 #endif | |
| 2034 | |
| 2035 #ifndef __IGPMClientSideExtension_INTERFACE_DEFINED__ | |
| 2036 #define __IGPMClientSideExtension_INTERFACE_DEFINED__ | |
| 2037 EXTERN_C const IID IID_IGPMClientSideExtension; | |
| 2038 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2039 struct IGPMClientSideExtension : public IDispatch { | |
| 2040 public: | |
| 2041 virtual HRESULT WINAPI get_ID(BSTR *pVal) = 0; | |
| 2042 virtual HRESULT WINAPI get_DisplayName(BSTR *pVal) = 0; | |
| 2043 virtual HRESULT WINAPI IsUserEnabled(VARIANT_BOOL *pvbEnabled) = 0; | |
| 2044 virtual HRESULT WINAPI IsComputerEnabled(VARIANT_BOOL *pvbEnabled) = 0; | |
| 2045 }; | |
| 2046 #else | |
| 2047 typedef struct IGPMClientSideExtensionVtbl { | |
| 2048 BEGIN_INTERFACE | |
| 2049 HRESULT (WINAPI *QueryInterface)(IGPMClientSideExtension *This,REFIID riid,void **ppvObject); | |
| 2050 ULONG (WINAPI *AddRef)(IGPMClientSideExtension *This); | |
| 2051 ULONG (WINAPI *Release)(IGPMClientSideExtension *This); | |
| 2052 HRESULT (WINAPI *GetTypeInfoCount)(IGPMClientSideExtension *This,UINT *pctinfo); | |
| 2053 HRESULT (WINAPI *GetTypeInfo)(IGPMClientSideExtension *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2054 HRESULT (WINAPI *GetIDsOfNames)(IGPMClientSideExtension *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2055 HRESULT (WINAPI *Invoke)(IGPMClientSideExtension *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2056 HRESULT (WINAPI *get_ID)(IGPMClientSideExtension *This,BSTR *pVal); | |
| 2057 HRESULT (WINAPI *get_DisplayName)(IGPMClientSideExtension *This,BSTR *pVal); | |
| 2058 HRESULT (WINAPI *IsUserEnabled)(IGPMClientSideExtension *This,VARIANT_BOOL *pvbEnabled); | |
| 2059 HRESULT (WINAPI *IsComputerEnabled)(IGPMClientSideExtension *This,VARIANT_BOOL *pvbEnabled); | |
| 2060 END_INTERFACE | |
| 2061 } IGPMClientSideExtensionVtbl; | |
| 2062 struct IGPMClientSideExtension { | |
| 2063 CONST_VTBL struct IGPMClientSideExtensionVtbl *lpVtbl; | |
| 2064 }; | |
| 2065 #ifdef COBJMACROS | |
| 2066 #define IGPMClientSideExtension_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2067 #define IGPMClientSideExtension_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2068 #define IGPMClientSideExtension_Release(This) (This)->lpVtbl->Release(This) | |
| 2069 #define IGPMClientSideExtension_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2070 #define IGPMClientSideExtension_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2071 #define IGPMClientSideExtension_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2072 #define IGPMClientSideExtension_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2073 #define IGPMClientSideExtension_get_ID(This,pVal) (This)->lpVtbl->get_ID(This,pVal) | |
| 2074 #define IGPMClientSideExtension_get_DisplayName(This,pVal) (This)->lpVtbl->get_DisplayName(This,pVal) | |
| 2075 #define IGPMClientSideExtension_IsUserEnabled(This,pvbEnabled) (This)->lpVtbl->IsUserEnabled(This,pvbEnabled) | |
| 2076 #define IGPMClientSideExtension_IsComputerEnabled(This,pvbEnabled) (This)->lpVtbl->IsComputerEnabled(This,pvbEnabled) | |
| 2077 #endif | |
| 2078 #endif | |
| 2079 HRESULT WINAPI IGPMClientSideExtension_get_ID_Proxy(IGPMClientSideExtension *This,BSTR *pVal); | |
| 2080 void __RPC_STUB IGPMClientSideExtension_get_ID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2081 HRESULT WINAPI IGPMClientSideExtension_get_DisplayName_Proxy(IGPMClientSideExtension *This,BSTR *pVal); | |
| 2082 void __RPC_STUB IGPMClientSideExtension_get_DisplayName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2083 HRESULT WINAPI IGPMClientSideExtension_IsUserEnabled_Proxy(IGPMClientSideExtension *This,VARIANT_BOOL *pvbEnabled); | |
| 2084 void __RPC_STUB IGPMClientSideExtension_IsUserEnabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2085 HRESULT WINAPI IGPMClientSideExtension_IsComputerEnabled_Proxy(IGPMClientSideExtension *This,VARIANT_BOOL *pvbEnabled); | |
| 2086 void __RPC_STUB IGPMClientSideExtension_IsComputerEnabled_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2087 #endif | |
| 2088 | |
| 2089 #ifndef __IGPMAsyncCancel_INTERFACE_DEFINED__ | |
| 2090 #define __IGPMAsyncCancel_INTERFACE_DEFINED__ | |
| 2091 EXTERN_C const IID IID_IGPMAsyncCancel; | |
| 2092 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2093 struct IGPMAsyncCancel : public IDispatch { | |
| 2094 public: | |
| 2095 virtual HRESULT WINAPI Cancel(void) = 0; | |
| 2096 }; | |
| 2097 #else | |
| 2098 typedef struct IGPMAsyncCancelVtbl { | |
| 2099 BEGIN_INTERFACE | |
| 2100 HRESULT (WINAPI *QueryInterface)(IGPMAsyncCancel *This,REFIID riid,void **ppvObject); | |
| 2101 ULONG (WINAPI *AddRef)(IGPMAsyncCancel *This); | |
| 2102 ULONG (WINAPI *Release)(IGPMAsyncCancel *This); | |
| 2103 HRESULT (WINAPI *GetTypeInfoCount)(IGPMAsyncCancel *This,UINT *pctinfo); | |
| 2104 HRESULT (WINAPI *GetTypeInfo)(IGPMAsyncCancel *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2105 HRESULT (WINAPI *GetIDsOfNames)(IGPMAsyncCancel *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2106 HRESULT (WINAPI *Invoke)(IGPMAsyncCancel *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2107 HRESULT (WINAPI *Cancel)(IGPMAsyncCancel *This); | |
| 2108 END_INTERFACE | |
| 2109 } IGPMAsyncCancelVtbl; | |
| 2110 struct IGPMAsyncCancel { | |
| 2111 CONST_VTBL struct IGPMAsyncCancelVtbl *lpVtbl; | |
| 2112 }; | |
| 2113 #ifdef COBJMACROS | |
| 2114 #define IGPMAsyncCancel_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2115 #define IGPMAsyncCancel_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2116 #define IGPMAsyncCancel_Release(This) (This)->lpVtbl->Release(This) | |
| 2117 #define IGPMAsyncCancel_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2118 #define IGPMAsyncCancel_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2119 #define IGPMAsyncCancel_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2120 #define IGPMAsyncCancel_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2121 #define IGPMAsyncCancel_Cancel(This) (This)->lpVtbl->Cancel(This) | |
| 2122 #endif | |
| 2123 #endif | |
| 2124 HRESULT WINAPI IGPMAsyncCancel_Cancel_Proxy(IGPMAsyncCancel *This); | |
| 2125 void __RPC_STUB IGPMAsyncCancel_Cancel_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2126 #endif | |
| 2127 | |
| 2128 #ifndef __IGPMAsyncProgress_INTERFACE_DEFINED__ | |
| 2129 #define __IGPMAsyncProgress_INTERFACE_DEFINED__ | |
| 2130 EXTERN_C const IID IID_IGPMAsyncProgress; | |
| 2131 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2132 struct IGPMAsyncProgress : public IDispatch { | |
| 2133 public: | |
| 2134 virtual HRESULT WINAPI Status(long lProgressNumerator,long lProgressDenominator,HRESULT hrStatus,VARIANT *pResult,IGPMStatusMsgCollection *ppIGPMStatusMsgCollection) = 0; | |
| 2135 }; | |
| 2136 #else | |
| 2137 typedef struct IGPMAsyncProgressVtbl { | |
| 2138 BEGIN_INTERFACE | |
| 2139 HRESULT (WINAPI *QueryInterface)(IGPMAsyncProgress *This,REFIID riid,void **ppvObject); | |
| 2140 ULONG (WINAPI *AddRef)(IGPMAsyncProgress *This); | |
| 2141 ULONG (WINAPI *Release)(IGPMAsyncProgress *This); | |
| 2142 HRESULT (WINAPI *GetTypeInfoCount)(IGPMAsyncProgress *This,UINT *pctinfo); | |
| 2143 HRESULT (WINAPI *GetTypeInfo)(IGPMAsyncProgress *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2144 HRESULT (WINAPI *GetIDsOfNames)(IGPMAsyncProgress *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2145 HRESULT (WINAPI *Invoke)(IGPMAsyncProgress *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2146 HRESULT (WINAPI *Status)(IGPMAsyncProgress *This,long lProgressNumerator,long lProgressDenominator,HRESULT hrStatus,VARIANT *pResult,IGPMStatusMsgCollection *ppIGPMStatusMsgCollection); | |
| 2147 END_INTERFACE | |
| 2148 } IGPMAsyncProgressVtbl; | |
| 2149 struct IGPMAsyncProgress { | |
| 2150 CONST_VTBL struct IGPMAsyncProgressVtbl *lpVtbl; | |
| 2151 }; | |
| 2152 #ifdef COBJMACROS | |
| 2153 #define IGPMAsyncProgress_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2154 #define IGPMAsyncProgress_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2155 #define IGPMAsyncProgress_Release(This) (This)->lpVtbl->Release(This) | |
| 2156 #define IGPMAsyncProgress_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2157 #define IGPMAsyncProgress_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2158 #define IGPMAsyncProgress_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2159 #define IGPMAsyncProgress_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2160 #define IGPMAsyncProgress_Status(This,lProgressNumerator,lProgressDenominator,hrStatus,pResult,ppIGPMStatusMsgCollection) (This)->lpVtbl->Status(This,lProgressNumerator,lProgressDenominator,hrStatus,pResult,ppIGPMStatusMsgCollection) | |
| 2161 #endif | |
| 2162 #endif | |
| 2163 HRESULT WINAPI IGPMAsyncProgress_Status_Proxy(IGPMAsyncProgress *This,long lProgressNumerator,long lProgressDenominator,HRESULT hrStatus,VARIANT *pResult,IGPMStatusMsgCollection *ppIGPMStatusMsgCollection); | |
| 2164 void __RPC_STUB IGPMAsyncProgress_Status_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2165 #endif | |
| 2166 | |
| 2167 #ifndef __IGPMStatusMsgCollection_INTERFACE_DEFINED__ | |
| 2168 #define __IGPMStatusMsgCollection_INTERFACE_DEFINED__ | |
| 2169 EXTERN_C const IID IID_IGPMStatusMsgCollection; | |
| 2170 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2171 struct IGPMStatusMsgCollection : public IDispatch { | |
| 2172 public: | |
| 2173 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 2174 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 2175 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **pVal) = 0; | |
| 2176 }; | |
| 2177 #else | |
| 2178 typedef struct IGPMStatusMsgCollectionVtbl { | |
| 2179 BEGIN_INTERFACE | |
| 2180 HRESULT (WINAPI *QueryInterface)(IGPMStatusMsgCollection *This,REFIID riid,void **ppvObject); | |
| 2181 ULONG (WINAPI *AddRef)(IGPMStatusMsgCollection *This); | |
| 2182 ULONG (WINAPI *Release)(IGPMStatusMsgCollection *This); | |
| 2183 HRESULT (WINAPI *GetTypeInfoCount)(IGPMStatusMsgCollection *This,UINT *pctinfo); | |
| 2184 HRESULT (WINAPI *GetTypeInfo)(IGPMStatusMsgCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2185 HRESULT (WINAPI *GetIDsOfNames)(IGPMStatusMsgCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2186 HRESULT (WINAPI *Invoke)(IGPMStatusMsgCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2187 HRESULT (WINAPI *get_Count)(IGPMStatusMsgCollection *This,long *pVal); | |
| 2188 HRESULT (WINAPI *get_Item)(IGPMStatusMsgCollection *This,long lIndex,VARIANT *pVal); | |
| 2189 HRESULT (WINAPI *get__NewEnum)(IGPMStatusMsgCollection *This,IEnumVARIANT **pVal); | |
| 2190 END_INTERFACE | |
| 2191 } IGPMStatusMsgCollectionVtbl; | |
| 2192 struct IGPMStatusMsgCollection { | |
| 2193 CONST_VTBL struct IGPMStatusMsgCollectionVtbl *lpVtbl; | |
| 2194 }; | |
| 2195 #ifdef COBJMACROS | |
| 2196 #define IGPMStatusMsgCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2197 #define IGPMStatusMsgCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2198 #define IGPMStatusMsgCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 2199 #define IGPMStatusMsgCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2200 #define IGPMStatusMsgCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2201 #define IGPMStatusMsgCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2202 #define IGPMStatusMsgCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2203 #define IGPMStatusMsgCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 2204 #define IGPMStatusMsgCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 2205 #define IGPMStatusMsgCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal) | |
| 2206 #endif | |
| 2207 #endif | |
| 2208 HRESULT WINAPI IGPMStatusMsgCollection_get_Count_Proxy(IGPMStatusMsgCollection *This,long *pVal); | |
| 2209 void __RPC_STUB IGPMStatusMsgCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2210 HRESULT WINAPI IGPMStatusMsgCollection_get_Item_Proxy(IGPMStatusMsgCollection *This,long lIndex,VARIANT *pVal); | |
| 2211 void __RPC_STUB IGPMStatusMsgCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2212 HRESULT WINAPI IGPMStatusMsgCollection_get__NewEnum_Proxy(IGPMStatusMsgCollection *This,IEnumVARIANT **pVal); | |
| 2213 void __RPC_STUB IGPMStatusMsgCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2214 #endif | |
| 2215 | |
| 2216 #ifndef __IGPMStatusMessage_INTERFACE_DEFINED__ | |
| 2217 #define __IGPMStatusMessage_INTERFACE_DEFINED__ | |
| 2218 EXTERN_C const IID IID_IGPMStatusMessage; | |
| 2219 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2220 struct IGPMStatusMessage : public IDispatch { | |
| 2221 public: | |
| 2222 virtual HRESULT WINAPI get_ObjectPath(BSTR *pVal) = 0; | |
| 2223 virtual HRESULT WINAPI ErrorCode(void) = 0; | |
| 2224 virtual HRESULT WINAPI get_ExtensionName(BSTR *pVal) = 0; | |
| 2225 virtual HRESULT WINAPI get_SettingsName(BSTR *pVal) = 0; | |
| 2226 virtual HRESULT WINAPI OperationCode(void) = 0; | |
| 2227 virtual HRESULT WINAPI get_Message(BSTR *pVal) = 0; | |
| 2228 }; | |
| 2229 #else | |
| 2230 typedef struct IGPMStatusMessageVtbl { | |
| 2231 BEGIN_INTERFACE | |
| 2232 HRESULT (WINAPI *QueryInterface)(IGPMStatusMessage *This,REFIID riid,void **ppvObject); | |
| 2233 ULONG (WINAPI *AddRef)(IGPMStatusMessage *This); | |
| 2234 ULONG (WINAPI *Release)(IGPMStatusMessage *This); | |
| 2235 HRESULT (WINAPI *GetTypeInfoCount)(IGPMStatusMessage *This,UINT *pctinfo); | |
| 2236 HRESULT (WINAPI *GetTypeInfo)(IGPMStatusMessage *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2237 HRESULT (WINAPI *GetIDsOfNames)(IGPMStatusMessage *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2238 HRESULT (WINAPI *Invoke)(IGPMStatusMessage *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2239 HRESULT (WINAPI *get_ObjectPath)(IGPMStatusMessage *This,BSTR *pVal); | |
| 2240 HRESULT (WINAPI *ErrorCode)(IGPMStatusMessage *This); | |
| 2241 HRESULT (WINAPI *get_ExtensionName)(IGPMStatusMessage *This,BSTR *pVal); | |
| 2242 HRESULT (WINAPI *get_SettingsName)(IGPMStatusMessage *This,BSTR *pVal); | |
| 2243 HRESULT (WINAPI *OperationCode)(IGPMStatusMessage *This); | |
| 2244 HRESULT (WINAPI *get_Message)(IGPMStatusMessage *This,BSTR *pVal); | |
| 2245 END_INTERFACE | |
| 2246 } IGPMStatusMessageVtbl; | |
| 2247 struct IGPMStatusMessage { | |
| 2248 CONST_VTBL struct IGPMStatusMessageVtbl *lpVtbl; | |
| 2249 }; | |
| 2250 #ifdef COBJMACROS | |
| 2251 #define IGPMStatusMessage_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2252 #define IGPMStatusMessage_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2253 #define IGPMStatusMessage_Release(This) (This)->lpVtbl->Release(This) | |
| 2254 #define IGPMStatusMessage_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2255 #define IGPMStatusMessage_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2256 #define IGPMStatusMessage_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2257 #define IGPMStatusMessage_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2258 #define IGPMStatusMessage_get_ObjectPath(This,pVal) (This)->lpVtbl->get_ObjectPath(This,pVal) | |
| 2259 #define IGPMStatusMessage_ErrorCode(This) (This)->lpVtbl->ErrorCode(This) | |
| 2260 #define IGPMStatusMessage_get_ExtensionName(This,pVal) (This)->lpVtbl->get_ExtensionName(This,pVal) | |
| 2261 #define IGPMStatusMessage_get_SettingsName(This,pVal) (This)->lpVtbl->get_SettingsName(This,pVal) | |
| 2262 #define IGPMStatusMessage_OperationCode(This) (This)->lpVtbl->OperationCode(This) | |
| 2263 #define IGPMStatusMessage_get_Message(This,pVal) (This)->lpVtbl->get_Message(This,pVal) | |
| 2264 #endif | |
| 2265 #endif | |
| 2266 HRESULT WINAPI IGPMStatusMessage_get_ObjectPath_Proxy(IGPMStatusMessage *This,BSTR *pVal); | |
| 2267 void __RPC_STUB IGPMStatusMessage_get_ObjectPath_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2268 HRESULT WINAPI IGPMStatusMessage_ErrorCode_Proxy(IGPMStatusMessage *This); | |
| 2269 void __RPC_STUB IGPMStatusMessage_ErrorCode_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2270 HRESULT WINAPI IGPMStatusMessage_get_ExtensionName_Proxy(IGPMStatusMessage *This,BSTR *pVal); | |
| 2271 void __RPC_STUB IGPMStatusMessage_get_ExtensionName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2272 HRESULT WINAPI IGPMStatusMessage_get_SettingsName_Proxy(IGPMStatusMessage *This,BSTR *pVal); | |
| 2273 void __RPC_STUB IGPMStatusMessage_get_SettingsName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2274 HRESULT WINAPI IGPMStatusMessage_OperationCode_Proxy(IGPMStatusMessage *This); | |
| 2275 void __RPC_STUB IGPMStatusMessage_OperationCode_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2276 HRESULT WINAPI IGPMStatusMessage_get_Message_Proxy(IGPMStatusMessage *This,BSTR *pVal); | |
| 2277 void __RPC_STUB IGPMStatusMessage_get_Message_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2278 #endif | |
| 2279 | |
| 2280 #ifndef __IGPMConstants_INTERFACE_DEFINED__ | |
| 2281 #define __IGPMConstants_INTERFACE_DEFINED__ | |
| 2282 EXTERN_C const IID IID_IGPMConstants; | |
| 2283 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2284 struct IGPMConstants : public IDispatch { | |
| 2285 public: | |
| 2286 virtual HRESULT WINAPI get_PermGPOApply(GPMPermissionType *pVal) = 0; | |
| 2287 virtual HRESULT WINAPI get_PermGPORead(GPMPermissionType *pVal) = 0; | |
| 2288 virtual HRESULT WINAPI get_PermGPOEdit(GPMPermissionType *pVal) = 0; | |
| 2289 virtual HRESULT WINAPI get_PermGPOEditSecurityAndDelete(GPMPermissionType *pVal) = 0; | |
| 2290 virtual HRESULT WINAPI get_PermGPOCustom(GPMPermissionType *pVal) = 0; | |
| 2291 virtual HRESULT WINAPI get_PermWMIFilterEdit(GPMPermissionType *pVal) = 0; | |
| 2292 virtual HRESULT WINAPI get_PermWMIFilterFullControl(GPMPermissionType *pVal) = 0; | |
| 2293 virtual HRESULT WINAPI get_PermWMIFilterCustom(GPMPermissionType *pVal) = 0; | |
| 2294 virtual HRESULT WINAPI get_PermSOMLink(GPMPermissionType *pVal) = 0; | |
| 2295 virtual HRESULT WINAPI get_PermSOMLogging(GPMPermissionType *pVal) = 0; | |
| 2296 virtual HRESULT WINAPI get_PermSOMPlanning(GPMPermissionType *pVal) = 0; | |
| 2297 virtual HRESULT WINAPI get_PermSOMGPOCreate(GPMPermissionType *pVal) = 0; | |
| 2298 virtual HRESULT WINAPI get_PermSOMWMICreate(GPMPermissionType *pVal) = 0; | |
| 2299 virtual HRESULT WINAPI get_PermSOMWMIFullControl(GPMPermissionType *pVal) = 0; | |
| 2300 virtual HRESULT WINAPI get_SearchPropertyGPOPermissions(GPMSearchProperty *pVal) = 0; | |
| 2301 virtual HRESULT WINAPI get_SearchPropertyGPOEffectivePermissions(GPMSearchProperty *pVal) = 0; | |
| 2302 virtual HRESULT WINAPI get_SearchPropertyGPODisplayName(GPMSearchProperty *pVal) = 0; | |
| 2303 virtual HRESULT WINAPI get_SearchPropertyGPOWMIFilter(GPMSearchProperty *pVal) = 0; | |
| 2304 virtual HRESULT WINAPI get_SearchPropertyGPOID(GPMSearchProperty *pVal) = 0; | |
| 2305 virtual HRESULT WINAPI get_SearchPropertyGPOComputerExtensions(GPMSearchProperty *pVal) = 0; | |
| 2306 virtual HRESULT WINAPI get_SearchPropertyGPOUserExtensions(GPMSearchProperty *pVal) = 0; | |
| 2307 virtual HRESULT WINAPI get_SearchPropertySOMLinks(GPMSearchProperty *pVal) = 0; | |
| 2308 virtual HRESULT WINAPI get_SearchPropertyGPODomain(GPMSearchProperty *pVal) = 0; | |
| 2309 virtual HRESULT WINAPI get_SearchPropertyBackupMostRecent(GPMSearchProperty *pVal) = 0; | |
| 2310 virtual HRESULT WINAPI get_SearchOpEquals(GPMSearchOperation *pVal) = 0; | |
| 2311 virtual HRESULT WINAPI get_SearchOpContains(GPMSearchOperation *pVal) = 0; | |
| 2312 virtual HRESULT WINAPI get_SearchOpNotContains(GPMSearchOperation *pVal) = 0; | |
| 2313 virtual HRESULT WINAPI get_SearchOpNotEquals(GPMSearchOperation *pVal) = 0; | |
| 2314 virtual HRESULT WINAPI get_UsePDC(long *pVal) = 0; | |
| 2315 virtual HRESULT WINAPI get_UseAnyDC(long *pVal) = 0; | |
| 2316 virtual HRESULT WINAPI get_DoNotUseW2KDC(long *pVal) = 0; | |
| 2317 virtual HRESULT WINAPI get_SOMSite(GPMSOMType *pVal) = 0; | |
| 2318 virtual HRESULT WINAPI get_SOMDomain(GPMSOMType *pVal) = 0; | |
| 2319 virtual HRESULT WINAPI get_SOMOU(GPMSOMType *pVal) = 0; | |
| 2320 virtual HRESULT WINAPI get_SecurityFlags(VARIANT_BOOL vbOwner,VARIANT_BOOL vbGroup,VARIANT_BOOL vbDACL,VARIANT_BOOL vbSACL,long *pVal) = 0; | |
| 2321 virtual HRESULT WINAPI get_DoNotValidateDC(long *pVal) = 0; | |
| 2322 virtual HRESULT WINAPI get_ReportHTML(GPMReportType *pVal) = 0; | |
| 2323 virtual HRESULT WINAPI get_ReportXML(GPMReportType *pVal) = 0; | |
| 2324 virtual HRESULT WINAPI get_RSOPModeUnknown(GPMRSOPMode *pVal) = 0; | |
| 2325 virtual HRESULT WINAPI get_RSOPModePlanning(GPMRSOPMode *pVal) = 0; | |
| 2326 virtual HRESULT WINAPI get_RSOPModeLogging(GPMRSOPMode *pVal) = 0; | |
| 2327 virtual HRESULT WINAPI get_EntryTypeUser(GPMEntryType *pVal) = 0; | |
| 2328 virtual HRESULT WINAPI get_EntryTypeComputer(GPMEntryType *pVal) = 0; | |
| 2329 virtual HRESULT WINAPI get_EntryTypeLocalGroup(GPMEntryType *pVal) = 0; | |
| 2330 virtual HRESULT WINAPI get_EntryTypeGlobalGroup(GPMEntryType *pVal) = 0; | |
| 2331 virtual HRESULT WINAPI get_EntryTypeUniversalGroup(GPMEntryType *pVal) = 0; | |
| 2332 virtual HRESULT WINAPI get_EntryTypeUNCPath(GPMEntryType *pVal) = 0; | |
| 2333 virtual HRESULT WINAPI get_EntryTypeUnknown(GPMEntryType *pVal) = 0; | |
| 2334 virtual HRESULT WINAPI get_DestinationOptionSameAsSource(GPMDestinationOption *pVal) = 0; | |
| 2335 virtual HRESULT WINAPI get_DestinationOptionNone(GPMDestinationOption *pVal) = 0; | |
| 2336 virtual HRESULT WINAPI get_DestinationOptionByRelativeName(GPMDestinationOption *pVal) = 0; | |
| 2337 virtual HRESULT WINAPI get_DestinationOptionSet(GPMDestinationOption *pVal) = 0; | |
| 2338 virtual HRESULT WINAPI get_MigrationTableOnly(long *pVal) = 0; | |
| 2339 virtual HRESULT WINAPI get_ProcessSecurity(long *pVal) = 0; | |
| 2340 virtual HRESULT WINAPI get_RsopLoggingNoComputer(long *pVal) = 0; | |
| 2341 virtual HRESULT WINAPI get_RsopLoggingNoUser(long *pVal) = 0; | |
| 2342 virtual HRESULT WINAPI get_RsopPlanningAssumeSlowLink(long *pVal) = 0; | |
| 2343 virtual HRESULT WINAPI get_RsopPlanningLoopbackOption(VARIANT_BOOL vbMerge,long *pVal) = 0; | |
| 2344 virtual HRESULT WINAPI get_RsopPlanningAssumeUserWQLFilterTrue(long *pVal) = 0; | |
| 2345 virtual HRESULT WINAPI get_RsopPlanningAssumeCompWQLFilterTrue(long *pVal) = 0; | |
| 2346 }; | |
| 2347 #else | |
| 2348 typedef struct IGPMConstantsVtbl { | |
| 2349 BEGIN_INTERFACE | |
| 2350 HRESULT (WINAPI *QueryInterface)(IGPMConstants *This,REFIID riid,void **ppvObject); | |
| 2351 ULONG (WINAPI *AddRef)(IGPMConstants *This); | |
| 2352 ULONG (WINAPI *Release)(IGPMConstants *This); | |
| 2353 HRESULT (WINAPI *GetTypeInfoCount)(IGPMConstants *This,UINT *pctinfo); | |
| 2354 HRESULT (WINAPI *GetTypeInfo)(IGPMConstants *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2355 HRESULT (WINAPI *GetIDsOfNames)(IGPMConstants *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2356 HRESULT (WINAPI *Invoke)(IGPMConstants *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2357 HRESULT (WINAPI *get_PermGPOApply)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2358 HRESULT (WINAPI *get_PermGPORead)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2359 HRESULT (WINAPI *get_PermGPOEdit)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2360 HRESULT (WINAPI *get_PermGPOEditSecurityAndDelete)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2361 HRESULT (WINAPI *get_PermGPOCustom)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2362 HRESULT (WINAPI *get_PermWMIFilterEdit)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2363 HRESULT (WINAPI *get_PermWMIFilterFullControl)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2364 HRESULT (WINAPI *get_PermWMIFilterCustom)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2365 HRESULT (WINAPI *get_PermSOMLink)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2366 HRESULT (WINAPI *get_PermSOMLogging)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2367 HRESULT (WINAPI *get_PermSOMPlanning)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2368 HRESULT (WINAPI *get_PermSOMGPOCreate)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2369 HRESULT (WINAPI *get_PermSOMWMICreate)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2370 HRESULT (WINAPI *get_PermSOMWMIFullControl)(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2371 HRESULT (WINAPI *get_SearchPropertyGPOPermissions)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2372 HRESULT (WINAPI *get_SearchPropertyGPOEffectivePermissions)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2373 HRESULT (WINAPI *get_SearchPropertyGPODisplayName)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2374 HRESULT (WINAPI *get_SearchPropertyGPOWMIFilter)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2375 HRESULT (WINAPI *get_SearchPropertyGPOID)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2376 HRESULT (WINAPI *get_SearchPropertyGPOComputerExtensions)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2377 HRESULT (WINAPI *get_SearchPropertyGPOUserExtensions)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2378 HRESULT (WINAPI *get_SearchPropertySOMLinks)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2379 HRESULT (WINAPI *get_SearchPropertyGPODomain)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2380 HRESULT (WINAPI *get_SearchPropertyBackupMostRecent)(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2381 HRESULT (WINAPI *get_SearchOpEquals)(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2382 HRESULT (WINAPI *get_SearchOpContains)(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2383 HRESULT (WINAPI *get_SearchOpNotContains)(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2384 HRESULT (WINAPI *get_SearchOpNotEquals)(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2385 HRESULT (WINAPI *get_UsePDC)(IGPMConstants *This,long *pVal); | |
| 2386 HRESULT (WINAPI *get_UseAnyDC)(IGPMConstants *This,long *pVal); | |
| 2387 HRESULT (WINAPI *get_DoNotUseW2KDC)(IGPMConstants *This,long *pVal); | |
| 2388 HRESULT (WINAPI *get_SOMSite)(IGPMConstants *This,GPMSOMType *pVal); | |
| 2389 HRESULT (WINAPI *get_SOMDomain)(IGPMConstants *This,GPMSOMType *pVal); | |
| 2390 HRESULT (WINAPI *get_SOMOU)(IGPMConstants *This,GPMSOMType *pVal); | |
| 2391 HRESULT (WINAPI *get_SecurityFlags)(IGPMConstants *This,VARIANT_BOOL vbOwner,VARIANT_BOOL vbGroup,VARIANT_BOOL vbDACL,VARIANT_BOOL vbSACL,long *pVal); | |
| 2392 HRESULT (WINAPI *get_DoNotValidateDC)(IGPMConstants *This,long *pVal); | |
| 2393 HRESULT (WINAPI *get_ReportHTML)(IGPMConstants *This,GPMReportType *pVal); | |
| 2394 HRESULT (WINAPI *get_ReportXML)(IGPMConstants *This,GPMReportType *pVal); | |
| 2395 HRESULT (WINAPI *get_RSOPModeUnknown)(IGPMConstants *This,GPMRSOPMode *pVal); | |
| 2396 HRESULT (WINAPI *get_RSOPModePlanning)(IGPMConstants *This,GPMRSOPMode *pVal); | |
| 2397 HRESULT (WINAPI *get_RSOPModeLogging)(IGPMConstants *This,GPMRSOPMode *pVal); | |
| 2398 HRESULT (WINAPI *get_EntryTypeUser)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2399 HRESULT (WINAPI *get_EntryTypeComputer)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2400 HRESULT (WINAPI *get_EntryTypeLocalGroup)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2401 HRESULT (WINAPI *get_EntryTypeGlobalGroup)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2402 HRESULT (WINAPI *get_EntryTypeUniversalGroup)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2403 HRESULT (WINAPI *get_EntryTypeUNCPath)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2404 HRESULT (WINAPI *get_EntryTypeUnknown)(IGPMConstants *This,GPMEntryType *pVal); | |
| 2405 HRESULT (WINAPI *get_DestinationOptionSameAsSource)(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2406 HRESULT (WINAPI *get_DestinationOptionNone)(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2407 HRESULT (WINAPI *get_DestinationOptionByRelativeName)(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2408 HRESULT (WINAPI *get_DestinationOptionSet)(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2409 HRESULT (WINAPI *get_MigrationTableOnly)(IGPMConstants *This,long *pVal); | |
| 2410 HRESULT (WINAPI *get_ProcessSecurity)(IGPMConstants *This,long *pVal); | |
| 2411 HRESULT (WINAPI *get_RsopLoggingNoComputer)(IGPMConstants *This,long *pVal); | |
| 2412 HRESULT (WINAPI *get_RsopLoggingNoUser)(IGPMConstants *This,long *pVal); | |
| 2413 HRESULT (WINAPI *get_RsopPlanningAssumeSlowLink)(IGPMConstants *This,long *pVal); | |
| 2414 HRESULT (WINAPI *get_RsopPlanningLoopbackOption)(IGPMConstants *This,VARIANT_BOOL vbMerge,long *pVal); | |
| 2415 HRESULT (WINAPI *get_RsopPlanningAssumeUserWQLFilterTrue)(IGPMConstants *This,long *pVal); | |
| 2416 HRESULT (WINAPI *get_RsopPlanningAssumeCompWQLFilterTrue)(IGPMConstants *This,long *pVal); | |
| 2417 END_INTERFACE | |
| 2418 } IGPMConstantsVtbl; | |
| 2419 struct IGPMConstants { | |
| 2420 CONST_VTBL struct IGPMConstantsVtbl *lpVtbl; | |
| 2421 }; | |
| 2422 #ifdef COBJMACROS | |
| 2423 #define IGPMConstants_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2424 #define IGPMConstants_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2425 #define IGPMConstants_Release(This) (This)->lpVtbl->Release(This) | |
| 2426 #define IGPMConstants_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2427 #define IGPMConstants_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2428 #define IGPMConstants_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2429 #define IGPMConstants_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2430 #define IGPMConstants_get_PermGPOApply(This,pVal) (This)->lpVtbl->get_PermGPOApply(This,pVal) | |
| 2431 #define IGPMConstants_get_PermGPORead(This,pVal) (This)->lpVtbl->get_PermGPORead(This,pVal) | |
| 2432 #define IGPMConstants_get_PermGPOEdit(This,pVal) (This)->lpVtbl->get_PermGPOEdit(This,pVal) | |
| 2433 #define IGPMConstants_get_PermGPOEditSecurityAndDelete(This,pVal) (This)->lpVtbl->get_PermGPOEditSecurityAndDelete(This,pVal) | |
| 2434 #define IGPMConstants_get_PermGPOCustom(This,pVal) (This)->lpVtbl->get_PermGPOCustom(This,pVal) | |
| 2435 #define IGPMConstants_get_PermWMIFilterEdit(This,pVal) (This)->lpVtbl->get_PermWMIFilterEdit(This,pVal) | |
| 2436 #define IGPMConstants_get_PermWMIFilterFullControl(This,pVal) (This)->lpVtbl->get_PermWMIFilterFullControl(This,pVal) | |
| 2437 #define IGPMConstants_get_PermWMIFilterCustom(This,pVal) (This)->lpVtbl->get_PermWMIFilterCustom(This,pVal) | |
| 2438 #define IGPMConstants_get_PermSOMLink(This,pVal) (This)->lpVtbl->get_PermSOMLink(This,pVal) | |
| 2439 #define IGPMConstants_get_PermSOMLogging(This,pVal) (This)->lpVtbl->get_PermSOMLogging(This,pVal) | |
| 2440 #define IGPMConstants_get_PermSOMPlanning(This,pVal) (This)->lpVtbl->get_PermSOMPlanning(This,pVal) | |
| 2441 #define IGPMConstants_get_PermSOMGPOCreate(This,pVal) (This)->lpVtbl->get_PermSOMGPOCreate(This,pVal) | |
| 2442 #define IGPMConstants_get_PermSOMWMICreate(This,pVal) (This)->lpVtbl->get_PermSOMWMICreate(This,pVal) | |
| 2443 #define IGPMConstants_get_PermSOMWMIFullControl(This,pVal) (This)->lpVtbl->get_PermSOMWMIFullControl(This,pVal) | |
| 2444 #define IGPMConstants_get_SearchPropertyGPOPermissions(This,pVal) (This)->lpVtbl->get_SearchPropertyGPOPermissions(This,pVal) | |
| 2445 #define IGPMConstants_get_SearchPropertyGPOEffectivePermissions(This,pVal) (This)->lpVtbl->get_SearchPropertyGPOEffectivePermissions(This,pVal) | |
| 2446 #define IGPMConstants_get_SearchPropertyGPODisplayName(This,pVal) (This)->lpVtbl->get_SearchPropertyGPODisplayName(This,pVal) | |
| 2447 #define IGPMConstants_get_SearchPropertyGPOWMIFilter(This,pVal) (This)->lpVtbl->get_SearchPropertyGPOWMIFilter(This,pVal) | |
| 2448 #define IGPMConstants_get_SearchPropertyGPOID(This,pVal) (This)->lpVtbl->get_SearchPropertyGPOID(This,pVal) | |
| 2449 #define IGPMConstants_get_SearchPropertyGPOComputerExtensions(This,pVal) (This)->lpVtbl->get_SearchPropertyGPOComputerExtensions(This,pVal) | |
| 2450 #define IGPMConstants_get_SearchPropertyGPOUserExtensions(This,pVal) (This)->lpVtbl->get_SearchPropertyGPOUserExtensions(This,pVal) | |
| 2451 #define IGPMConstants_get_SearchPropertySOMLinks(This,pVal) (This)->lpVtbl->get_SearchPropertySOMLinks(This,pVal) | |
| 2452 #define IGPMConstants_get_SearchPropertyGPODomain(This,pVal) (This)->lpVtbl->get_SearchPropertyGPODomain(This,pVal) | |
| 2453 #define IGPMConstants_get_SearchPropertyBackupMostRecent(This,pVal) (This)->lpVtbl->get_SearchPropertyBackupMostRecent(This,pVal) | |
| 2454 #define IGPMConstants_get_SearchOpEquals(This,pVal) (This)->lpVtbl->get_SearchOpEquals(This,pVal) | |
| 2455 #define IGPMConstants_get_SearchOpContains(This,pVal) (This)->lpVtbl->get_SearchOpContains(This,pVal) | |
| 2456 #define IGPMConstants_get_SearchOpNotContains(This,pVal) (This)->lpVtbl->get_SearchOpNotContains(This,pVal) | |
| 2457 #define IGPMConstants_get_SearchOpNotEquals(This,pVal) (This)->lpVtbl->get_SearchOpNotEquals(This,pVal) | |
| 2458 #define IGPMConstants_get_UsePDC(This,pVal) (This)->lpVtbl->get_UsePDC(This,pVal) | |
| 2459 #define IGPMConstants_get_UseAnyDC(This,pVal) (This)->lpVtbl->get_UseAnyDC(This,pVal) | |
| 2460 #define IGPMConstants_get_DoNotUseW2KDC(This,pVal) (This)->lpVtbl->get_DoNotUseW2KDC(This,pVal) | |
| 2461 #define IGPMConstants_get_SOMSite(This,pVal) (This)->lpVtbl->get_SOMSite(This,pVal) | |
| 2462 #define IGPMConstants_get_SOMDomain(This,pVal) (This)->lpVtbl->get_SOMDomain(This,pVal) | |
| 2463 #define IGPMConstants_get_SOMOU(This,pVal) (This)->lpVtbl->get_SOMOU(This,pVal) | |
| 2464 #define IGPMConstants_get_SecurityFlags(This,vbOwner,vbGroup,vbDACL,vbSACL,pVal) (This)->lpVtbl->get_SecurityFlags(This,vbOwner,vbGroup,vbDACL,vbSACL,pVal) | |
| 2465 #define IGPMConstants_get_DoNotValidateDC(This,pVal) (This)->lpVtbl->get_DoNotValidateDC(This,pVal) | |
| 2466 #define IGPMConstants_get_ReportHTML(This,pVal) (This)->lpVtbl->get_ReportHTML(This,pVal) | |
| 2467 #define IGPMConstants_get_ReportXML(This,pVal) (This)->lpVtbl->get_ReportXML(This,pVal) | |
| 2468 #define IGPMConstants_get_RSOPModeUnknown(This,pVal) (This)->lpVtbl->get_RSOPModeUnknown(This,pVal) | |
| 2469 #define IGPMConstants_get_RSOPModePlanning(This,pVal) (This)->lpVtbl->get_RSOPModePlanning(This,pVal) | |
| 2470 #define IGPMConstants_get_RSOPModeLogging(This,pVal) (This)->lpVtbl->get_RSOPModeLogging(This,pVal) | |
| 2471 #define IGPMConstants_get_EntryTypeUser(This,pVal) (This)->lpVtbl->get_EntryTypeUser(This,pVal) | |
| 2472 #define IGPMConstants_get_EntryTypeComputer(This,pVal) (This)->lpVtbl->get_EntryTypeComputer(This,pVal) | |
| 2473 #define IGPMConstants_get_EntryTypeLocalGroup(This,pVal) (This)->lpVtbl->get_EntryTypeLocalGroup(This,pVal) | |
| 2474 #define IGPMConstants_get_EntryTypeGlobalGroup(This,pVal) (This)->lpVtbl->get_EntryTypeGlobalGroup(This,pVal) | |
| 2475 #define IGPMConstants_get_EntryTypeUniversalGroup(This,pVal) (This)->lpVtbl->get_EntryTypeUniversalGroup(This,pVal) | |
| 2476 #define IGPMConstants_get_EntryTypeUNCPath(This,pVal) (This)->lpVtbl->get_EntryTypeUNCPath(This,pVal) | |
| 2477 #define IGPMConstants_get_EntryTypeUnknown(This,pVal) (This)->lpVtbl->get_EntryTypeUnknown(This,pVal) | |
| 2478 #define IGPMConstants_get_DestinationOptionSameAsSource(This,pVal) (This)->lpVtbl->get_DestinationOptionSameAsSource(This,pVal) | |
| 2479 #define IGPMConstants_get_DestinationOptionNone(This,pVal) (This)->lpVtbl->get_DestinationOptionNone(This,pVal) | |
| 2480 #define IGPMConstants_get_DestinationOptionByRelativeName(This,pVal) (This)->lpVtbl->get_DestinationOptionByRelativeName(This,pVal) | |
| 2481 #define IGPMConstants_get_DestinationOptionSet(This,pVal) (This)->lpVtbl->get_DestinationOptionSet(This,pVal) | |
| 2482 #define IGPMConstants_get_MigrationTableOnly(This,pVal) (This)->lpVtbl->get_MigrationTableOnly(This,pVal) | |
| 2483 #define IGPMConstants_get_ProcessSecurity(This,pVal) (This)->lpVtbl->get_ProcessSecurity(This,pVal) | |
| 2484 #define IGPMConstants_get_RsopLoggingNoComputer(This,pVal) (This)->lpVtbl->get_RsopLoggingNoComputer(This,pVal) | |
| 2485 #define IGPMConstants_get_RsopLoggingNoUser(This,pVal) (This)->lpVtbl->get_RsopLoggingNoUser(This,pVal) | |
| 2486 #define IGPMConstants_get_RsopPlanningAssumeSlowLink(This,pVal) (This)->lpVtbl->get_RsopPlanningAssumeSlowLink(This,pVal) | |
| 2487 #define IGPMConstants_get_RsopPlanningLoopbackOption(This,vbMerge,pVal) (This)->lpVtbl->get_RsopPlanningLoopbackOption(This,vbMerge,pVal) | |
| 2488 #define IGPMConstants_get_RsopPlanningAssumeUserWQLFilterTrue(This,pVal) (This)->lpVtbl->get_RsopPlanningAssumeUserWQLFilterTrue(This,pVal) | |
| 2489 #define IGPMConstants_get_RsopPlanningAssumeCompWQLFilterTrue(This,pVal) (This)->lpVtbl->get_RsopPlanningAssumeCompWQLFilterTrue(This,pVal) | |
| 2490 #endif | |
| 2491 #endif | |
| 2492 HRESULT WINAPI IGPMConstants_get_PermGPOApply_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2493 void __RPC_STUB IGPMConstants_get_PermGPOApply_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2494 HRESULT WINAPI IGPMConstants_get_PermGPORead_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2495 void __RPC_STUB IGPMConstants_get_PermGPORead_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2496 HRESULT WINAPI IGPMConstants_get_PermGPOEdit_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2497 void __RPC_STUB IGPMConstants_get_PermGPOEdit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2498 HRESULT WINAPI IGPMConstants_get_PermGPOEditSecurityAndDelete_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2499 void __RPC_STUB IGPMConstants_get_PermGPOEditSecurityAndDelete_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2500 HRESULT WINAPI IGPMConstants_get_PermGPOCustom_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2501 void __RPC_STUB IGPMConstants_get_PermGPOCustom_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2502 HRESULT WINAPI IGPMConstants_get_PermWMIFilterEdit_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2503 void __RPC_STUB IGPMConstants_get_PermWMIFilterEdit_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2504 HRESULT WINAPI IGPMConstants_get_PermWMIFilterFullControl_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2505 void __RPC_STUB IGPMConstants_get_PermWMIFilterFullControl_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2506 HRESULT WINAPI IGPMConstants_get_PermWMIFilterCustom_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2507 void __RPC_STUB IGPMConstants_get_PermWMIFilterCustom_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2508 HRESULT WINAPI IGPMConstants_get_PermSOMLink_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2509 void __RPC_STUB IGPMConstants_get_PermSOMLink_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2510 HRESULT WINAPI IGPMConstants_get_PermSOMLogging_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2511 void __RPC_STUB IGPMConstants_get_PermSOMLogging_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2512 HRESULT WINAPI IGPMConstants_get_PermSOMPlanning_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2513 void __RPC_STUB IGPMConstants_get_PermSOMPlanning_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2514 HRESULT WINAPI IGPMConstants_get_PermSOMGPOCreate_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2515 void __RPC_STUB IGPMConstants_get_PermSOMGPOCreate_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2516 HRESULT WINAPI IGPMConstants_get_PermSOMWMICreate_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2517 void __RPC_STUB IGPMConstants_get_PermSOMWMICreate_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2518 HRESULT WINAPI IGPMConstants_get_PermSOMWMIFullControl_Proxy(IGPMConstants *This,GPMPermissionType *pVal); | |
| 2519 void __RPC_STUB IGPMConstants_get_PermSOMWMIFullControl_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2520 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPOPermissions_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2521 void __RPC_STUB IGPMConstants_get_SearchPropertyGPOPermissions_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2522 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPOEffectivePermissions_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2523 void __RPC_STUB IGPMConstants_get_SearchPropertyGPOEffectivePermissions_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2524 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPODisplayName_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2525 void __RPC_STUB IGPMConstants_get_SearchPropertyGPODisplayName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2526 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPOWMIFilter_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2527 void __RPC_STUB IGPMConstants_get_SearchPropertyGPOWMIFilter_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2528 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPOID_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2529 void __RPC_STUB IGPMConstants_get_SearchPropertyGPOID_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2530 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPOComputerExtensions_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2531 void __RPC_STUB IGPMConstants_get_SearchPropertyGPOComputerExtensions_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2532 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPOUserExtensions_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2533 void __RPC_STUB IGPMConstants_get_SearchPropertyGPOUserExtensions_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2534 HRESULT WINAPI IGPMConstants_get_SearchPropertySOMLinks_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2535 void __RPC_STUB IGPMConstants_get_SearchPropertySOMLinks_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2536 HRESULT WINAPI IGPMConstants_get_SearchPropertyGPODomain_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2537 void __RPC_STUB IGPMConstants_get_SearchPropertyGPODomain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2538 HRESULT WINAPI IGPMConstants_get_SearchPropertyBackupMostRecent_Proxy(IGPMConstants *This,GPMSearchProperty *pVal); | |
| 2539 void __RPC_STUB IGPMConstants_get_SearchPropertyBackupMostRecent_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2540 HRESULT WINAPI IGPMConstants_get_SearchOpEquals_Proxy(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2541 void __RPC_STUB IGPMConstants_get_SearchOpEquals_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2542 HRESULT WINAPI IGPMConstants_get_SearchOpContains_Proxy(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2543 void __RPC_STUB IGPMConstants_get_SearchOpContains_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2544 HRESULT WINAPI IGPMConstants_get_SearchOpNotContains_Proxy(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2545 void __RPC_STUB IGPMConstants_get_SearchOpNotContains_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2546 HRESULT WINAPI IGPMConstants_get_SearchOpNotEquals_Proxy(IGPMConstants *This,GPMSearchOperation *pVal); | |
| 2547 void __RPC_STUB IGPMConstants_get_SearchOpNotEquals_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2548 HRESULT WINAPI IGPMConstants_get_UsePDC_Proxy(IGPMConstants *This,long *pVal); | |
| 2549 void __RPC_STUB IGPMConstants_get_UsePDC_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2550 HRESULT WINAPI IGPMConstants_get_UseAnyDC_Proxy(IGPMConstants *This,long *pVal); | |
| 2551 void __RPC_STUB IGPMConstants_get_UseAnyDC_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2552 HRESULT WINAPI IGPMConstants_get_DoNotUseW2KDC_Proxy(IGPMConstants *This,long *pVal); | |
| 2553 void __RPC_STUB IGPMConstants_get_DoNotUseW2KDC_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2554 HRESULT WINAPI IGPMConstants_get_SOMSite_Proxy(IGPMConstants *This,GPMSOMType *pVal); | |
| 2555 void __RPC_STUB IGPMConstants_get_SOMSite_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2556 HRESULT WINAPI IGPMConstants_get_SOMDomain_Proxy(IGPMConstants *This,GPMSOMType *pVal); | |
| 2557 void __RPC_STUB IGPMConstants_get_SOMDomain_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2558 HRESULT WINAPI IGPMConstants_get_SOMOU_Proxy(IGPMConstants *This,GPMSOMType *pVal); | |
| 2559 void __RPC_STUB IGPMConstants_get_SOMOU_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2560 HRESULT WINAPI IGPMConstants_get_SecurityFlags_Proxy(IGPMConstants *This,VARIANT_BOOL vbOwner,VARIANT_BOOL vbGroup,VARIANT_BOOL vbDACL,VARIANT_BOOL vbSACL,long *pVal); | |
| 2561 void __RPC_STUB IGPMConstants_get_SecurityFlags_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2562 HRESULT WINAPI IGPMConstants_get_DoNotValidateDC_Proxy(IGPMConstants *This,long *pVal); | |
| 2563 void __RPC_STUB IGPMConstants_get_DoNotValidateDC_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2564 HRESULT WINAPI IGPMConstants_get_ReportHTML_Proxy(IGPMConstants *This,GPMReportType *pVal); | |
| 2565 void __RPC_STUB IGPMConstants_get_ReportHTML_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2566 HRESULT WINAPI IGPMConstants_get_ReportXML_Proxy(IGPMConstants *This,GPMReportType *pVal); | |
| 2567 void __RPC_STUB IGPMConstants_get_ReportXML_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2568 HRESULT WINAPI IGPMConstants_get_RSOPModeUnknown_Proxy(IGPMConstants *This,GPMRSOPMode *pVal); | |
| 2569 void __RPC_STUB IGPMConstants_get_RSOPModeUnknown_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2570 HRESULT WINAPI IGPMConstants_get_RSOPModePlanning_Proxy(IGPMConstants *This,GPMRSOPMode *pVal); | |
| 2571 void __RPC_STUB IGPMConstants_get_RSOPModePlanning_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2572 HRESULT WINAPI IGPMConstants_get_RSOPModeLogging_Proxy(IGPMConstants *This,GPMRSOPMode *pVal); | |
| 2573 void __RPC_STUB IGPMConstants_get_RSOPModeLogging_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2574 HRESULT WINAPI IGPMConstants_get_EntryTypeUser_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2575 void __RPC_STUB IGPMConstants_get_EntryTypeUser_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2576 HRESULT WINAPI IGPMConstants_get_EntryTypeComputer_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2577 void __RPC_STUB IGPMConstants_get_EntryTypeComputer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2578 HRESULT WINAPI IGPMConstants_get_EntryTypeLocalGroup_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2579 void __RPC_STUB IGPMConstants_get_EntryTypeLocalGroup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2580 HRESULT WINAPI IGPMConstants_get_EntryTypeGlobalGroup_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2581 void __RPC_STUB IGPMConstants_get_EntryTypeGlobalGroup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2582 HRESULT WINAPI IGPMConstants_get_EntryTypeUniversalGroup_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2583 void __RPC_STUB IGPMConstants_get_EntryTypeUniversalGroup_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2584 HRESULT WINAPI IGPMConstants_get_EntryTypeUNCPath_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2585 void __RPC_STUB IGPMConstants_get_EntryTypeUNCPath_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2586 HRESULT WINAPI IGPMConstants_get_EntryTypeUnknown_Proxy(IGPMConstants *This,GPMEntryType *pVal); | |
| 2587 void __RPC_STUB IGPMConstants_get_EntryTypeUnknown_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2588 HRESULT WINAPI IGPMConstants_get_DestinationOptionSameAsSource_Proxy(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2589 void __RPC_STUB IGPMConstants_get_DestinationOptionSameAsSource_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2590 HRESULT WINAPI IGPMConstants_get_DestinationOptionNone_Proxy(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2591 void __RPC_STUB IGPMConstants_get_DestinationOptionNone_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2592 HRESULT WINAPI IGPMConstants_get_DestinationOptionByRelativeName_Proxy(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2593 void __RPC_STUB IGPMConstants_get_DestinationOptionByRelativeName_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2594 HRESULT WINAPI IGPMConstants_get_DestinationOptionSet_Proxy(IGPMConstants *This,GPMDestinationOption *pVal); | |
| 2595 void __RPC_STUB IGPMConstants_get_DestinationOptionSet_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2596 HRESULT WINAPI IGPMConstants_get_MigrationTableOnly_Proxy(IGPMConstants *This,long *pVal); | |
| 2597 void __RPC_STUB IGPMConstants_get_MigrationTableOnly_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2598 HRESULT WINAPI IGPMConstants_get_ProcessSecurity_Proxy(IGPMConstants *This,long *pVal); | |
| 2599 void __RPC_STUB IGPMConstants_get_ProcessSecurity_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2600 HRESULT WINAPI IGPMConstants_get_RsopLoggingNoComputer_Proxy(IGPMConstants *This,long *pVal); | |
| 2601 void __RPC_STUB IGPMConstants_get_RsopLoggingNoComputer_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2602 HRESULT WINAPI IGPMConstants_get_RsopLoggingNoUser_Proxy(IGPMConstants *This,long *pVal); | |
| 2603 void __RPC_STUB IGPMConstants_get_RsopLoggingNoUser_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2604 HRESULT WINAPI IGPMConstants_get_RsopPlanningAssumeSlowLink_Proxy(IGPMConstants *This,long *pVal); | |
| 2605 void __RPC_STUB IGPMConstants_get_RsopPlanningAssumeSlowLink_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2606 HRESULT WINAPI IGPMConstants_get_RsopPlanningLoopbackOption_Proxy(IGPMConstants *This,VARIANT_BOOL vbMerge,long *pVal); | |
| 2607 void __RPC_STUB IGPMConstants_get_RsopPlanningLoopbackOption_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2608 HRESULT WINAPI IGPMConstants_get_RsopPlanningAssumeUserWQLFilterTrue_Proxy(IGPMConstants *This,long *pVal); | |
| 2609 void __RPC_STUB IGPMConstants_get_RsopPlanningAssumeUserWQLFilterTrue_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2610 HRESULT WINAPI IGPMConstants_get_RsopPlanningAssumeCompWQLFilterTrue_Proxy(IGPMConstants *This,long *pVal); | |
| 2611 void __RPC_STUB IGPMConstants_get_RsopPlanningAssumeCompWQLFilterTrue_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2612 #endif | |
| 2613 | |
| 2614 #ifndef __IGPMResult_INTERFACE_DEFINED__ | |
| 2615 #define __IGPMResult_INTERFACE_DEFINED__ | |
| 2616 EXTERN_C const IID IID_IGPMResult; | |
| 2617 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2618 struct IGPMResult : public IDispatch { | |
| 2619 public: | |
| 2620 virtual HRESULT WINAPI get_Status(IGPMStatusMsgCollection **ppIGPMStatusMsgCollection) = 0; | |
| 2621 virtual HRESULT WINAPI get_Result(VARIANT *pvarResult) = 0; | |
| 2622 virtual HRESULT WINAPI OverallStatus(void) = 0; | |
| 2623 }; | |
| 2624 #else | |
| 2625 typedef struct IGPMResultVtbl { | |
| 2626 BEGIN_INTERFACE | |
| 2627 HRESULT (WINAPI *QueryInterface)(IGPMResult *This,REFIID riid,void **ppvObject); | |
| 2628 ULONG (WINAPI *AddRef)(IGPMResult *This); | |
| 2629 ULONG (WINAPI *Release)(IGPMResult *This); | |
| 2630 HRESULT (WINAPI *GetTypeInfoCount)(IGPMResult *This,UINT *pctinfo); | |
| 2631 HRESULT (WINAPI *GetTypeInfo)(IGPMResult *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2632 HRESULT (WINAPI *GetIDsOfNames)(IGPMResult *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2633 HRESULT (WINAPI *Invoke)(IGPMResult *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2634 HRESULT (WINAPI *get_Status)(IGPMResult *This,IGPMStatusMsgCollection **ppIGPMStatusMsgCollection); | |
| 2635 HRESULT (WINAPI *get_Result)(IGPMResult *This,VARIANT *pvarResult); | |
| 2636 HRESULT (WINAPI *OverallStatus)(IGPMResult *This); | |
| 2637 END_INTERFACE | |
| 2638 } IGPMResultVtbl; | |
| 2639 struct IGPMResult { | |
| 2640 CONST_VTBL struct IGPMResultVtbl *lpVtbl; | |
| 2641 }; | |
| 2642 #ifdef COBJMACROS | |
| 2643 #define IGPMResult_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2644 #define IGPMResult_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2645 #define IGPMResult_Release(This) (This)->lpVtbl->Release(This) | |
| 2646 #define IGPMResult_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2647 #define IGPMResult_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2648 #define IGPMResult_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2649 #define IGPMResult_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2650 #define IGPMResult_get_Status(This,ppIGPMStatusMsgCollection) (This)->lpVtbl->get_Status(This,ppIGPMStatusMsgCollection) | |
| 2651 #define IGPMResult_get_Result(This,pvarResult) (This)->lpVtbl->get_Result(This,pvarResult) | |
| 2652 #define IGPMResult_OverallStatus(This) (This)->lpVtbl->OverallStatus(This) | |
| 2653 #endif | |
| 2654 #endif | |
| 2655 HRESULT WINAPI IGPMResult_get_Status_Proxy(IGPMResult *This,IGPMStatusMsgCollection **ppIGPMStatusMsgCollection); | |
| 2656 void __RPC_STUB IGPMResult_get_Status_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2657 HRESULT WINAPI IGPMResult_get_Result_Proxy(IGPMResult *This,VARIANT *pvarResult); | |
| 2658 void __RPC_STUB IGPMResult_get_Result_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2659 HRESULT WINAPI IGPMResult_OverallStatus_Proxy(IGPMResult *This); | |
| 2660 void __RPC_STUB IGPMResult_OverallStatus_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2661 #endif | |
| 2662 | |
| 2663 #ifndef __IGPMMapEntryCollection_INTERFACE_DEFINED__ | |
| 2664 #define __IGPMMapEntryCollection_INTERFACE_DEFINED__ | |
| 2665 EXTERN_C const IID IID_IGPMMapEntryCollection; | |
| 2666 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2667 struct IGPMMapEntryCollection : public IDispatch { | |
| 2668 public: | |
| 2669 virtual HRESULT WINAPI get_Count(long *pVal) = 0; | |
| 2670 virtual HRESULT WINAPI get_Item(long lIndex,VARIANT *pVal) = 0; | |
| 2671 virtual HRESULT WINAPI get__NewEnum(IEnumVARIANT **pVal) = 0; | |
| 2672 }; | |
| 2673 #else | |
| 2674 typedef struct IGPMMapEntryCollectionVtbl { | |
| 2675 BEGIN_INTERFACE | |
| 2676 HRESULT (WINAPI *QueryInterface)(IGPMMapEntryCollection *This,REFIID riid,void **ppvObject); | |
| 2677 ULONG (WINAPI *AddRef)(IGPMMapEntryCollection *This); | |
| 2678 ULONG (WINAPI *Release)(IGPMMapEntryCollection *This); | |
| 2679 HRESULT (WINAPI *GetTypeInfoCount)(IGPMMapEntryCollection *This,UINT *pctinfo); | |
| 2680 HRESULT (WINAPI *GetTypeInfo)(IGPMMapEntryCollection *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2681 HRESULT (WINAPI *GetIDsOfNames)(IGPMMapEntryCollection *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2682 HRESULT (WINAPI *Invoke)(IGPMMapEntryCollection *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2683 HRESULT (WINAPI *get_Count)(IGPMMapEntryCollection *This,long *pVal); | |
| 2684 HRESULT (WINAPI *get_Item)(IGPMMapEntryCollection *This,long lIndex,VARIANT *pVal); | |
| 2685 HRESULT (WINAPI *get__NewEnum)(IGPMMapEntryCollection *This,IEnumVARIANT **pVal); | |
| 2686 END_INTERFACE | |
| 2687 } IGPMMapEntryCollectionVtbl; | |
| 2688 struct IGPMMapEntryCollection { | |
| 2689 CONST_VTBL struct IGPMMapEntryCollectionVtbl *lpVtbl; | |
| 2690 }; | |
| 2691 #ifdef COBJMACROS | |
| 2692 #define IGPMMapEntryCollection_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2693 #define IGPMMapEntryCollection_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2694 #define IGPMMapEntryCollection_Release(This) (This)->lpVtbl->Release(This) | |
| 2695 #define IGPMMapEntryCollection_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2696 #define IGPMMapEntryCollection_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2697 #define IGPMMapEntryCollection_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2698 #define IGPMMapEntryCollection_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2699 #define IGPMMapEntryCollection_get_Count(This,pVal) (This)->lpVtbl->get_Count(This,pVal) | |
| 2700 #define IGPMMapEntryCollection_get_Item(This,lIndex,pVal) (This)->lpVtbl->get_Item(This,lIndex,pVal) | |
| 2701 #define IGPMMapEntryCollection_get__NewEnum(This,pVal) (This)->lpVtbl->get__NewEnum(This,pVal) | |
| 2702 #endif | |
| 2703 #endif | |
| 2704 HRESULT WINAPI IGPMMapEntryCollection_get_Count_Proxy(IGPMMapEntryCollection *This,long *pVal); | |
| 2705 void __RPC_STUB IGPMMapEntryCollection_get_Count_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2706 HRESULT WINAPI IGPMMapEntryCollection_get_Item_Proxy(IGPMMapEntryCollection *This,long lIndex,VARIANT *pVal); | |
| 2707 void __RPC_STUB IGPMMapEntryCollection_get_Item_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2708 HRESULT WINAPI IGPMMapEntryCollection_get__NewEnum_Proxy(IGPMMapEntryCollection *This,IEnumVARIANT **pVal); | |
| 2709 void __RPC_STUB IGPMMapEntryCollection_get__NewEnum_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2710 #endif | |
| 2711 | |
| 2712 #ifndef __IGPMMapEntry_INTERFACE_DEFINED__ | |
| 2713 #define __IGPMMapEntry_INTERFACE_DEFINED__ | |
| 2714 EXTERN_C const IID IID_IGPMMapEntry; | |
| 2715 | |
| 2716 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2717 struct IGPMMapEntry : public IDispatch { | |
| 2718 public: | |
| 2719 virtual HRESULT WINAPI get_Source(BSTR *pbstrSource) = 0; | |
| 2720 virtual HRESULT WINAPI get_Destination(BSTR *pbstrDestination) = 0; | |
| 2721 virtual HRESULT WINAPI get_DestinationOption(GPMDestinationOption *pgpmDestOption) = 0; | |
| 2722 virtual HRESULT WINAPI get_EntryType(GPMEntryType *pgpmEntryType) = 0; | |
| 2723 }; | |
| 2724 #else | |
| 2725 typedef struct IGPMMapEntryVtbl { | |
| 2726 BEGIN_INTERFACE | |
| 2727 HRESULT (WINAPI *QueryInterface)(IGPMMapEntry *This,REFIID riid,void **ppvObject); | |
| 2728 ULONG (WINAPI *AddRef)(IGPMMapEntry *This); | |
| 2729 ULONG (WINAPI *Release)(IGPMMapEntry *This); | |
| 2730 HRESULT (WINAPI *GetTypeInfoCount)(IGPMMapEntry *This,UINT *pctinfo); | |
| 2731 HRESULT (WINAPI *GetTypeInfo)(IGPMMapEntry *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2732 HRESULT (WINAPI *GetIDsOfNames)(IGPMMapEntry *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2733 HRESULT (WINAPI *Invoke)(IGPMMapEntry *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2734 HRESULT (WINAPI *get_Source)(IGPMMapEntry *This,BSTR *pbstrSource); | |
| 2735 HRESULT (WINAPI *get_Destination)(IGPMMapEntry *This,BSTR *pbstrDestination); | |
| 2736 HRESULT (WINAPI *get_DestinationOption)(IGPMMapEntry *This,GPMDestinationOption *pgpmDestOption); | |
| 2737 HRESULT (WINAPI *get_EntryType)(IGPMMapEntry *This,GPMEntryType *pgpmEntryType); | |
| 2738 END_INTERFACE | |
| 2739 } IGPMMapEntryVtbl; | |
| 2740 struct IGPMMapEntry { | |
| 2741 CONST_VTBL struct IGPMMapEntryVtbl *lpVtbl; | |
| 2742 }; | |
| 2743 #ifdef COBJMACROS | |
| 2744 #define IGPMMapEntry_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2745 #define IGPMMapEntry_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2746 #define IGPMMapEntry_Release(This) (This)->lpVtbl->Release(This) | |
| 2747 #define IGPMMapEntry_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2748 #define IGPMMapEntry_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2749 #define IGPMMapEntry_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2750 #define IGPMMapEntry_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2751 #define IGPMMapEntry_get_Source(This,pbstrSource) (This)->lpVtbl->get_Source(This,pbstrSource) | |
| 2752 #define IGPMMapEntry_get_Destination(This,pbstrDestination) (This)->lpVtbl->get_Destination(This,pbstrDestination) | |
| 2753 #define IGPMMapEntry_get_DestinationOption(This,pgpmDestOption) (This)->lpVtbl->get_DestinationOption(This,pgpmDestOption) | |
| 2754 #define IGPMMapEntry_get_EntryType(This,pgpmEntryType) (This)->lpVtbl->get_EntryType(This,pgpmEntryType) | |
| 2755 #endif | |
| 2756 #endif | |
| 2757 HRESULT WINAPI IGPMMapEntry_get_Source_Proxy(IGPMMapEntry *This,BSTR *pbstrSource); | |
| 2758 void __RPC_STUB IGPMMapEntry_get_Source_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2759 HRESULT WINAPI IGPMMapEntry_get_Destination_Proxy(IGPMMapEntry *This,BSTR *pbstrDestination); | |
| 2760 void __RPC_STUB IGPMMapEntry_get_Destination_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2761 HRESULT WINAPI IGPMMapEntry_get_DestinationOption_Proxy(IGPMMapEntry *This,GPMDestinationOption *pgpmDestOption); | |
| 2762 void __RPC_STUB IGPMMapEntry_get_DestinationOption_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2763 HRESULT WINAPI IGPMMapEntry_get_EntryType_Proxy(IGPMMapEntry *This,GPMEntryType *pgpmEntryType); | |
| 2764 void __RPC_STUB IGPMMapEntry_get_EntryType_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2765 #endif | |
| 2766 | |
| 2767 #ifndef __IGPMMigrationTable_INTERFACE_DEFINED__ | |
| 2768 #define __IGPMMigrationTable_INTERFACE_DEFINED__ | |
| 2769 EXTERN_C const IID IID_IGPMMigrationTable; | |
| 2770 #if defined(__cplusplus) && !defined(CINTERFACE) | |
| 2771 struct IGPMMigrationTable : public IDispatch { | |
| 2772 public: | |
| 2773 virtual HRESULT WINAPI Save(BSTR bstrMigrationTablePath) = 0; | |
| 2774 virtual HRESULT WINAPI Add(long lFlags,VARIANT var) = 0; | |
| 2775 virtual HRESULT WINAPI AddEntry(BSTR bstrSource,GPMEntryType gpmEntryType,VARIANT *pvarDestination,IGPMMapEntry **ppEntry) = 0; | |
| 2776 virtual HRESULT WINAPI GetEntry(BSTR bstrSource,IGPMMapEntry **ppEntry) = 0; | |
| 2777 virtual HRESULT WINAPI DeleteEntry(BSTR bstrSource) = 0; | |
| 2778 virtual HRESULT WINAPI UpdateDestination(BSTR bstrSource,VARIANT *pvarDestination,IGPMMapEntry **ppEntry) = 0; | |
| 2779 virtual HRESULT WINAPI Validate(IGPMResult **ppResult) = 0; | |
| 2780 virtual HRESULT WINAPI GetEntries(IGPMMapEntryCollection **ppEntries) = 0; | |
| 2781 }; | |
| 2782 #else | |
| 2783 typedef struct IGPMMigrationTableVtbl { | |
| 2784 BEGIN_INTERFACE | |
| 2785 HRESULT (WINAPI *QueryInterface)(IGPMMigrationTable *This,REFIID riid,void **ppvObject); | |
| 2786 ULONG (WINAPI *AddRef)(IGPMMigrationTable *This); | |
| 2787 ULONG (WINAPI *Release)(IGPMMigrationTable *This); | |
| 2788 HRESULT (WINAPI *GetTypeInfoCount)(IGPMMigrationTable *This,UINT *pctinfo); | |
| 2789 HRESULT (WINAPI *GetTypeInfo)(IGPMMigrationTable *This,UINT iTInfo,LCID lcid,ITypeInfo **ppTInfo); | |
| 2790 HRESULT (WINAPI *GetIDsOfNames)(IGPMMigrationTable *This,REFIID riid,LPOLESTR *rgszNames,UINT cNames,LCID lcid,DISPID *rgDispId); | |
| 2791 HRESULT (WINAPI *Invoke)(IGPMMigrationTable *This,DISPID dispIdMember,REFIID riid,LCID lcid,WORD wFlags,DISPPARAMS *pDispParams,VARIANT *pVarResult,EXCEPINFO *pExcepInfo,UINT *puArgErr); | |
| 2792 HRESULT (WINAPI *Save)(IGPMMigrationTable *This,BSTR bstrMigrationTablePath); | |
| 2793 HRESULT (WINAPI *Add)(IGPMMigrationTable *This,long lFlags,VARIANT var); | |
| 2794 HRESULT (WINAPI *AddEntry)(IGPMMigrationTable *This,BSTR bstrSource,GPMEntryType gpmEntryType,VARIANT *pvarDestination,IGPMMapEntry **ppEntry); | |
| 2795 HRESULT (WINAPI *GetEntry)(IGPMMigrationTable *This,BSTR bstrSource,IGPMMapEntry **ppEntry); | |
| 2796 HRESULT (WINAPI *DeleteEntry)(IGPMMigrationTable *This,BSTR bstrSource); | |
| 2797 HRESULT (WINAPI *UpdateDestination)(IGPMMigrationTable *This,BSTR bstrSource,VARIANT *pvarDestination,IGPMMapEntry **ppEntry); | |
| 2798 HRESULT (WINAPI *Validate)(IGPMMigrationTable *This,IGPMResult **ppResult); | |
| 2799 HRESULT (WINAPI *GetEntries)(IGPMMigrationTable *This,IGPMMapEntryCollection **ppEntries); | |
| 2800 END_INTERFACE | |
| 2801 } IGPMMigrationTableVtbl; | |
| 2802 struct IGPMMigrationTable { | |
| 2803 CONST_VTBL struct IGPMMigrationTableVtbl *lpVtbl; | |
| 2804 }; | |
| 2805 #ifdef COBJMACROS | |
| 2806 #define IGPMMigrationTable_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject) | |
| 2807 #define IGPMMigrationTable_AddRef(This) (This)->lpVtbl->AddRef(This) | |
| 2808 #define IGPMMigrationTable_Release(This) (This)->lpVtbl->Release(This) | |
| 2809 #define IGPMMigrationTable_GetTypeInfoCount(This,pctinfo) (This)->lpVtbl->GetTypeInfoCount(This,pctinfo) | |
| 2810 #define IGPMMigrationTable_GetTypeInfo(This,iTInfo,lcid,ppTInfo) (This)->lpVtbl->GetTypeInfo(This,iTInfo,lcid,ppTInfo) | |
| 2811 #define IGPMMigrationTable_GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) (This)->lpVtbl->GetIDsOfNames(This,riid,rgszNames,cNames,lcid,rgDispId) | |
| 2812 #define IGPMMigrationTable_Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) (This)->lpVtbl->Invoke(This,dispIdMember,riid,lcid,wFlags,pDispParams,pVarResult,pExcepInfo,puArgErr) | |
| 2813 #define IGPMMigrationTable_Save(This,bstrMigrationTablePath) (This)->lpVtbl->Save(This,bstrMigrationTablePath) | |
| 2814 #define IGPMMigrationTable_Add(This,lFlags,var) (This)->lpVtbl->Add(This,lFlags,var) | |
| 2815 #define IGPMMigrationTable_AddEntry(This,bstrSource,gpmEntryType,pvarDestination,ppEntry) (This)->lpVtbl->AddEntry(This,bstrSource,gpmEntryType,pvarDestination,ppEntry) | |
| 2816 #define IGPMMigrationTable_GetEntry(This,bstrSource,ppEntry) (This)->lpVtbl->GetEntry(This,bstrSource,ppEntry) | |
| 2817 #define IGPMMigrationTable_DeleteEntry(This,bstrSource) (This)->lpVtbl->DeleteEntry(This,bstrSource) | |
| 2818 #define IGPMMigrationTable_UpdateDestination(This,bstrSource,pvarDestination,ppEntry) (This)->lpVtbl->UpdateDestination(This,bstrSource,pvarDestination,ppEntry) | |
| 2819 #define IGPMMigrationTable_Validate(This,ppResult) (This)->lpVtbl->Validate(This,ppResult) | |
| 2820 #define IGPMMigrationTable_GetEntries(This,ppEntries) (This)->lpVtbl->GetEntries(This,ppEntries) | |
| 2821 #endif | |
| 2822 #endif | |
| 2823 HRESULT WINAPI IGPMMigrationTable_Save_Proxy(IGPMMigrationTable *This,BSTR bstrMigrationTablePath); | |
| 2824 void __RPC_STUB IGPMMigrationTable_Save_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2825 HRESULT WINAPI IGPMMigrationTable_Add_Proxy(IGPMMigrationTable *This,long lFlags,VARIANT var); | |
| 2826 void __RPC_STUB IGPMMigrationTable_Add_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2827 HRESULT WINAPI IGPMMigrationTable_AddEntry_Proxy(IGPMMigrationTable *This,BSTR bstrSource,GPMEntryType gpmEntryType,VARIANT *pvarDestination,IGPMMapEntry **ppEntry); | |
| 2828 void __RPC_STUB IGPMMigrationTable_AddEntry_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2829 HRESULT WINAPI IGPMMigrationTable_GetEntry_Proxy(IGPMMigrationTable *This,BSTR bstrSource,IGPMMapEntry **ppEntry); | |
| 2830 void __RPC_STUB IGPMMigrationTable_GetEntry_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2831 HRESULT WINAPI IGPMMigrationTable_DeleteEntry_Proxy(IGPMMigrationTable *This,BSTR bstrSource); | |
| 2832 void __RPC_STUB IGPMMigrationTable_DeleteEntry_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2833 HRESULT WINAPI IGPMMigrationTable_UpdateDestination_Proxy(IGPMMigrationTable *This,BSTR bstrSource,VARIANT *pvarDestination,IGPMMapEntry **ppEntry); | |
| 2834 void __RPC_STUB IGPMMigrationTable_UpdateDestination_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2835 HRESULT WINAPI IGPMMigrationTable_Validate_Proxy(IGPMMigrationTable *This,IGPMResult **ppResult); | |
| 2836 void __RPC_STUB IGPMMigrationTable_Validate_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2837 HRESULT WINAPI IGPMMigrationTable_GetEntries_Proxy(IGPMMigrationTable *This,IGPMMapEntryCollection **ppEntries); | |
| 2838 void __RPC_STUB IGPMMigrationTable_GetEntries_Stub(IRpcStubBuffer *This,IRpcChannelBuffer *_pRpcChannelBuffer,PRPC_MESSAGE _pRpcMessage,DWORD *_pdwStubPhase); | |
| 2839 #endif | |
| 2840 | |
| 2841 #ifndef __GPMGMTLib_LIBRARY_DEFINED__ | |
| 2842 #define __GPMGMTLib_LIBRARY_DEFINED__ | |
| 2843 | |
| 2844 EXTERN_C const IID LIBID_GPMGMTLib; | |
| 2845 EXTERN_C const CLSID CLSID_GPM; | |
| 2846 #ifdef __cplusplus | |
| 2847 class GPM; | |
| 2848 #endif | |
| 2849 EXTERN_C const CLSID CLSID_GPMDomain; | |
| 2850 #ifdef __cplusplus | |
| 2851 class GPMDomain; | |
| 2852 #endif | |
| 2853 EXTERN_C const CLSID CLSID_GPMSitesContainer; | |
| 2854 #ifdef __cplusplus | |
| 2855 class GPMSitesContainer; | |
| 2856 #endif | |
| 2857 EXTERN_C const CLSID CLSID_GPMBackupDir; | |
| 2858 #ifdef __cplusplus | |
| 2859 class GPMBackupDir; | |
| 2860 #endif | |
| 2861 EXTERN_C const CLSID CLSID_GPMSOM; | |
| 2862 #ifdef __cplusplus | |
| 2863 class GPMSOM; | |
| 2864 #endif | |
| 2865 EXTERN_C const CLSID CLSID_GPMSearchCriteria; | |
| 2866 #ifdef __cplusplus | |
| 2867 class GPMSearchCriteria; | |
| 2868 #endif | |
| 2869 EXTERN_C const CLSID CLSID_GPMPermission; | |
| 2870 #ifdef __cplusplus | |
| 2871 class GPMPermission; | |
| 2872 #endif | |
| 2873 EXTERN_C const CLSID CLSID_GPMSecurityInfo; | |
| 2874 #ifdef __cplusplus | |
| 2875 class GPMSecurityInfo; | |
| 2876 #endif | |
| 2877 EXTERN_C const CLSID CLSID_GPMBackup; | |
| 2878 #ifdef __cplusplus | |
| 2879 class GPMBackup; | |
| 2880 #endif | |
| 2881 EXTERN_C const CLSID CLSID_GPMBackupCollection; | |
| 2882 #ifdef __cplusplus | |
| 2883 class GPMBackupCollection; | |
| 2884 #endif | |
| 2885 EXTERN_C const CLSID CLSID_GPMSOMCollection; | |
| 2886 #ifdef __cplusplus | |
| 2887 class GPMSOMCollection; | |
| 2888 #endif | |
| 2889 EXTERN_C const CLSID CLSID_GPMWMIFilter; | |
| 2890 #ifdef __cplusplus | |
| 2891 class GPMWMIFilter; | |
| 2892 #endif | |
| 2893 EXTERN_C const CLSID CLSID_GPMWMIFilterCollection; | |
| 2894 #ifdef __cplusplus | |
| 2895 class GPMWMIFilterCollection; | |
| 2896 #endif | |
| 2897 EXTERN_C const CLSID CLSID_GPMRSOP; | |
| 2898 #ifdef __cplusplus | |
| 2899 class GPMRSOP; | |
| 2900 #endif | |
| 2901 EXTERN_C const CLSID CLSID_GPMGPO; | |
| 2902 #ifdef __cplusplus | |
| 2903 class GPMGPO; | |
| 2904 #endif | |
| 2905 EXTERN_C const CLSID CLSID_GPMGPOCollection; | |
| 2906 #ifdef __cplusplus | |
| 2907 class GPMGPOCollection; | |
| 2908 #endif | |
| 2909 EXTERN_C const CLSID CLSID_GPMGPOLink; | |
| 2910 #ifdef __cplusplus | |
| 2911 class GPMGPOLink; | |
| 2912 #endif | |
| 2913 EXTERN_C const CLSID CLSID_GPMGPOLinksCollection; | |
| 2914 #ifdef __cplusplus | |
| 2915 class GPMGPOLinksCollection; | |
| 2916 #endif | |
| 2917 EXTERN_C const CLSID CLSID_GPMAsyncCancel; | |
| 2918 #ifdef __cplusplus | |
| 2919 class GPMAsyncCancel; | |
| 2920 #endif | |
| 2921 EXTERN_C const CLSID CLSID_GPMStatusMsgCollection; | |
| 2922 #ifdef __cplusplus | |
| 2923 class GPMStatusMsgCollection; | |
| 2924 #endif | |
| 2925 EXTERN_C const CLSID CLSID_GPMStatusMessage; | |
| 2926 #ifdef __cplusplus | |
| 2927 class GPMStatusMessage; | |
| 2928 #endif | |
| 2929 EXTERN_C const CLSID CLSID_GPMEnum; | |
| 2930 #ifdef __cplusplus | |
| 2931 class GPMEnum; | |
| 2932 #endif | |
| 2933 EXTERN_C const CLSID CLSID_GPMTrustee; | |
| 2934 #ifdef __cplusplus | |
| 2935 class GPMTrustee; | |
| 2936 #endif | |
| 2937 EXTERN_C const CLSID CLSID_GPMClientSideExtension; | |
| 2938 #ifdef __cplusplus | |
| 2939 class GPMClientSideExtension; | |
| 2940 #endif | |
| 2941 EXTERN_C const CLSID CLSID_GPMCSECollection; | |
| 2942 #ifdef __cplusplus | |
| 2943 class GPMCSECollection; | |
| 2944 #endif | |
| 2945 EXTERN_C const CLSID CLSID_GPMConstants; | |
| 2946 #ifdef __cplusplus | |
| 2947 class GPMConstants; | |
| 2948 #endif | |
| 2949 EXTERN_C const CLSID CLSID_GPMResult; | |
| 2950 #ifdef __cplusplus | |
| 2951 class GPMResult; | |
| 2952 #endif | |
| 2953 EXTERN_C const CLSID CLSID_GPMMapEntryCollection; | |
| 2954 #ifdef __cplusplus | |
| 2955 class GPMMapEntryCollection; | |
| 2956 #endif | |
| 2957 EXTERN_C const CLSID CLSID_GPMMapEntry; | |
| 2958 #ifdef __cplusplus | |
| 2959 class GPMMapEntry; | |
| 2960 #endif | |
| 2961 EXTERN_C const CLSID CLSID_GPMMigrationTable; | |
| 2962 #ifdef __cplusplus | |
| 2963 class GPMMigrationTable; | |
| 2964 #endif | |
| 2965 EXTERN_C const CLSID CLSID_GPOReportProvider; | |
| 2966 #ifdef __cplusplus | |
| 2967 class GPOReportProvider; | |
| 2968 #endif | |
| 2969 #endif | |
| 2970 | |
| 2971 unsigned long __RPC_API BSTR_UserSize(unsigned long *,unsigned long,BSTR *); | |
| 2972 unsigned char *__RPC_API BSTR_UserMarshal(unsigned long *,unsigned char *,BSTR *); | |
| 2973 unsigned char *__RPC_API BSTR_UserUnmarshal(unsigned long *,unsigned char *,BSTR *); | |
| 2974 void __RPC_API BSTR_UserFree(unsigned long *,BSTR *); | |
| 2975 unsigned long __RPC_API VARIANT_UserSize(unsigned long *,unsigned long,VARIANT *); | |
| 2976 unsigned char *__RPC_API VARIANT_UserMarshal(unsigned long *,unsigned char *,VARIANT *); | |
| 2977 unsigned char *__RPC_API VARIANT_UserUnmarshal(unsigned long *,unsigned char *,VARIANT *); | |
| 2978 void __RPC_API VARIANT_UserFree(unsigned long *,VARIANT *); | |
| 2979 | |
| 2980 #ifdef __cplusplus | |
| 2981 } | |
| 2982 #endif | |
| 2983 | |
| 2984 #endif |
