- A question about NDIS set OID_802_3_MULTICAST_LIST
- Posted by tianjun on December 14th, 2004
--
Hi All,
When NDIS set OID_802_3_MULTICAST_LIST ,what the informationBuffer
include?How does the Addresses created?
Sincerely yours,
Tianjun
- Posted by Thomas F. Divine [DDK MVP] on December 14th, 2004
"tianjun" <Tianjun@zcom.unimis.com> wrote in message
news:OE$iCVX4EHA.1296@TK2MSFTNGP10.phx.gbl...
OIF_GEN_CURRENT_PACKET_FILTER.
Then call OID_802_3_MULTICAST_LIST with an array of 802.3 multicast
addresses of 6-bytes each. The length passed to the call is the number of
bytes in the list. (e.g., 6-bytes for one MC address, etc.).
Good luck,
Thomas F. Divine, Windows DDK MVP
http://www.pcausa.com
Similar Posts
- NDIS Driver question (Drivers) by serge
- NDIS MiniportShutdown question (Drivers) by Ram Nayak
- Re: NDIS IM: Registry question (Drivers) by Stephan Wolf
- Ndis architecture question (Drivers) by Pete Davis
- A question about PM events in NDIS IM. (Drivers) by Duh Pohmelja

