1 implementation of EnumValues
System.Speech (1)
Internal\ObjectToken\RegistryDataKey.cs (1)
278
public int
EnumValues
(uint index, [MarshalAs(UnmanagedType.LPWStr)] out string valueName)
2 references to EnumValues
System.Speech (2)
Internal\ObjectToken\RegistryDataKey.cs (2)
280
return _sapiRegKey.
EnumValues
(index, out valueName);
401
for (uint i = 0; 0 == _sapiRegKey.
EnumValues
(i, out valueName); i++)