miniport.h
来自「pppoe在windows实现的miniport驱动源代码」· C头文件 代码 · 共 31 行
H
31 行
/*
MikroTik PPPoE - MikroTik PPP over Ethernet client for Windows
Copyright (C), 2001 MikroTikls
The contents of this program are subject to the Mozilla Public License
Version 1.1; you may not use this program except in compliance with the
License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
http://www.mikrotik.com
mt@mt.lv
*/
#ifndef __MINIPORT_H__
#define __MINIPORT_H__
#include "my.h"
#include "adapter.h"
void SetupMiniportCfg(PNDIS_MINIPORT_CHARACTERISTICS cfg);
void MiniInitAdapter(PADAPTER);
void MiniEnterCallState(PADAPT a, ULONG state, ULONG param);
void MiniEnterLinedevState(PADAPT a, ULONG state);
void MiniReportLineUp(PADAPT a);
void MiniReportLineDown(PADAPT a);
void MiniReportLineError(PADAPTER a, ULONG err);
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?