1 implementation of DeleteKey
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
251
public int
DeleteKey
([MarshalAs(UnmanagedType.LPWStr)] string subKeyName)
1 reference to DeleteKey
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
253
return _sapiRegKey.
DeleteKey
(subKeyName);