Click here to Skip to main content
15,896,111 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends
Can anyone Here Help me to Understand, What is MDL(Memory Decriptor List)?? And How can i Declare and Access MDL in C or C++??
(i am Working on Windows Platform)

Thanks in Adavnce


--Naveen Kumar Dushila
Posted
Updated 6-Sep-11 20:28pm
v2

1 solution

A memory descriptor list (MDL) is a system-defined structure that describes a buffer by a set of physical addresses.
http://msdn.microsoft.com/en-us/windows/hardware/gg463193[^]

A simple demo for WDM Driver development[^]
 
Share this answer
 
Comments
nk.dushila 7-Sep-11 7:29am    
Hi Prerak Patel

Actually this MDL which i am talking about is

NDIS_PACKET->NDIS_BUFFER

typedef MDL NDIS_BUFFER, *PNDIS_BUFFER;



And i want to Get the data from that Buffer.
Here's very confusion.
:(

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900