Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2341590
  • 博文数量: 816
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 5010
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-17 17:57
文章分类

全部博文(816)

文章存档

2011年(1)

2008年(815)

分类:

2008-12-17 18:05:58

 

比如我想在BCB中使用WIN32_bios类,请问在BCB中怎样调用,我在MSDN中找不到相关的示范代码,
请Victor 帮忙看看?

 Platform SDK: Windows Management Instrumentation
Win32_BIOS

The Win32_BIOS WMI class represents the attributes of the computer system's basic input/output services (BIOS) that are installed on a computer.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.


class Win32_BIOS : CIM_BIOSElement
{
  uint16 BiosCharacteristics[];
  string BIOSVersion[];
  string BuildNumber;
  string Caption;
  string CodeSet;
  string CurrentLanguage;
  string Description;
  string IdentificationCode;
  uint16 InstallableLanguages;
  datetime InstallDate;
  string LanguageEdition;
  String ListOfLanguages[];
  string Manufacturer;
  string Name;
  string OtherTargetOS;
  boolean PrimaryBIOS;
  datetime ReleaseDate;
  string SerialNumber;
  string SMBIOSBIOSVersion;
  uint16 SMBIOSMajorVersion;
  uint16 SMBIOSMinorVersion;
  boolean SMBIOSPresent;
  string SoftwareElementID;
  uint16 SoftwareElementState;
  string Status;
  uint16 TargetOperatingSystem;
  string Version;
};
Methods
This class has no methods.


--------------------next---------------------

阅读(1154) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~