Dear all,
I'm developing NDIS miniport driver for Win2K and WinXP.
If a Miniport D/D return NDIS_STATUS_PENDING for a MiniportSetInformation,
it will need to return the final status for the NdisMSetInformationComplete.
However, the NdisMSetInformationComplete does not have NDIS_OID or
Informationbuffer that was from MiniportSetInformation.
So, I think it is impossible to identify what the paired
MiniportSetInformation is if there were multiple MiniportSetInformations
with NDIS_STATUS_PENDING.
Q) Between returning NDIS_STATUS_PENDING for a MiniportSetInformation and
NdisMSetInformationComplete, is it guaranteed not to issue another
MiniportSetInformation from the Window operating system?
This can apply to MiniportQueryInformation/NdisMQueryInformationComplete as
well.
Have a nice weekend.
Thank you.
// Daum