jeosph
驱动中牛
驱动中牛
  • 注册日期2001-04-19
  • 最后登录2006-08-08
  • 粉丝0
  • 关注0
  • 积分96分
  • 威望11点
  • 贡献值0点
  • 好评度9点
  • 原创分0分
  • 专家分0分
阅读:1462回复:1

TAPI Set Information Requests 的问题!

楼主#
更多 发布于:2001-08-06 10:34
9.2 TAPI Set Information Requests
OID_TAPI_ANSWER
这个结构中有一个hdCall IN参数,其描述如下:
1)Specifies the miniport's handle to the call to be answered. The driver set this handle up when it called NdisMIndicateStatus with the LINE_EVENT_NEWCALL indication.

2)NdisMIndicateStatus : indicates changes in the status of a NIC to higher-level NDIS drivers.

3)WAN miniports return no information for set requests other than the completion status. All OID-specific structures are provided by the protocol driver, and their members are read-only to the underlying WAN NIC miniport.

问题在于3)说OID-TAPI -ANSWER的结构由协议驱动设置,结构成员对NIC只读,从1)2)的说法推断,hdCall是由小端口驱动设置的 啊?

这是为什么呀?

最新喜欢:

skylglskylgl
Caprice
驱动牛犊
驱动牛犊
  • 注册日期2001-07-24
  • 最后登录
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2001-08-06 15:21
“只读”是指在该OID_TAPI_XXX的set infomation操作中只读,不是指在整个过程中都不能被小端口改变。hdCall是在最初该呼叫事件(newCall)到来时被小端口设置的。
见:
The driver set this handle up when it called NdisMIndicateStatus with the LINE_EVENT_NEWCALL indication
God helps those who help themselves.
游客

返回顶部