代码搜索:Notes
找到约 10,000 项符合「Notes」的源代码
代码结果 10,000
www.eeworm.com/read/421857/10686808
txt icq.txt
The ICQ Security Tutorial / Written by R a v e N (blacksun.box.sk)
13/7/2000, version 1.9
Author's notes: I'm getting tired of
www.eeworm.com/read/276359/10744099
h intwmi.h
/*++
Module Name:
intwmi.h
Abstract:
Environment:
Kernel mode
Notes:
--*/
#ifndef _INTUSB_WMI_H
#define _INTUSB_WMI_H
NTSTATUS
IntUsb_WmiRegistration(
IN
www.eeworm.com/read/276359/10744131
h intwdm98.h
/*++
Module Name:
intwdm98.h
Abstract:
Environment:
Kernel mode
Notes:
--*/
typedef VOID (NTAPI *PIO_WORKITEM_ROUTINE)(PDEVICE_OBJECT DeviceObject, PVOID Context);
www.eeworm.com/read/276359/10744139
h intdev.h
/*++
Module Name:
intdev.h
Abstract:
Environment:
Kernel mode
Notes:
--*/
#ifndef _INTUSB_DEV_H
#define _INTUSB_DEV_H
NTSTATUS
IntUsb_DispatchCreate(
IN
www.eeworm.com/read/273877/10896043
txt relnotes.txt
JavaBeans(tm)Activation Framework 1.1 Release Notes
Welcome to the JavaBeans(tm) Activation Framework! A great deal of time
and effort was put into making this package functional and
usable. We ar
www.eeworm.com/read/418731/10932427
txt icq.txt
The ICQ Security Tutorial / Written by R a v e N (blacksun.box.sk)
13/7/2000, version 1.9
Author's notes: I'm getting tired of
www.eeworm.com/read/272665/10949725
h intwmi.h
/*++
Module Name:
intwmi.h
Abstract:
Environment:
Kernel mode
Notes:
--*/
#ifndef _INTUSB_WMI_H
#define _INTUSB_WMI_H
NTSTATUS
IntUsb_WmiRegistration(
IN
www.eeworm.com/read/272665/10949746
h intwdm98.h
/*++
Module Name:
intwdm98.h
Abstract:
Environment:
Kernel mode
Notes:
--*/
typedef VOID (NTAPI *PIO_WORKITEM_ROUTINE)(PDEVICE_OBJECT DeviceObject, PVOID Context);
www.eeworm.com/read/272665/10949756
h intdev.h
/*++
Module Name:
intdev.h
Abstract:
Environment:
Kernel mode
Notes:
--*/
#ifndef _INTUSB_DEV_H
#define _INTUSB_DEV_H
NTSTATUS
IntUsb_DispatchCreate(
IN
www.eeworm.com/read/418199/10959449
vbs modify a virtual network property.vbs
On Error Resume Next
Set objVS = CreateObject("VirtualServer.Application")
Set objNetwork = objVS.FindVirtualNetwork("Scripted Network")
objNetwork.Notes = "This note was added via a script."