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