usbcrypt.mof

来自「TI公司的USB键盘例子程序,包括驱动,固件,应用程序等.」· MOF 代码 · 共 22 行

MOF
22
字号
[Dynamic, Provider("WMIProv"),
 WMI,
 Description("USB En(De)Crypt sample driver"),
 guid("{11656D81-F533-461a-B1DA-F0BDEB089CC4}"),
 locale("MS\\0x409")]
class USBCryptInformation
{
    [key, read]
     string InstanceName;

    [read] boolean Active;

    [WmiDataId(1),
     read,
     write,
     Description("The DecryptByteCount property is a count of the number of bytes the USB device has decrypted.")
     ]
    uint32 DecryptByteCount;
	

};

⌨️ 快捷键说明

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