ULONG
SmbTraceMdlLength(
IN PMDL Mdl
);
Routine Description:
Determine the total number of bytes of data found in an Mdl.
Arguments:
Mdl - a pointer to an Mdl whose length is to be calculated
Return Value:
ULONG - total number of data bytes in Mdl