NdisQueryBufferSafe()

Where are High/Normal/LowPagePriority defined? The following code
fragment gives me an undefined on NormalPagePriority. I know it’s in
either ntddk.h or wdm.h, but I thought we weren’t supposed to mix those
files with ndis.h.

Sample code:

#include <ndis.h>
void f(NDIS_BUFFER *pBuf)
{
VOID *pv;
UINT len;

NdisQueryBufferSafe(pBuf,&pv,&len,NormalPagePriority);
}

Thanks,

Scott


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com</ndis.h>