⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cim_pcvideocontroller.mof

📁 Pegasus is an open-source implementationof the DMTF CIM and WBEM standards. It is designed to be por
💻 MOF
字号:
// Copyright (c) 2005 DMTF.  All rights reserved.// <change cr="ArchCR00066.004" type="add">Add UmlPackagePath// qualifier values to CIM Schema.</change>// ==================================================================//  CIM_PCVideoController// ==================================================================   [UMLPackagePath ( "CIM::Device::Controller" ), Version ( "2.6.0" ),     Description (       "Capabilities and management of a PCVideoController, a subtype "       "of VideoController.")]class CIM_PCVideoController : CIM_VideoController {      [Description (          "The video architecture. For example, VGA (value=5) or PC-98 "          "(160) may be specified."),        ValueMap { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10",          "11", "12", "160" },        Values { "Other", "Unknown", "CGA", "EGA", "VGA", "SVGA", "MDA",          "HGC", "MCGA",           // 10                          "8514A", "XGA", "Linear Frame Buffer", "PC-98" },        MappingStrings { "MIF.DMTF|Video|004.2" }]   uint16 VideoArchitecture;      [Description (          "Current video mode."),        MappingStrings { "MIF.DMTF|Video|004.3" }]   uint16 VideoMode;      [Description (          "Current number of color planes. If this value is not "          "applicable for the current video configuration, enter 0.")]   uint16 NumberOfColorPlanes;};

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -