代码搜索:wmi

找到约 720 项符合「wmi」的源代码

代码结果 720
www.eeworm.com/read/411543/2186448

cpp readwrite.cpp

// Read/Write request processors for wmi42 driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" ////////////////////////////////////////
www.eeworm.com/read/374804/2745142

cs audiodevice.cs

using System; using System.Runtime.InteropServices; namespace gowk.multimedia { /// /// AudioDevice 的摘要说明。 /// public class AudioDevice { private short wMi
www.eeworm.com/read/350717/3117762

cpp readwrite.cpp

// Read/Write request processors for wmi42 driver // Copyright (C) 1999 by Walter Oney // All rights reserved #include "stddcls.h" #include "driver.h" ////////////////////////////////////////
www.eeworm.com/read/133528/14036934

vbs testm.vbs

Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator") Set objSWbemService = objSWbemLocator.ConnectServer(, "root\wmi") Set colLUNs = objSWbemService.Get("VDISKMP_LUN").Instances_ For Ea
www.eeworm.com/read/133528/14036936

vbs listluns.vbs

Set objSWbemLocator = CreateObject("WbemScripting.SWbemLocator") Set objSWbemService = objSWbemLocator.ConnectServer(, "root\wmi") Set colLUNs = objSWbemService.Get("VDISKMP_LUN").Instances_ For Ea
www.eeworm.com/read/179450/9355902

h wmistr.h

/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: Wmistr.h Abstract: WMI structure definitions --*/ #ifndef _WMISTR_ #define _WMISTR_ #pragm
www.eeworm.com/read/353838/10414001

c pnp.c

/*++ Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved Module Name: pnp.c Abstract: This is the code for handling PnP, Power and WMI IRPs Author: Raju Rama
www.eeworm.com/read/278598/10526813

c pnp.c

/*++ Copyright (c) 1990-2000 Microsoft Corporation, All Rights Reserved Module Name: pnp.c Abstract: This is the code for handling PnP, Power and WMI IRPs Author: Raju Rama
www.eeworm.com/read/469944/6921440

h wmistr.h

/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: Wmistr.h Abstract: WMI structure definitions --*/ #ifndef _WMISTR_ #define _WMISTR_ #pragm
www.eeworm.com/read/112494/6962754

cpp driver.cpp

// // Driver.c - Chapter 13 - WMI Support Driver Example // // Copyright (C) 2000 by Jerry Lozano // #include "Driver.h" // Forward declarations // NTSTATUS AddDevice ( IN PDRIVER_OBJE