360 lines
29 KiB
C
360 lines
29 KiB
C
// WARNING: Please don't edit this file. It was generated by Swift/WinRT v0.0.1
|
|
|
|
#pragma once
|
|
// Header files for imported files
|
|
#include <inspectable.h>
|
|
#include <EventToken.h>
|
|
#include <windowscontracts.h>
|
|
#include "Windows.Foundation.h"
|
|
// Importing Collections header
|
|
#include "Windows.Foundation.Collections.h"
|
|
|
|
/* Forward Declarations */
|
|
#ifndef ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
#endif // ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo_FWD_DEFINED__
|
|
|
|
#ifndef ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager;
|
|
|
|
#endif // ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager_FWD_DEFINED__
|
|
|
|
#ifndef ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics;
|
|
|
|
#endif // ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics_FWD_DEFINED__
|
|
|
|
// Parameterized interface forward declarations (C)
|
|
|
|
// Collection interface definitions
|
|
|
|
#if !defined(____x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef interface __x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo __x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
// Declare the parameterized interface IID.
|
|
EXTERN_C const IID IID___x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
typedef struct __x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* get_Current)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo** result);
|
|
HRESULT (STDMETHODCALLTYPE* get_HasCurrent)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
boolean* result);
|
|
HRESULT (STDMETHODCALLTYPE* MoveNext)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
boolean* result);
|
|
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
UINT32 itemsLength,
|
|
__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo** items,
|
|
UINT32* result);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl;
|
|
|
|
interface __x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo
|
|
{
|
|
CONST_VTBL struct __x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
#endif // ____x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
#if !defined(____x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef interface __x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo __x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
// Declare the parameterized interface IID.
|
|
EXTERN_C const IID IID___x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
typedef struct __x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* First)(__x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_C__FIIterator_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo** result);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl;
|
|
|
|
interface __x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo
|
|
{
|
|
CONST_VTBL struct __x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
#endif // ____x_ABI_C__FIIterable_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
#if !defined(____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef interface __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
// Declare the parameterized interface IID.
|
|
EXTERN_C const IID IID___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
typedef struct __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* GetAt)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
UINT32 index,
|
|
__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo** result);
|
|
HRESULT (STDMETHODCALLTYPE* get_Size)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
UINT32* result);
|
|
HRESULT (STDMETHODCALLTYPE* IndexOf)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* value,
|
|
UINT32* index,
|
|
boolean* result);
|
|
HRESULT (STDMETHODCALLTYPE* GetMany)(__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
UINT32 startIndex,
|
|
UINT32 itemsLength,
|
|
__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo** items,
|
|
UINT32* result);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl;
|
|
|
|
interface __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo
|
|
{
|
|
CONST_VTBL struct __x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
#endif // ____x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef interface __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
#if !defined(____x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef interface __x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo __x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
// Declare the parameterized interface IID.
|
|
EXTERN_C const IID IID___x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
typedef struct __x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* put_Completed)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* handler);
|
|
HRESULT (STDMETHODCALLTYPE* get_Completed)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo** result);
|
|
HRESULT (STDMETHODCALLTYPE* GetResults)(__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo** result);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl;
|
|
|
|
interface __x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo
|
|
{
|
|
CONST_VTBL struct __x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
#endif // ____x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
#if !defined(____x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef interface __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
// Declare the parameterized interface IID.
|
|
EXTERN_C const IID IID___x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo;
|
|
|
|
typedef struct __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This);
|
|
HRESULT (STDMETHODCALLTYPE* Invoke)(__x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* This,
|
|
__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo* asyncInfo,
|
|
enum __x_ABI_CWindows_CFoundation_CAsyncStatus asyncStatus);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl;
|
|
|
|
interface __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo
|
|
{
|
|
CONST_VTBL struct __x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfoVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
#endif // ____x_ABI_C__FIAsyncOperationCompletedHandler_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
|
|
typedef enum __x_ABI_CWindows_CFoundation_CAsyncStatus __x_ABI_CWindows_CFoundation_CAsyncStatus;
|
|
|
|
#ifndef ____x_ABI_CWindows_CFoundation_CIAsyncInfo_FWD_DEFINED__
|
|
#define ____x_ABI_CWindows_CFoundation_CIAsyncInfo_FWD_DEFINED__
|
|
typedef interface __x_ABI_CWindows_CFoundation_CIAsyncInfo __x_ABI_CWindows_CFoundation_CIAsyncInfo;
|
|
|
|
#endif // ____x_ABI_CWindows_CFoundation_CIAsyncInfo_FWD_DEFINED__
|
|
|
|
#if !defined(____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__
|
|
typedef struct __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfoVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* get_TenantId)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* value);
|
|
HRESULT (STDMETHODCALLTYPE* get_TenantName)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* value);
|
|
HRESULT (STDMETHODCALLTYPE* get_Subject)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* value);
|
|
HRESULT (STDMETHODCALLTYPE* get_KeyId)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* value);
|
|
HRESULT (STDMETHODCALLTYPE* get_KeyName)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo* This,
|
|
HSTRING* value);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfoVtbl;
|
|
|
|
interface __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo
|
|
{
|
|
CONST_VTBL struct __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfoVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
EXTERN_C const IID IID___x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo;
|
|
#endif /* !defined(____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationInfo_INTERFACE_DEFINED__) */
|
|
|
|
#if !defined(____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager_INTERFACE_DEFINED__
|
|
typedef struct __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* GetRegistrationsAsync)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager* This,
|
|
__x_ABI_C__FIAsyncOperation_1___x_ABI_C__FIVectorView_1___x_ABI_CWindows__CSecurity__CAuthentication__CIdentity__CEnterpriseKeyCredentialRegistrationInfo** value);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerVtbl;
|
|
|
|
interface __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager
|
|
{
|
|
CONST_VTBL struct __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
EXTERN_C const IID IID___x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager;
|
|
#endif /* !defined(____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager_INTERFACE_DEFINED__) */
|
|
|
|
#if !defined(____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics_INTERFACE_DEFINED__)
|
|
#define ____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics_INTERFACE_DEFINED__
|
|
typedef struct __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStaticsVtbl
|
|
{
|
|
BEGIN_INTERFACE
|
|
|
|
HRESULT (STDMETHODCALLTYPE* QueryInterface)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This,
|
|
REFIID riid,
|
|
void** ppvObject);
|
|
ULONG (STDMETHODCALLTYPE* AddRef)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This);
|
|
ULONG (STDMETHODCALLTYPE* Release)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This);
|
|
HRESULT (STDMETHODCALLTYPE* GetIids)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This,
|
|
ULONG* iidCount,
|
|
IID** iids);
|
|
HRESULT (STDMETHODCALLTYPE* GetRuntimeClassName)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This,
|
|
HSTRING* className);
|
|
HRESULT (STDMETHODCALLTYPE* GetTrustLevel)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This,
|
|
TrustLevel* trustLevel);
|
|
HRESULT (STDMETHODCALLTYPE* get_Current)(__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics* This,
|
|
__x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManager** value);
|
|
|
|
END_INTERFACE
|
|
} __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStaticsVtbl;
|
|
|
|
interface __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics
|
|
{
|
|
CONST_VTBL struct __x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStaticsVtbl* lpVtbl;
|
|
};
|
|
|
|
|
|
EXTERN_C const IID IID___x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics;
|
|
#endif /* !defined(____x_ABI_CWindows_CSecurity_CAuthentication_CIdentity_CIEnterpriseKeyCredentialRegistrationManagerStatics_INTERFACE_DEFINED__) */
|
|
|