ioctlnqgs.h
来自「macaddrsdk的驱动程序 macaddrsdk的驱动程序」· C头文件 代码 · 共 33 行
H
33 行
#ifndef _IOCTLNQGS_H_
#define _IOCTLNQGS_H_
// Copyright And Configuration Management ----------------------------------
//
// Header For
// IOCTL NDIS Query Global Statistics (NQGS) Module - IoctlNQGS.h
// For
// Windows NT And Windows 2000
//
// Copyright (c) 2000 Printing Communications Associates, Inc.
// - PCAUSA -
//
// Thomas F. Divine
// 4201 Brunswick Court
// Smyrna, Georgia 30080 USA
// (770) 432-4580
// tdivine@pcausa.com
//
// End ---------------------------------------------------------------------
DWORD
MAII_IoctlNdisQueryGlobalStats(
LPCTSTR lpAdapterName,
ULONG OidCode,
PVOID InformationBuffer,
UINT InformationBufferLength,
PUINT pBytesWritten
);
#endif // _IOCTLNQGS_H_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?