Fix value of `CLSCTX.ALLOW_LOWER_TRUST_REGISTRATION`

This commit is contained in:
YoshiRulz 2025-03-28 10:00:46 +10:00
parent a80399860d
commit 32a8193c74
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ namespace BizHawk.Common
ACTIVATE_AAA_AS_IU = 0x800000,
RESERVED6 = 0x1000000,
ACTIVATE_ARM32_SERVER = 0x2000000,
ALLOW_LOWER_TRUST_REGISTRATION,
ALLOW_LOWER_TRUST_REGISTRATION = 0x4000000, // missing from official docs lmao, but confirmed by https://github.com/microsoft/windows-rs/blob/3fd93b0a8064e4c9c2fb6f43da798030124ee9c5/crates/libs/sys/src/Windows/Win32/System/Com/mod.rs#L315
PS_DLL = 0x80000000
}