24 lines
911 B
C
24 lines
911 B
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"
|
|
|
|
/* Forward Declarations */
|
|
// Parameterized interface forward declarations (C)
|
|
|
|
// Collection interface definitions
|
|
|
|
enum __x_ABI_CWindows_CPhone_CSpeech_CRecognition_CSpeechRecognitionUIStatus
|
|
{
|
|
__x_ABI_CWindows_CPhone_CSpeech_CRecognition_CSpeechRecognitionUIStatus_Succeeded = 0,
|
|
__x_ABI_CWindows_CPhone_CSpeech_CRecognition_CSpeechRecognitionUIStatus_Busy = 1,
|
|
__x_ABI_CWindows_CPhone_CSpeech_CRecognition_CSpeechRecognitionUIStatus_Cancelled = 2,
|
|
__x_ABI_CWindows_CPhone_CSpeech_CRecognition_CSpeechRecognitionUIStatus_Preempted = 3,
|
|
__x_ABI_CWindows_CPhone_CSpeech_CRecognition_CSpeechRecognitionUIStatus_PrivacyPolicyDeclined = 4,
|
|
};
|
|
|