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