代码搜索:wmi
找到约 720 项符合「wmi」的源代码
代码结果 720
www.eeworm.com/read/104928/15681381
vbs page304.vbs
Dim objService, objWMIObject, nResult
'get a reference to a WMI service
Set objService = GetObject("winmgmts:{impersonationLevel=impersonate}")
'get a reference to the directory D:\Data\Reports
www.eeworm.com/read/230647/4720872
moff wmicore.moff
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
wmicore.mof
Abstract:
This file defines all of the MOF classes "built in" to WMI. Typically
this will be for all
www.eeworm.com/read/274098/4189739
asl device.asl
//
// Sample ASL code to demonstrate WMI query, set, method and event operations
//
// Insert this code at an appropriate place in the bios ASL source, rebuild
// the DSDT and replace the original
www.eeworm.com/read/274098/4189754
c smbwmi.c
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
SmbWmi.c
Abstract:
Wmi section for Smart Battery Miniport Driver
Author:
Michael Hills
Environment:
www.eeworm.com/read/104928/15681367
vbs page307.vbs
Dim objService, objWMIFiles, nResult, objFile
'get a reference to a WMI service
Set objService = GetObject("winmgmts:{impersonationLevel=impersonate}")
'get all files with .tmp extenstion on th
www.eeworm.com/read/297131/8051124
c tapewmi.c
/*++
Copyright (C) Microsoft Corporation, 1999
Module Name:
tapewmi.c
Abstract:
This is the tape class driver - WMI support routines.
Environment:
kernel mode only
www.eeworm.com/read/229636/14326131
c tapewmi.c
/*++
Copyright (C) Microsoft Corporation, 1999
Module Name:
tapewmi.c
Abstract:
This is the tape class driver - WMI support routines.
Environment:
kernel mode only
www.eeworm.com/read/230647/4720843
h wmistr.h
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
Wmistr.h
Abstract:
WMI structure definitions
Author:
16-Jan-1997 AlanWar
Revision History:
--*/
#if
www.eeworm.com/read/135259/13947271
h wmistr.h
/*++
Copyright (c) 1995 Microsoft Corporation
Module Name:
Wmistr.h
Abstract:
WMI structure definitions
Author:
16-Jan-1997 AlanWar
Revision History:
--*/
#if
www.eeworm.com/read/104928/15681097
vbs wmiinc.vbs
'wmiinc.vbs
'contains reusable WMI support code
Option Explicit
Const WMIConst = "winmgmts:{impersonationLevel=impersonate}!"
Const wbemCimtypeDatetime =101
Const wbemCimtypeString = 8
Const