#line 1 "C:\\Windows\\system32\\wbem\\fr-FR\\profileassociationprovider.mfl" // Copyright (c) 1997-2008 Microsoft Corporation, All Rights Reserved #pragma autorecover #pragma classflags(64) #pragma namespace("\\\\.\\root\\interop") instance of __namespace{ name="ms_40c";}; #pragma namespace("\\\\.\\root\\interop\\ms_40c") [DisplayName("Profil d’alimentation") : Amended ToSubclass,Description("Un profil d’alimentation tel que défini par la spécification DMTF") : Amended ToSubclass,AMENDMENT, LOCALE(0x040c) : ToInstance] class Win32_PowerSupplyProfile : CIM_RegisteredProfile { }; [DisplayName("L’alimentation se conforme au profil.") : Amended ToSubclass,Description("Une association entre une alimentation et le profil d’alimentation inscrit.") : Amended ToSubclass,AMENDMENT, LOCALE(0x040c) : ToInstance] class Win32_PowerSupplyConformsToProfile : CIM_ElementConformsToProfile { [DisplayName("Standard conforme") : Amended ToSubclass,Description("Le profil standard qui est associé à l’élément géré dans ManagedElement.") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard; [DisplayName("Élément géré") : Amended ToSubclass,Description("L’alimentation qui est associée au profil d’alimentation dans un standard conforme.") : Amended ToSubclass] Win32_PowerSupply Ref ManagedElement; }; [DisplayName("La jauge d’alimentation se conforme au profil") : Amended ToSubclass,Description("Une association entre une jauge d’alimentation et le profil d’alimentation inscrit.") : Amended ToSubclass,AMENDMENT, LOCALE(0x040c) : ToInstance] class Win32_PowerMeterConformsToProfile : CIM_ElementConformsToProfile { [DisplayName("Standard conforme") : Amended ToSubclass,Description("Le profil standard qui est associé à l’élément géré dans ManagedElement.") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard; [DisplayName("Élément géré") : Amended ToSubclass,Description("La jauge d’alimentation qui est associée au profil d’alimentation dans un standard conforme.") : Amended ToSubclass] Win32_PowerMeter Ref ManagedElement; }; #pragma namespace("\\\\.\\root\\cimv2\\power") instance of __namespace{ name="ms_40c";}; #pragma namespace("\\\\.\\root\\cimv2\\power\\ms_40c") [DisplayName("Alimentation électrique") : Amended ToSubclass,Description("Périphérique d’alimentation électrique") : Amended ToSubclass,AMENDMENT, LOCALE(0x040c) : ToInstance] class Win32_PowerSupply : CIM_PowerSupply { [DisplayName("Nom") : Amended ToSubclass,Description("Nom convivial de la source d’alimentation.") : Amended ToSubclass] string Name; [DisplayName("ID de périphérique") : Amended ToSubclass,Description("Identificateur unique de la source d’alimentation.") : Amended ToSubclass,key] string DeviceID; }; [DisplayName("La jauge d’alimentation se conforme au profil") : Amended ToSubclass,Description("Une association entre une jauge d’alimentation et le profil d’alimentation inscrit.") : Amended ToSubclass,AMENDMENT, LOCALE(0x040c) : ToInstance] class Win32_PowerMeterConformsToProfile : CIM_ElementConformsToProfile { [DisplayName("Standard conforme") : Amended ToSubclass,Description("Le profil standard qui est associé à l’élément géré dans ManagedElement.") : Amended ToSubclass] CIM_RegisteredProfile Ref ConformantStandard; [DisplayName("Élément géré") : Amended ToSubclass,Description("La jauge d’alimentation qui est associée au profil d’alimentation dans un standard conforme.") : Amended ToSubclass] Win32_PowerMeter Ref ManagedElement; };