mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
12 lines
280 B
Plaintext
12 lines
280 B
Plaintext
|
|
namespace PowerToys
|
||
|
|
{
|
||
|
|
namespace Interop
|
||
|
|
{
|
||
|
|
[default_interface] runtimeclass LayoutMapManaged {
|
||
|
|
LayoutMapManaged();
|
||
|
|
String GetKeyName(UInt32 key);
|
||
|
|
UInt32 GetKeyValue(String name);
|
||
|
|
void Updatelayout();
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|