1 implementation of OpenKey
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
232
public int
OpenKey
([MarshalAs(UnmanagedType.LPWStr)] string subKeyName, out ISpDataKey ppSubKey)
2 references to OpenKey
System.Speech (2)
Internal\ObjectToken\RegistryDataKey.cs (2)
234
return _sapiRegKey.
OpenKey
(subKeyName, out ppSubKey);
362
if (0 != _sapiRegKey.
OpenKey
(keyName, out sapiSubKey))