|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
WinDriver 怎么访问两张pcmica卡,我看两张卡的
我用WinDriver 编写的驱动程序怎么只能访问一张卡,不能打开第二张卡,为什么在结构体中
typedef struct
{
BYTE uBus; // bus number (first bus is 0)
BYTE uSocket; // socket number (first socket is 0)
BYTE uFunction; // function number (first function is 0)
BYTE uPadding; // 1 byte padding so structure will be 4 bytes aligned
} WD_PCMCIA_SLOT;
两张卡的信息中,几个参数都为0,是什么原因,请高手指教
该结构体中几个参数该多少,是哪儿不对,用windriver 带的列子程序也一样
|
|