1 implementation of GetDWORD
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
222
public int
GetDWORD
([MarshalAs(UnmanagedType.LPWStr)] string valueName, ref uint pdwValue)
3 references to GetDWORD
System.Speech (3)
Internal\ObjectToken\RegistryDataKey.cs (3)
224
return _sapiRegKey.
GetDWORD
(valueName, ref pdwValue);
336
0 == _sapiRegKey.
GetDWORD
(valueName, ref unusedUint) ||
350
return 0 == _sapiRegKey.
GetDWORD
(valueName, ref value);