/usr/share/mingw-w64/include/napsystemhealthagent.h is in mingw-w64-common 4.0.4-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 | /*** Autogenerated by WIDL 1.6 from include/napsystemhealthagent.idl - Do not edit ***/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
#include <rpc.h>
#include <rpcndr.h>
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef __napsystemhealthagent_h__
#define __napsystemhealthagent_h__
/* Forward declarations */
#ifndef __INapSystemHealthAgentBinding_FWD_DEFINED__
#define __INapSystemHealthAgentBinding_FWD_DEFINED__
typedef interface INapSystemHealthAgentBinding INapSystemHealthAgentBinding;
#endif
#ifndef __INapSystemHealthAgentBinding2_FWD_DEFINED__
#define __INapSystemHealthAgentBinding2_FWD_DEFINED__
typedef interface INapSystemHealthAgentBinding2 INapSystemHealthAgentBinding2;
#endif
#ifndef __INapSystemHealthAgentCallback_FWD_DEFINED__
#define __INapSystemHealthAgentCallback_FWD_DEFINED__
typedef interface INapSystemHealthAgentCallback INapSystemHealthAgentCallback;
#endif
#ifndef __AsyncINapSystemHealthAgentCallback_FWD_DEFINED__
#define __AsyncINapSystemHealthAgentCallback_FWD_DEFINED__
typedef interface AsyncINapSystemHealthAgentCallback AsyncINapSystemHealthAgentCallback;
#endif
#ifndef __INapSystemHealthAgentRequest_FWD_DEFINED__
#define __INapSystemHealthAgentRequest_FWD_DEFINED__
typedef interface INapSystemHealthAgentRequest INapSystemHealthAgentRequest;
#endif
/* Headers for imported files */
#include <naptypes.h>
#include <unknwn.h>
#ifdef __cplusplus
extern "C" {
#endif
#include <winapifamily.h>
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
#ifndef __INapSystemHealthAgentBinding_FWD_DEFINED__
#define __INapSystemHealthAgentBinding_FWD_DEFINED__
typedef interface INapSystemHealthAgentBinding INapSystemHealthAgentBinding;
#endif
#ifndef __INapSystemHealthAgentCallback_FWD_DEFINED__
#define __INapSystemHealthAgentCallback_FWD_DEFINED__
typedef interface INapSystemHealthAgentCallback INapSystemHealthAgentCallback;
#endif
#ifndef __AsyncINapSystemHealthAgentCallback_FWD_DEFINED__
#define __AsyncINapSystemHealthAgentCallback_FWD_DEFINED__
typedef interface AsyncINapSystemHealthAgentCallback AsyncINapSystemHealthAgentCallback;
#endif
#ifndef __INapSystemHealthAgentRequest_FWD_DEFINED__
#define __INapSystemHealthAgentRequest_FWD_DEFINED__
typedef interface INapSystemHealthAgentRequest INapSystemHealthAgentRequest;
#endif
EXTERN_C const CLSID CLSID_NapSystemHealthAgentBinding;
/*****************************************************************************
* INapSystemHealthAgentBinding interface
*/
#ifndef __INapSystemHealthAgentBinding_INTERFACE_DEFINED__
#define __INapSystemHealthAgentBinding_INTERFACE_DEFINED__
DEFINE_GUID(IID_INapSystemHealthAgentBinding, 0xa6894f43, 0x9cc7, 0x44c9, 0xa2,0x3f, 0x19,0xdb,0xf3,0x6b,0xad,0x28);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("a6894f43-9cc7-44c9-a23f-19dbf36bad28")
INapSystemHealthAgentBinding : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE Initialize(
SystemHealthEntityId id,
INapSystemHealthAgentCallback *callback) = 0;
virtual HRESULT STDMETHODCALLTYPE Uninitialize(
) = 0;
virtual HRESULT STDMETHODCALLTYPE NotifySoHChange(
) = 0;
virtual HRESULT STDMETHODCALLTYPE GetSystemIsolationInfo(
IsolationInfo **isolationInfo,
WINBOOL *unknownConnections) = 0;
virtual HRESULT STDMETHODCALLTYPE FlushCache(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INapSystemHealthAgentBinding, 0xa6894f43, 0x9cc7, 0x44c9, 0xa2,0x3f, 0x19,0xdb,0xf3,0x6b,0xad,0x28)
#endif
#else
typedef struct INapSystemHealthAgentBindingVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INapSystemHealthAgentBinding* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INapSystemHealthAgentBinding* This);
ULONG (STDMETHODCALLTYPE *Release)(
INapSystemHealthAgentBinding* This);
/*** INapSystemHealthAgentBinding methods ***/
HRESULT (STDMETHODCALLTYPE *Initialize)(
INapSystemHealthAgentBinding* This,
SystemHealthEntityId id,
INapSystemHealthAgentCallback *callback);
HRESULT (STDMETHODCALLTYPE *Uninitialize)(
INapSystemHealthAgentBinding* This);
HRESULT (STDMETHODCALLTYPE *NotifySoHChange)(
INapSystemHealthAgentBinding* This);
HRESULT (STDMETHODCALLTYPE *GetSystemIsolationInfo)(
INapSystemHealthAgentBinding* This,
IsolationInfo **isolationInfo,
WINBOOL *unknownConnections);
HRESULT (STDMETHODCALLTYPE *FlushCache)(
INapSystemHealthAgentBinding* This);
END_INTERFACE
} INapSystemHealthAgentBindingVtbl;
interface INapSystemHealthAgentBinding {
CONST_VTBL INapSystemHealthAgentBindingVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INapSystemHealthAgentBinding_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INapSystemHealthAgentBinding_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INapSystemHealthAgentBinding_Release(This) (This)->lpVtbl->Release(This)
/*** INapSystemHealthAgentBinding methods ***/
#define INapSystemHealthAgentBinding_Initialize(This,id,callback) (This)->lpVtbl->Initialize(This,id,callback)
#define INapSystemHealthAgentBinding_Uninitialize(This) (This)->lpVtbl->Uninitialize(This)
#define INapSystemHealthAgentBinding_NotifySoHChange(This) (This)->lpVtbl->NotifySoHChange(This)
#define INapSystemHealthAgentBinding_GetSystemIsolationInfo(This,isolationInfo,unknownConnections) (This)->lpVtbl->GetSystemIsolationInfo(This,isolationInfo,unknownConnections)
#define INapSystemHealthAgentBinding_FlushCache(This) (This)->lpVtbl->FlushCache(This)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentBinding_QueryInterface(INapSystemHealthAgentBinding* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INapSystemHealthAgentBinding_AddRef(INapSystemHealthAgentBinding* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INapSystemHealthAgentBinding_Release(INapSystemHealthAgentBinding* This) {
return This->lpVtbl->Release(This);
}
/*** INapSystemHealthAgentBinding methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentBinding_Initialize(INapSystemHealthAgentBinding* This,SystemHealthEntityId id,INapSystemHealthAgentCallback *callback) {
return This->lpVtbl->Initialize(This,id,callback);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding_Uninitialize(INapSystemHealthAgentBinding* This) {
return This->lpVtbl->Uninitialize(This);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding_NotifySoHChange(INapSystemHealthAgentBinding* This) {
return This->lpVtbl->NotifySoHChange(This);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding_GetSystemIsolationInfo(INapSystemHealthAgentBinding* This,IsolationInfo **isolationInfo,WINBOOL *unknownConnections) {
return This->lpVtbl->GetSystemIsolationInfo(This,isolationInfo,unknownConnections);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding_FlushCache(INapSystemHealthAgentBinding* This) {
return This->lpVtbl->FlushCache(This);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentBinding_Initialize_Proxy(
INapSystemHealthAgentBinding* This,
SystemHealthEntityId id,
INapSystemHealthAgentCallback *callback);
void __RPC_STUB INapSystemHealthAgentBinding_Initialize_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentBinding_Uninitialize_Proxy(
INapSystemHealthAgentBinding* This);
void __RPC_STUB INapSystemHealthAgentBinding_Uninitialize_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentBinding_NotifySoHChange_Proxy(
INapSystemHealthAgentBinding* This);
void __RPC_STUB INapSystemHealthAgentBinding_NotifySoHChange_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentBinding_GetSystemIsolationInfo_Proxy(
INapSystemHealthAgentBinding* This,
IsolationInfo **isolationInfo,
WINBOOL *unknownConnections);
void __RPC_STUB INapSystemHealthAgentBinding_GetSystemIsolationInfo_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentBinding_FlushCache_Proxy(
INapSystemHealthAgentBinding* This);
void __RPC_STUB INapSystemHealthAgentBinding_FlushCache_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INapSystemHealthAgentBinding_INTERFACE_DEFINED__ */
/*****************************************************************************
* INapSystemHealthAgentBinding2 interface
*/
#ifndef __INapSystemHealthAgentBinding2_INTERFACE_DEFINED__
#define __INapSystemHealthAgentBinding2_INTERFACE_DEFINED__
DEFINE_GUID(IID_INapSystemHealthAgentBinding2, 0x1140c38e, 0x5100, 0x4ea1, 0x8d,0x43, 0x87,0xd3,0x26,0x72,0x40,0x28);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("1140c38e-5100-4ea1-8d43-87d326724028")
INapSystemHealthAgentBinding2 : public INapSystemHealthAgentBinding
{
virtual HRESULT STDMETHODCALLTYPE GetSystemIsolationInfoEx(
IsolationInfoEx **isolationInfo,
WINBOOL *unknownConnections) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INapSystemHealthAgentBinding2, 0x1140c38e, 0x5100, 0x4ea1, 0x8d,0x43, 0x87,0xd3,0x26,0x72,0x40,0x28)
#endif
#else
typedef struct INapSystemHealthAgentBinding2Vtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INapSystemHealthAgentBinding2* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INapSystemHealthAgentBinding2* This);
ULONG (STDMETHODCALLTYPE *Release)(
INapSystemHealthAgentBinding2* This);
/*** INapSystemHealthAgentBinding methods ***/
HRESULT (STDMETHODCALLTYPE *Initialize)(
INapSystemHealthAgentBinding2* This,
SystemHealthEntityId id,
INapSystemHealthAgentCallback *callback);
HRESULT (STDMETHODCALLTYPE *Uninitialize)(
INapSystemHealthAgentBinding2* This);
HRESULT (STDMETHODCALLTYPE *NotifySoHChange)(
INapSystemHealthAgentBinding2* This);
HRESULT (STDMETHODCALLTYPE *GetSystemIsolationInfo)(
INapSystemHealthAgentBinding2* This,
IsolationInfo **isolationInfo,
WINBOOL *unknownConnections);
HRESULT (STDMETHODCALLTYPE *FlushCache)(
INapSystemHealthAgentBinding2* This);
/*** INapSystemHealthAgentBinding2 methods ***/
HRESULT (STDMETHODCALLTYPE *GetSystemIsolationInfoEx)(
INapSystemHealthAgentBinding2* This,
IsolationInfoEx **isolationInfo,
WINBOOL *unknownConnections);
END_INTERFACE
} INapSystemHealthAgentBinding2Vtbl;
interface INapSystemHealthAgentBinding2 {
CONST_VTBL INapSystemHealthAgentBinding2Vtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INapSystemHealthAgentBinding2_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INapSystemHealthAgentBinding2_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INapSystemHealthAgentBinding2_Release(This) (This)->lpVtbl->Release(This)
/*** INapSystemHealthAgentBinding methods ***/
#define INapSystemHealthAgentBinding2_Initialize(This,id,callback) (This)->lpVtbl->Initialize(This,id,callback)
#define INapSystemHealthAgentBinding2_Uninitialize(This) (This)->lpVtbl->Uninitialize(This)
#define INapSystemHealthAgentBinding2_NotifySoHChange(This) (This)->lpVtbl->NotifySoHChange(This)
#define INapSystemHealthAgentBinding2_GetSystemIsolationInfo(This,isolationInfo,unknownConnections) (This)->lpVtbl->GetSystemIsolationInfo(This,isolationInfo,unknownConnections)
#define INapSystemHealthAgentBinding2_FlushCache(This) (This)->lpVtbl->FlushCache(This)
/*** INapSystemHealthAgentBinding2 methods ***/
#define INapSystemHealthAgentBinding2_GetSystemIsolationInfoEx(This,isolationInfo,unknownConnections) (This)->lpVtbl->GetSystemIsolationInfoEx(This,isolationInfo,unknownConnections)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_QueryInterface(INapSystemHealthAgentBinding2* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INapSystemHealthAgentBinding2_AddRef(INapSystemHealthAgentBinding2* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INapSystemHealthAgentBinding2_Release(INapSystemHealthAgentBinding2* This) {
return This->lpVtbl->Release(This);
}
/*** INapSystemHealthAgentBinding methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_Initialize(INapSystemHealthAgentBinding2* This,SystemHealthEntityId id,INapSystemHealthAgentCallback *callback) {
return This->lpVtbl->Initialize(This,id,callback);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_Uninitialize(INapSystemHealthAgentBinding2* This) {
return This->lpVtbl->Uninitialize(This);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_NotifySoHChange(INapSystemHealthAgentBinding2* This) {
return This->lpVtbl->NotifySoHChange(This);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_GetSystemIsolationInfo(INapSystemHealthAgentBinding2* This,IsolationInfo **isolationInfo,WINBOOL *unknownConnections) {
return This->lpVtbl->GetSystemIsolationInfo(This,isolationInfo,unknownConnections);
}
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_FlushCache(INapSystemHealthAgentBinding2* This) {
return This->lpVtbl->FlushCache(This);
}
/*** INapSystemHealthAgentBinding2 methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentBinding2_GetSystemIsolationInfoEx(INapSystemHealthAgentBinding2* This,IsolationInfoEx **isolationInfo,WINBOOL *unknownConnections) {
return This->lpVtbl->GetSystemIsolationInfoEx(This,isolationInfo,unknownConnections);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentBinding2_GetSystemIsolationInfoEx_Proxy(
INapSystemHealthAgentBinding2* This,
IsolationInfoEx **isolationInfo,
WINBOOL *unknownConnections);
void __RPC_STUB INapSystemHealthAgentBinding2_GetSystemIsolationInfoEx_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INapSystemHealthAgentBinding2_INTERFACE_DEFINED__ */
/*****************************************************************************
* INapSystemHealthAgentCallback interface
*/
#ifndef __INapSystemHealthAgentCallback_INTERFACE_DEFINED__
#define __INapSystemHealthAgentCallback_INTERFACE_DEFINED__
DEFINE_GUID(IID_INapSystemHealthAgentCallback, 0xf1072a57, 0x214f, 0x4ee2, 0x83,0x77, 0x14,0xef,0x14,0x0c,0xd9,0xf3);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("f1072a57-214f-4ee2-8377-14ef140cd9f3")
INapSystemHealthAgentCallback : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetSoHRequest(
INapSystemHealthAgentRequest *request) = 0;
virtual HRESULT STDMETHODCALLTYPE ProcessSoHResponse(
INapSystemHealthAgentRequest *request) = 0;
virtual HRESULT STDMETHODCALLTYPE NotifySystemIsolationStateChange(
) = 0;
virtual HRESULT STDMETHODCALLTYPE GetFixupInfo(
FixupInfo **info) = 0;
virtual HRESULT STDMETHODCALLTYPE CompareSoHRequests(
const SoHRequest *lhs,
const SoHRequest *rhs,
WINBOOL *isEqual) = 0;
virtual HRESULT STDMETHODCALLTYPE NotifyOrphanedSoHRequest(
const CorrelationId *correlationId) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INapSystemHealthAgentCallback, 0xf1072a57, 0x214f, 0x4ee2, 0x83,0x77, 0x14,0xef,0x14,0x0c,0xd9,0xf3)
#endif
#else
typedef struct INapSystemHealthAgentCallbackVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INapSystemHealthAgentCallback* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INapSystemHealthAgentCallback* This);
ULONG (STDMETHODCALLTYPE *Release)(
INapSystemHealthAgentCallback* This);
/*** INapSystemHealthAgentCallback methods ***/
HRESULT (STDMETHODCALLTYPE *GetSoHRequest)(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
HRESULT (STDMETHODCALLTYPE *ProcessSoHResponse)(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
HRESULT (STDMETHODCALLTYPE *NotifySystemIsolationStateChange)(
INapSystemHealthAgentCallback* This);
HRESULT (STDMETHODCALLTYPE *GetFixupInfo)(
INapSystemHealthAgentCallback* This,
FixupInfo **info);
HRESULT (STDMETHODCALLTYPE *CompareSoHRequests)(
INapSystemHealthAgentCallback* This,
const SoHRequest *lhs,
const SoHRequest *rhs,
WINBOOL *isEqual);
HRESULT (STDMETHODCALLTYPE *NotifyOrphanedSoHRequest)(
INapSystemHealthAgentCallback* This,
const CorrelationId *correlationId);
END_INTERFACE
} INapSystemHealthAgentCallbackVtbl;
interface INapSystemHealthAgentCallback {
CONST_VTBL INapSystemHealthAgentCallbackVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INapSystemHealthAgentCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INapSystemHealthAgentCallback_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INapSystemHealthAgentCallback_Release(This) (This)->lpVtbl->Release(This)
/*** INapSystemHealthAgentCallback methods ***/
#define INapSystemHealthAgentCallback_GetSoHRequest(This,request) (This)->lpVtbl->GetSoHRequest(This,request)
#define INapSystemHealthAgentCallback_ProcessSoHResponse(This,request) (This)->lpVtbl->ProcessSoHResponse(This,request)
#define INapSystemHealthAgentCallback_NotifySystemIsolationStateChange(This) (This)->lpVtbl->NotifySystemIsolationStateChange(This)
#define INapSystemHealthAgentCallback_GetFixupInfo(This,info) (This)->lpVtbl->GetFixupInfo(This,info)
#define INapSystemHealthAgentCallback_CompareSoHRequests(This,lhs,rhs,isEqual) (This)->lpVtbl->CompareSoHRequests(This,lhs,rhs,isEqual)
#define INapSystemHealthAgentCallback_NotifyOrphanedSoHRequest(This,correlationId) (This)->lpVtbl->NotifyOrphanedSoHRequest(This,correlationId)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_QueryInterface(INapSystemHealthAgentCallback* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INapSystemHealthAgentCallback_AddRef(INapSystemHealthAgentCallback* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INapSystemHealthAgentCallback_Release(INapSystemHealthAgentCallback* This) {
return This->lpVtbl->Release(This);
}
/*** INapSystemHealthAgentCallback methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_GetSoHRequest(INapSystemHealthAgentCallback* This,INapSystemHealthAgentRequest *request) {
return This->lpVtbl->GetSoHRequest(This,request);
}
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_ProcessSoHResponse(INapSystemHealthAgentCallback* This,INapSystemHealthAgentRequest *request) {
return This->lpVtbl->ProcessSoHResponse(This,request);
}
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_NotifySystemIsolationStateChange(INapSystemHealthAgentCallback* This) {
return This->lpVtbl->NotifySystemIsolationStateChange(This);
}
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_GetFixupInfo(INapSystemHealthAgentCallback* This,FixupInfo **info) {
return This->lpVtbl->GetFixupInfo(This,info);
}
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_CompareSoHRequests(INapSystemHealthAgentCallback* This,const SoHRequest *lhs,const SoHRequest *rhs,WINBOOL *isEqual) {
return This->lpVtbl->CompareSoHRequests(This,lhs,rhs,isEqual);
}
static FORCEINLINE HRESULT INapSystemHealthAgentCallback_NotifyOrphanedSoHRequest(INapSystemHealthAgentCallback* This,const CorrelationId *correlationId) {
return This->lpVtbl->NotifyOrphanedSoHRequest(This,correlationId);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentCallback_GetSoHRequest_Proxy(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
void __RPC_STUB INapSystemHealthAgentCallback_GetSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentCallback_ProcessSoHResponse_Proxy(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
void __RPC_STUB INapSystemHealthAgentCallback_ProcessSoHResponse_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentCallback_NotifySystemIsolationStateChange_Proxy(
INapSystemHealthAgentCallback* This);
void __RPC_STUB INapSystemHealthAgentCallback_NotifySystemIsolationStateChange_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentCallback_GetFixupInfo_Proxy(
INapSystemHealthAgentCallback* This,
FixupInfo **info);
void __RPC_STUB INapSystemHealthAgentCallback_GetFixupInfo_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentCallback_CompareSoHRequests_Proxy(
INapSystemHealthAgentCallback* This,
const SoHRequest *lhs,
const SoHRequest *rhs,
WINBOOL *isEqual);
void __RPC_STUB INapSystemHealthAgentCallback_CompareSoHRequests_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentCallback_NotifyOrphanedSoHRequest_Proxy(
INapSystemHealthAgentCallback* This,
const CorrelationId *correlationId);
void __RPC_STUB INapSystemHealthAgentCallback_NotifyOrphanedSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INapSystemHealthAgentCallback_INTERFACE_DEFINED__ */
/*****************************************************************************
* AsyncINapSystemHealthAgentCallback interface
*/
#ifndef __AsyncINapSystemHealthAgentCallback_INTERFACE_DEFINED__
#define __AsyncINapSystemHealthAgentCallback_INTERFACE_DEFINED__
DEFINE_GUID(IID_AsyncINapSystemHealthAgentCallback, 0x860d8fd9, 0x0219, 0x43ea, 0xae,0x7f, 0x59,0x61,0x1f,0x4c,0xc1,0x6a);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("860d8fd9-0219-43ea-ae7f-59611f4cc16a")
AsyncINapSystemHealthAgentCallback : public IUnknown
{
virtual void STDMETHODCALLTYPE Begin_GetSoHRequest(
INapSystemHealthAgentRequest *request) = 0;
virtual HRESULT STDMETHODCALLTYPE Finish_GetSoHRequest(
) = 0;
virtual void STDMETHODCALLTYPE Begin_ProcessSoHResponse(
INapSystemHealthAgentRequest *request) = 0;
virtual HRESULT STDMETHODCALLTYPE Finish_ProcessSoHResponse(
) = 0;
virtual void STDMETHODCALLTYPE Begin_NotifySystemIsolationStateChange(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Finish_NotifySystemIsolationStateChange(
) = 0;
virtual void STDMETHODCALLTYPE Begin_GetFixupInfo(
) = 0;
virtual HRESULT STDMETHODCALLTYPE Finish_GetFixupInfo(
FixupInfo **info) = 0;
virtual void STDMETHODCALLTYPE Begin_CompareSoHRequests(
const SoHRequest *lhs,
const SoHRequest *rhs) = 0;
virtual HRESULT STDMETHODCALLTYPE Finish_CompareSoHRequests(
WINBOOL *isEqual) = 0;
virtual void STDMETHODCALLTYPE Begin_NotifyOrphanedSoHRequest(
const CorrelationId *correlationId) = 0;
virtual HRESULT STDMETHODCALLTYPE Finish_NotifyOrphanedSoHRequest(
) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(AsyncINapSystemHealthAgentCallback, 0x860d8fd9, 0x0219, 0x43ea, 0xae,0x7f, 0x59,0x61,0x1f,0x4c,0xc1,0x6a)
#endif
#else
typedef struct AsyncINapSystemHealthAgentCallbackVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
AsyncINapSystemHealthAgentCallback* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
AsyncINapSystemHealthAgentCallback* This);
ULONG (STDMETHODCALLTYPE *Release)(
AsyncINapSystemHealthAgentCallback* This);
/*** INapSystemHealthAgentCallback methods ***/
void (STDMETHODCALLTYPE *Begin_GetSoHRequest)(
AsyncINapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
HRESULT (STDMETHODCALLTYPE *Finish_GetSoHRequest)(
AsyncINapSystemHealthAgentCallback* This);
void (STDMETHODCALLTYPE *Begin_ProcessSoHResponse)(
AsyncINapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
HRESULT (STDMETHODCALLTYPE *Finish_ProcessSoHResponse)(
AsyncINapSystemHealthAgentCallback* This);
void (STDMETHODCALLTYPE *Begin_NotifySystemIsolationStateChange)(
AsyncINapSystemHealthAgentCallback* This);
HRESULT (STDMETHODCALLTYPE *Finish_NotifySystemIsolationStateChange)(
AsyncINapSystemHealthAgentCallback* This);
void (STDMETHODCALLTYPE *Begin_GetFixupInfo)(
AsyncINapSystemHealthAgentCallback* This);
HRESULT (STDMETHODCALLTYPE *Finish_GetFixupInfo)(
AsyncINapSystemHealthAgentCallback* This,
FixupInfo **info);
void (STDMETHODCALLTYPE *Begin_CompareSoHRequests)(
AsyncINapSystemHealthAgentCallback* This,
const SoHRequest *lhs,
const SoHRequest *rhs);
HRESULT (STDMETHODCALLTYPE *Finish_CompareSoHRequests)(
AsyncINapSystemHealthAgentCallback* This,
WINBOOL *isEqual);
void (STDMETHODCALLTYPE *Begin_NotifyOrphanedSoHRequest)(
AsyncINapSystemHealthAgentCallback* This,
const CorrelationId *correlationId);
HRESULT (STDMETHODCALLTYPE *Finish_NotifyOrphanedSoHRequest)(
AsyncINapSystemHealthAgentCallback* This);
END_INTERFACE
} AsyncINapSystemHealthAgentCallbackVtbl;
interface AsyncINapSystemHealthAgentCallback {
CONST_VTBL AsyncINapSystemHealthAgentCallbackVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define AsyncINapSystemHealthAgentCallback_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define AsyncINapSystemHealthAgentCallback_AddRef(This) (This)->lpVtbl->AddRef(This)
#define AsyncINapSystemHealthAgentCallback_Release(This) (This)->lpVtbl->Release(This)
/*** INapSystemHealthAgentCallback methods ***/
#define AsyncINapSystemHealthAgentCallback_Begin_GetSoHRequest(This,request) (This)->lpVtbl->Begin_GetSoHRequest(This,request)
#define AsyncINapSystemHealthAgentCallback_Finish_GetSoHRequest(This) (This)->lpVtbl->Finish_GetSoHRequest(This)
#define AsyncINapSystemHealthAgentCallback_Begin_ProcessSoHResponse(This,request) (This)->lpVtbl->Begin_ProcessSoHResponse(This,request)
#define AsyncINapSystemHealthAgentCallback_Finish_ProcessSoHResponse(This) (This)->lpVtbl->Finish_ProcessSoHResponse(This)
#define AsyncINapSystemHealthAgentCallback_Begin_NotifySystemIsolationStateChange(This) (This)->lpVtbl->Begin_NotifySystemIsolationStateChange(This)
#define AsyncINapSystemHealthAgentCallback_Finish_NotifySystemIsolationStateChange(This) (This)->lpVtbl->Finish_NotifySystemIsolationStateChange(This)
#define AsyncINapSystemHealthAgentCallback_Begin_GetFixupInfo(This) (This)->lpVtbl->Begin_GetFixupInfo(This)
#define AsyncINapSystemHealthAgentCallback_Finish_GetFixupInfo(This,info) (This)->lpVtbl->Finish_GetFixupInfo(This,info)
#define AsyncINapSystemHealthAgentCallback_Begin_CompareSoHRequests(This,lhs,rhs) (This)->lpVtbl->Begin_CompareSoHRequests(This,lhs,rhs)
#define AsyncINapSystemHealthAgentCallback_Finish_CompareSoHRequests(This,isEqual) (This)->lpVtbl->Finish_CompareSoHRequests(This,isEqual)
#define AsyncINapSystemHealthAgentCallback_Begin_NotifyOrphanedSoHRequest(This,correlationId) (This)->lpVtbl->Begin_NotifyOrphanedSoHRequest(This,correlationId)
#define AsyncINapSystemHealthAgentCallback_Finish_NotifyOrphanedSoHRequest(This) (This)->lpVtbl->Finish_NotifyOrphanedSoHRequest(This)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT AsyncINapSystemHealthAgentCallback_QueryInterface(AsyncINapSystemHealthAgentCallback* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG AsyncINapSystemHealthAgentCallback_AddRef(AsyncINapSystemHealthAgentCallback* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG AsyncINapSystemHealthAgentCallback_Release(AsyncINapSystemHealthAgentCallback* This) {
return This->lpVtbl->Release(This);
}
/*** INapSystemHealthAgentCallback methods ***/
static FORCEINLINE void Begin_AsyncINapSystemHealthAgentCallback_GetSoHRequest(AsyncINapSystemHealthAgentCallback* This,INapSystemHealthAgentRequest *request) {
This->lpVtbl->Begin_GetSoHRequest(This,request);
}
static FORCEINLINE HRESULT Finish_AsyncINapSystemHealthAgentCallback_GetSoHRequest(AsyncINapSystemHealthAgentCallback* This) {
return This->lpVtbl->Finish_GetSoHRequest(This);
}
static FORCEINLINE void Begin_AsyncINapSystemHealthAgentCallback_ProcessSoHResponse(AsyncINapSystemHealthAgentCallback* This,INapSystemHealthAgentRequest *request) {
This->lpVtbl->Begin_ProcessSoHResponse(This,request);
}
static FORCEINLINE HRESULT Finish_AsyncINapSystemHealthAgentCallback_ProcessSoHResponse(AsyncINapSystemHealthAgentCallback* This) {
return This->lpVtbl->Finish_ProcessSoHResponse(This);
}
static FORCEINLINE void Begin_AsyncINapSystemHealthAgentCallback_NotifySystemIsolationStateChange(AsyncINapSystemHealthAgentCallback* This) {
This->lpVtbl->Begin_NotifySystemIsolationStateChange(This);
}
static FORCEINLINE HRESULT Finish_AsyncINapSystemHealthAgentCallback_NotifySystemIsolationStateChange(AsyncINapSystemHealthAgentCallback* This) {
return This->lpVtbl->Finish_NotifySystemIsolationStateChange(This);
}
static FORCEINLINE void Begin_AsyncINapSystemHealthAgentCallback_GetFixupInfo(AsyncINapSystemHealthAgentCallback* This) {
This->lpVtbl->Begin_GetFixupInfo(This,info);
}
static FORCEINLINE HRESULT Finish_AsyncINapSystemHealthAgentCallback_GetFixupInfo(AsyncINapSystemHealthAgentCallback* This,FixupInfo **info) {
return This->lpVtbl->Finish_GetFixupInfo(This);
}
static FORCEINLINE void Begin_AsyncINapSystemHealthAgentCallback_CompareSoHRequests(AsyncINapSystemHealthAgentCallback* This,const SoHRequest *lhs,const SoHRequest *rhs) {
This->lpVtbl->Begin_CompareSoHRequests(This,lhs,rhs,isEqual);
}
static FORCEINLINE HRESULT Finish_AsyncINapSystemHealthAgentCallback_CompareSoHRequests(AsyncINapSystemHealthAgentCallback* This,WINBOOL *isEqual) {
return This->lpVtbl->Finish_CompareSoHRequests(This);
}
static FORCEINLINE void Begin_AsyncINapSystemHealthAgentCallback_NotifyOrphanedSoHRequest(AsyncINapSystemHealthAgentCallback* This,const CorrelationId *correlationId) {
This->lpVtbl->Begin_NotifyOrphanedSoHRequest(This,correlationId);
}
static FORCEINLINE HRESULT Finish_AsyncINapSystemHealthAgentCallback_NotifyOrphanedSoHRequest(AsyncINapSystemHealthAgentCallback* This) {
return This->lpVtbl->Finish_NotifyOrphanedSoHRequest(This);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Begin_GetSoHRequest_Proxy(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Begin_GetSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Finish_GetSoHRequest_Proxy(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Finish_GetSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Begin_ProcessSoHResponse_Proxy(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Begin_ProcessSoHResponse_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Finish_ProcessSoHResponse_Proxy(
INapSystemHealthAgentCallback* This,
INapSystemHealthAgentRequest *request);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Finish_ProcessSoHResponse_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Begin_NotifySystemIsolationStateChange_Proxy(
INapSystemHealthAgentCallback* This);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Begin_NotifySystemIsolationStateChange_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Finish_NotifySystemIsolationStateChange_Proxy(
INapSystemHealthAgentCallback* This);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Finish_NotifySystemIsolationStateChange_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Begin_GetFixupInfo_Proxy(
INapSystemHealthAgentCallback* This);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Begin_GetFixupInfo_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Finish_GetFixupInfo_Proxy(
INapSystemHealthAgentCallback* This);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Finish_GetFixupInfo_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Begin_CompareSoHRequests_Proxy(
INapSystemHealthAgentCallback* This,
const SoHRequest *lhs,
const SoHRequest *rhs);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Begin_CompareSoHRequests_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Finish_CompareSoHRequests_Proxy(
INapSystemHealthAgentCallback* This,
const SoHRequest *lhs,
const SoHRequest *rhs);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Finish_CompareSoHRequests_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Begin_NotifyOrphanedSoHRequest_Proxy(
INapSystemHealthAgentCallback* This,
const CorrelationId *correlationId);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Begin_NotifyOrphanedSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE AsyncINapSystemHealthAgentCallback_Finish_NotifyOrphanedSoHRequest_Proxy(
INapSystemHealthAgentCallback* This,
const CorrelationId *correlationId);
void __RPC_STUB AsyncINapSystemHealthAgentCallback_Finish_NotifyOrphanedSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __AsyncINapSystemHealthAgentCallback_INTERFACE_DEFINED__ */
/*****************************************************************************
* INapSystemHealthAgentRequest interface
*/
#ifndef __INapSystemHealthAgentRequest_INTERFACE_DEFINED__
#define __INapSystemHealthAgentRequest_INTERFACE_DEFINED__
DEFINE_GUID(IID_INapSystemHealthAgentRequest, 0x5b360a69, 0x212d, 0x440d, 0xb3,0x98, 0x7e,0xef,0xd4,0x97,0x85,0x3a);
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("5b360a69-212d-440d-b398-7eefd497853a")
INapSystemHealthAgentRequest : public IUnknown
{
virtual HRESULT STDMETHODCALLTYPE GetCorrelationId(
CorrelationId *correlationId) = 0;
virtual HRESULT STDMETHODCALLTYPE GetStringCorrelationId(
StringCorrelationId **correlationId) = 0;
virtual HRESULT STDMETHODCALLTYPE SetSoHRequest(
const SoHRequest *sohRequest,
WINBOOL cacheSohForLaterUse) = 0;
virtual HRESULT STDMETHODCALLTYPE GetSoHRequest(
SoHRequest **sohRequest) = 0;
virtual HRESULT STDMETHODCALLTYPE GetSoHResponse(
SoHResponse **sohResponse,
UINT8 *flags) = 0;
virtual HRESULT STDMETHODCALLTYPE GetCacheSoHFlag(
WINBOOL *cacheSohForLaterUse) = 0;
};
#ifdef __CRT_UUID_DECL
__CRT_UUID_DECL(INapSystemHealthAgentRequest, 0x5b360a69, 0x212d, 0x440d, 0xb3,0x98, 0x7e,0xef,0xd4,0x97,0x85,0x3a)
#endif
#else
typedef struct INapSystemHealthAgentRequestVtbl {
BEGIN_INTERFACE
/*** IUnknown methods ***/
HRESULT (STDMETHODCALLTYPE *QueryInterface)(
INapSystemHealthAgentRequest* This,
REFIID riid,
void **ppvObject);
ULONG (STDMETHODCALLTYPE *AddRef)(
INapSystemHealthAgentRequest* This);
ULONG (STDMETHODCALLTYPE *Release)(
INapSystemHealthAgentRequest* This);
/*** INapSystemHealthAgentRequest methods ***/
HRESULT (STDMETHODCALLTYPE *GetCorrelationId)(
INapSystemHealthAgentRequest* This,
CorrelationId *correlationId);
HRESULT (STDMETHODCALLTYPE *GetStringCorrelationId)(
INapSystemHealthAgentRequest* This,
StringCorrelationId **correlationId);
HRESULT (STDMETHODCALLTYPE *SetSoHRequest)(
INapSystemHealthAgentRequest* This,
const SoHRequest *sohRequest,
WINBOOL cacheSohForLaterUse);
HRESULT (STDMETHODCALLTYPE *GetSoHRequest)(
INapSystemHealthAgentRequest* This,
SoHRequest **sohRequest);
HRESULT (STDMETHODCALLTYPE *GetSoHResponse)(
INapSystemHealthAgentRequest* This,
SoHResponse **sohResponse,
UINT8 *flags);
HRESULT (STDMETHODCALLTYPE *GetCacheSoHFlag)(
INapSystemHealthAgentRequest* This,
WINBOOL *cacheSohForLaterUse);
END_INTERFACE
} INapSystemHealthAgentRequestVtbl;
interface INapSystemHealthAgentRequest {
CONST_VTBL INapSystemHealthAgentRequestVtbl* lpVtbl;
};
#ifdef COBJMACROS
#ifndef WIDL_C_INLINE_WRAPPERS
/*** IUnknown methods ***/
#define INapSystemHealthAgentRequest_QueryInterface(This,riid,ppvObject) (This)->lpVtbl->QueryInterface(This,riid,ppvObject)
#define INapSystemHealthAgentRequest_AddRef(This) (This)->lpVtbl->AddRef(This)
#define INapSystemHealthAgentRequest_Release(This) (This)->lpVtbl->Release(This)
/*** INapSystemHealthAgentRequest methods ***/
#define INapSystemHealthAgentRequest_GetCorrelationId(This,correlationId) (This)->lpVtbl->GetCorrelationId(This,correlationId)
#define INapSystemHealthAgentRequest_GetStringCorrelationId(This,correlationId) (This)->lpVtbl->GetStringCorrelationId(This,correlationId)
#define INapSystemHealthAgentRequest_SetSoHRequest(This,sohRequest,cacheSohForLaterUse) (This)->lpVtbl->SetSoHRequest(This,sohRequest,cacheSohForLaterUse)
#define INapSystemHealthAgentRequest_GetSoHRequest(This,sohRequest) (This)->lpVtbl->GetSoHRequest(This,sohRequest)
#define INapSystemHealthAgentRequest_GetSoHResponse(This,sohResponse,flags) (This)->lpVtbl->GetSoHResponse(This,sohResponse,flags)
#define INapSystemHealthAgentRequest_GetCacheSoHFlag(This,cacheSohForLaterUse) (This)->lpVtbl->GetCacheSoHFlag(This,cacheSohForLaterUse)
#else
/*** IUnknown methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_QueryInterface(INapSystemHealthAgentRequest* This,REFIID riid,void **ppvObject) {
return This->lpVtbl->QueryInterface(This,riid,ppvObject);
}
static FORCEINLINE ULONG INapSystemHealthAgentRequest_AddRef(INapSystemHealthAgentRequest* This) {
return This->lpVtbl->AddRef(This);
}
static FORCEINLINE ULONG INapSystemHealthAgentRequest_Release(INapSystemHealthAgentRequest* This) {
return This->lpVtbl->Release(This);
}
/*** INapSystemHealthAgentRequest methods ***/
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_GetCorrelationId(INapSystemHealthAgentRequest* This,CorrelationId *correlationId) {
return This->lpVtbl->GetCorrelationId(This,correlationId);
}
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_GetStringCorrelationId(INapSystemHealthAgentRequest* This,StringCorrelationId **correlationId) {
return This->lpVtbl->GetStringCorrelationId(This,correlationId);
}
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_SetSoHRequest(INapSystemHealthAgentRequest* This,const SoHRequest *sohRequest,WINBOOL cacheSohForLaterUse) {
return This->lpVtbl->SetSoHRequest(This,sohRequest,cacheSohForLaterUse);
}
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_GetSoHRequest(INapSystemHealthAgentRequest* This,SoHRequest **sohRequest) {
return This->lpVtbl->GetSoHRequest(This,sohRequest);
}
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_GetSoHResponse(INapSystemHealthAgentRequest* This,SoHResponse **sohResponse,UINT8 *flags) {
return This->lpVtbl->GetSoHResponse(This,sohResponse,flags);
}
static FORCEINLINE HRESULT INapSystemHealthAgentRequest_GetCacheSoHFlag(INapSystemHealthAgentRequest* This,WINBOOL *cacheSohForLaterUse) {
return This->lpVtbl->GetCacheSoHFlag(This,cacheSohForLaterUse);
}
#endif
#endif
#endif
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentRequest_GetCorrelationId_Proxy(
INapSystemHealthAgentRequest* This,
CorrelationId *correlationId);
void __RPC_STUB INapSystemHealthAgentRequest_GetCorrelationId_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentRequest_GetStringCorrelationId_Proxy(
INapSystemHealthAgentRequest* This,
StringCorrelationId **correlationId);
void __RPC_STUB INapSystemHealthAgentRequest_GetStringCorrelationId_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentRequest_SetSoHRequest_Proxy(
INapSystemHealthAgentRequest* This,
const SoHRequest *sohRequest,
WINBOOL cacheSohForLaterUse);
void __RPC_STUB INapSystemHealthAgentRequest_SetSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentRequest_GetSoHRequest_Proxy(
INapSystemHealthAgentRequest* This,
SoHRequest **sohRequest);
void __RPC_STUB INapSystemHealthAgentRequest_GetSoHRequest_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentRequest_GetSoHResponse_Proxy(
INapSystemHealthAgentRequest* This,
SoHResponse **sohResponse,
UINT8 *flags);
void __RPC_STUB INapSystemHealthAgentRequest_GetSoHResponse_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
HRESULT STDMETHODCALLTYPE INapSystemHealthAgentRequest_GetCacheSoHFlag_Proxy(
INapSystemHealthAgentRequest* This,
WINBOOL *cacheSohForLaterUse);
void __RPC_STUB INapSystemHealthAgentRequest_GetCacheSoHFlag_Stub(
IRpcStubBuffer* This,
IRpcChannelBuffer* pRpcChannelBuffer,
PRPC_MESSAGE pRpcMessage,
DWORD* pdwStubPhase);
#endif /* __INapSystemHealthAgentRequest_INTERFACE_DEFINED__ */
#endif
/* Begin additional prototypes for all interfaces */
/* End additional prototypes */
#ifdef __cplusplus
}
#endif
#endif /* __napsystemhealthagent_h__ */
|