📄 ioctlnqgs.h
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -