Update reader.

This commit is contained in:
Bruce
2026-04-06 13:09:20 +08:00
parent b562d5b5ba
commit 64f3958d7f
55 changed files with 16056 additions and 9780 deletions

View File

@@ -502,6 +502,7 @@ namespace Win32
using namespace System;
using namespace System::Runtime::InteropServices;
[ComVisible (true)]
[ClassInterface (ClassInterfaceType::AutoDual)]
public ref class Key
{
private:
@@ -523,6 +524,7 @@ namespace Win32
);
return CStringToMPString (res);
}
Object ^GetWithDefault (Object ^dflt) { return Get (dflt); }
Object ^Get ()
{
auto res = GetPrivateProfileStringW (