NDIS_STATUS_INVALID_DATAThe data supplied atInformationBufferin the specifiedNDIS_REQUESTstructure is invalid for the given OID_XXXcode. NDIS_STATUS_NOT_SUPPORTED or NDIS_STATUS_NOT_RECOGNIZEDThe underlying driver does not support the requested operation. ...
在给定NDIS_REQUEST结构中的InformationBuffer中提供的数据对于给定的 OID_XXX代码无效。 NDIS_STATUS_NOT_SUPPORTED或NDIS_STATUS_NOT_RECOGNIZED 基础驱动程序不支持请求的操作。 NDIS_STATUS_RESOURCES 由于资源短缺,请求无法满足。 通常,此返回表示分配内存的尝试失败,但不一定指示以后提交的同一请求会因相同原因而失败。
For most statistics queries, NDIS satisfies the request itself. Otherwise, NDIS forwards such request to the underlying driver's MiniportQueryInformation function. This type of request originates in a user-mode application, never in a protocol driver. For any of the preceding values, the OID_XXX...
NDIS和高层驱动程序可以使用OID来查询信息以及在某些情况下设置信息1) 对于无连接介质的高层驱动程序,它调用NdisRequest来查询或设置一个无连接微端口中的信息。为了执行查询操作,NDIS调用微端口的MiniportQueryInformation函数。为了执行设置操作,NDIS调用微端口的MiniportSetInformation函数2) 对于面向连接介质的高层驱动程序,...
对于设置操作,在 NDIS_OID_REQUEST 结构的 InformationBuffer 成员中提供的数据对于给定的 OID 无效。 NDIS_STATUS_NOT_ACCEPTED FilterOidRequest 尝试收集请求的信息,但未成功。 NDIS_STATUS_RESOURCES FilterOidRequest 由于资源不足而失败。 NDIS_STATUS_FAILURE 如果上述值均未应用,FilterOidRequest 将返回NDI...
Oidrequest.h Oidtypes.h Packet.h Poll.h Returncontext.h Returncontexttypes.h Rilapi.h Rilapitypes.h Ring.h Ringcollection.h Rsc.h Rsctypes.h Virtualaddress.h Virtualaddresstypes.h Vmbuskernelmodeclientlibapi.h Wditypes.h Wificx.h
NDIS calls a filter driver's FilterOidRequest function to process an OID request that is associated with the specified filter module. Note You must declare the function by using the FILTER_OID_REQUEST type. For more information, see the following Examples section. Syntax C++ Copy FILTER_OID_...
case NdisRequestQueryInformation: case NdisRequestQueryStatistics: default: Request->DATA.QUERY_INFORMATION.BytesWritten = 0; Request->DATA.QUERY_INFORMATION.BytesNeeded = 0; break; }} DEBUGP(DL_TRACE, ("<===FilterOidRequest: Status %8x.\n", Status));...
StatusBufferSize must be set to the total of both the size of DOT11_RECEIVED_INVITATION_REQUEST_PARAMETERS and the size of the list of returned Information Elements (IEs).After receiving the status indication, the system will determine the appropriate response for the invitation discovery request....
MINIPORT_CANCEL_OID_REQUEST callback function MINIPORT_CANCEL_SEND callback function MINIPORT_CHECK_FOR_HANG callback function MINIPORT_CO_ACTIVATE_VC callback function MINIPORT_CO_CREATE_VC callback function MINIPORT_CO_DEACTIVATE_VC callback function MINIPORT_CO_DELETE_VC callback function MINIPORT_CO...