约有 5 项符合查询结果, 以下是第 1 - 1项。
费时 < 1 秒。
GetLastError返回值为31,
〖31〗-连到系统上的设备没有发挥作用。
是什么意思?如何解决?
我的网卡应该是好的。我还用它上网呢
Posted in Windows内核
by
joe2007max83
on 2011-07-02
谢谢你的回答。
GetLastError返回值为31,
〖31〗-连到系统上的设备没有发挥作用。
是什么意思?如何解决?
我的网卡应该是好的。我还用它上网呢。
Posted in Windows驱动开发
by
joe2007max83
on 2011-07-01
如题,下面一段程序中,DeviceIoControl访问OID_802_11_BSSID_LIST老是失败(见下面红色),也就是说bResult一直等于0;为什么?请教牛人!!!
可能的问题出现在哪?为什么第二个DeviceIoControl失败?
#include ''stdafx.h''
#include
#include
#include
#include
#include
#include
#include
#define NUMBEROF_BSSIDS 10
int main()
{
HANDLE hDev;
bool bResult;
DWORD junk;
unsigned char ...
Posted in Windows驱动开发
by
joe2007max83
on 2011-07-01
如题,下面一段程序中,DeviceIoControl访问OID_802_11_BSSID_LIST老是失败(见下面红色),也就是说bResult一直等于0;为什么?请教牛人!!!
可能的问题出现在哪?为什么第二个DeviceIoControl失败?
#include ''stdafx.h''
#include
#include
#include
#include
#include
#include
#include
#define NUMBEROF_BSSIDS 10
int main()
{
HANDLE hDev;
bool bResult;
DWORD junk;
unsigned char ...
Posted in Windows内核
by
joe2007max83
on 2011-07-01