J'ai une énumération:
public enum baseKey : uint
{
HKEY_CLASSES_ROOT = 0x80000000,
HKEY_CURRENT_USER = 0x80000001,
HKEY_LOCAL_MACHINE = 0x80000002,
HKEY_USERS = 0x80000003,
HKEY_CURRENT_CONFIG = 0x80000005
}
Comment puis-je, étant donné la chaîne HKEY_LOCAL_MACHINE
, obtenir une valeur 0x80000002
basée sur l'énumération?