4 interfaces inheriting from ISpDataKey
System.Speech (4)
Internal\SapiInterop\SapiInterop.cs (3)
96
internal interface ISpObjectToken :
ISpDataKey
178
internal interface ISpRegDataKey :
ISpDataKey
212
internal interface ISpObjectTokenCategory :
ISpDataKey
Recognition\RecognizerBase.cs (1)
3180
internal interface ISpObjectTokenCategory :
ISpDataKey
1 implementation of ISpDataKey
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
15
internal class RegistryDataKey :
ISpDataKey
, IEnumerable<RegistryDataKey?>, IDisposable
16 references to ISpDataKey
System.Speech (16)
Internal\ObjectToken\RegistryDataKey.cs (6)
46
protected RegistryDataKey(string fullPath,
ISpDataKey
copyKey, bool shouldDispose)
232
public int OpenKey([MarshalAs(UnmanagedType.LPWStr)] string subKeyName, out
ISpDataKey
ppSubKey)
242
public int CreateKey([MarshalAs(UnmanagedType.LPWStr)] string subKeyName, out
ISpDataKey
ppSubKey)
361
ISpDataKey
sapiSubKey;
380
ISpDataKey
sapiSubKey;
446
internal
ISpDataKey
_sapiRegKey;
Internal\SapiInterop\SapiInterop.cs (8)
112
new int OpenKey([MarshalAs(UnmanagedType.LPWStr)] string pszSubKeyName, out
ISpDataKey
ppSubKey);
114
new int CreateKey([MarshalAs(UnmanagedType.LPWStr)] string pszSubKey, out
ISpDataKey
ppSubKey);
164
int OpenKey([MarshalAs(UnmanagedType.LPWStr)] string subKeyName, out
ISpDataKey
ppSubKey);
166
int CreateKey([MarshalAs(UnmanagedType.LPWStr)] string subKey, out
ISpDataKey
ppSubKey);
194
new int OpenKey([MarshalAs(UnmanagedType.LPWStr)] string pszSubKeyName, out
ISpDataKey
ppSubKey);
196
new int CreateKey([MarshalAs(UnmanagedType.LPWStr)] string subKey, out
ISpDataKey
ppSubKey);
228
new int OpenKey([MarshalAs(UnmanagedType.LPWStr)] string pszSubKeyName, out
ISpDataKey
ppSubKey);
230
new int CreateKey([MarshalAs(UnmanagedType.LPWStr)] string subKey, out
ISpDataKey
ppSubKey);
Recognition\RecognizerBase.cs (2)
3196
new int OpenKey([MarshalAs(UnmanagedType.LPWStr)] string pszSubKeyName, out
ISpDataKey
ppSubKey);
3198
new int CreateKey([MarshalAs(UnmanagedType.LPWStr)] string subKey, out
ISpDataKey
ppSubKey);