| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Program Files (x86)/Windows Kits/10/Include/10.0.19041.0/um/ |
Upload File : |
/* this ALWAYS GENERATED file contains the definitions for the interfaces */
/* File created by MIDL compiler version 8.01.0622 */
/* @@MIDL_FILE_HEADING( ) */
#pragma warning( disable: 4049 ) /* more than 64k source lines */
/* verify that the <rpcndr.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCNDR_H_VERSION__
#define __REQUIRED_RPCNDR_H_VERSION__ 475
#endif
/* verify that the <rpcsal.h> version is high enough to compile this file*/
#ifndef __REQUIRED_RPCSAL_H_VERSION__
#define __REQUIRED_RPCSAL_H_VERSION__ 100
#endif
#include "rpc.h"
#include "rpcndr.h"
#ifndef __RPCNDR_H_VERSION__
#error this stub requires an updated version of <rpcndr.h>
#endif /* __RPCNDR_H_VERSION__ */
#ifndef COM_NO_WINDOWS_H
#include "windows.h"
#include "ole2.h"
#endif /*COM_NO_WINDOWS_H*/
#ifndef __isolatedapplauncher_h__
#define __isolatedapplauncher_h__
#if defined(_MSC_VER) && (_MSC_VER >= 1020)
#pragma once
#endif
/* Forward Declarations */
#ifndef __IIsolatedAppLauncher_FWD_DEFINED__
#define __IIsolatedAppLauncher_FWD_DEFINED__
typedef interface IIsolatedAppLauncher IIsolatedAppLauncher;
#endif /* __IIsolatedAppLauncher_FWD_DEFINED__ */
#ifndef __IsolatedAppLauncher_FWD_DEFINED__
#define __IsolatedAppLauncher_FWD_DEFINED__
#ifdef __cplusplus
typedef class IsolatedAppLauncher IsolatedAppLauncher;
#else
typedef struct IsolatedAppLauncher IsolatedAppLauncher;
#endif /* __cplusplus */
#endif /* __IsolatedAppLauncher_FWD_DEFINED__ */
/* header files for imported files */
#include "oaidl.h"
#include "ocidl.h"
#ifdef __cplusplus
extern "C"{
#endif
/* interface __MIDL_itf_isolatedapplauncher_0000_0000 */
/* [local] */
#include <winapifamily.h>
#pragma region Desktop Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
typedef struct _IsolatedAppLauncherTelemetryParameters
{
BOOL EnableForLaunch;
GUID CorrelationGUID;
} IsolatedAppLauncherTelemetryParameters;
extern RPC_IF_HANDLE __MIDL_itf_isolatedapplauncher_0000_0000_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_isolatedapplauncher_0000_0000_v0_0_s_ifspec;
#ifndef __IIsolatedAppLauncher_INTERFACE_DEFINED__
#define __IIsolatedAppLauncher_INTERFACE_DEFINED__
/* interface IIsolatedAppLauncher */
/* [uuid][object] */
EXTERN_C const IID IID_IIsolatedAppLauncher;
#if defined(__cplusplus) && !defined(CINTERFACE)
MIDL_INTERFACE("F686878F-7B42-4CC4-96FB-F4F3B6E3D24D")
IIsolatedAppLauncher : public IUnknown
{
public:
virtual HRESULT STDMETHODCALLTYPE Launch(
/* [string][in] */ __RPC__in_string LPCWSTR appUserModelId,
/* [string][in] */ __RPC__in_string LPCWSTR arguments,
/* [in] */ __RPC__in const IsolatedAppLauncherTelemetryParameters *telemetryParameters) = 0;
};
#else /* C style interface */
typedef struct IIsolatedAppLauncherVtbl
{
BEGIN_INTERFACE
HRESULT ( STDMETHODCALLTYPE *QueryInterface )(
__RPC__in IIsolatedAppLauncher * This,
/* [in] */ __RPC__in REFIID riid,
/* [annotation][iid_is][out] */
_COM_Outptr_ void **ppvObject);
ULONG ( STDMETHODCALLTYPE *AddRef )(
__RPC__in IIsolatedAppLauncher * This);
ULONG ( STDMETHODCALLTYPE *Release )(
__RPC__in IIsolatedAppLauncher * This);
HRESULT ( STDMETHODCALLTYPE *Launch )(
__RPC__in IIsolatedAppLauncher * This,
/* [string][in] */ __RPC__in_string LPCWSTR appUserModelId,
/* [string][in] */ __RPC__in_string LPCWSTR arguments,
/* [in] */ __RPC__in const IsolatedAppLauncherTelemetryParameters *telemetryParameters);
END_INTERFACE
} IIsolatedAppLauncherVtbl;
interface IIsolatedAppLauncher
{
CONST_VTBL struct IIsolatedAppLauncherVtbl *lpVtbl;
};
#ifdef COBJMACROS
#define IIsolatedAppLauncher_QueryInterface(This,riid,ppvObject) \
( (This)->lpVtbl -> QueryInterface(This,riid,ppvObject) )
#define IIsolatedAppLauncher_AddRef(This) \
( (This)->lpVtbl -> AddRef(This) )
#define IIsolatedAppLauncher_Release(This) \
( (This)->lpVtbl -> Release(This) )
#define IIsolatedAppLauncher_Launch(This,appUserModelId,arguments,telemetryParameters) \
( (This)->lpVtbl -> Launch(This,appUserModelId,arguments,telemetryParameters) )
#endif /* COBJMACROS */
#endif /* C style interface */
#endif /* __IIsolatedAppLauncher_INTERFACE_DEFINED__ */
#ifndef __IsolatedAppLauncherLibrary_LIBRARY_DEFINED__
#define __IsolatedAppLauncherLibrary_LIBRARY_DEFINED__
/* library IsolatedAppLauncherLibrary */
/* [version][uuid] */
EXTERN_C const IID LIBID_IsolatedAppLauncherLibrary;
EXTERN_C const CLSID CLSID_IsolatedAppLauncher;
#ifdef __cplusplus
class DECLSPEC_UUID("BC812430-E75E-4FD1-9641-1F9F1E2D9A1F")
IsolatedAppLauncher;
#endif
#endif /* __IsolatedAppLauncherLibrary_LIBRARY_DEFINED__ */
/* interface __MIDL_itf_isolatedapplauncher_0000_0002 */
/* [local] */
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP) */
#pragma endregion
#pragma region App Family
#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP)
STDAPI IsProcessInWDAGContainer(_In_ PVOID Reserved, _Out_ BOOL *isProcessInWDAGContainer);
STDAPI IsProcessInIsolatedContainer(_Out_ BOOL *isProcessInIsolatedContainer);
#endif /* WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_APP) */
#pragma endregion
extern RPC_IF_HANDLE __MIDL_itf_isolatedapplauncher_0000_0002_v0_0_c_ifspec;
extern RPC_IF_HANDLE __MIDL_itf_isolatedapplauncher_0000_0002_v0_0_s_ifspec;
/* Additional Prototypes for ALL interfaces */
/* end of Additional Prototypes */
#ifdef __cplusplus
}
#endif
#endif