include vmm.inc
VMMCall VMM_GetVxDLocationList
jz ErrorHandler
mov [TableAddress], eax
mov [VxDCount], edx
mov [TableSize], ecx
Returns the address of the VxD location list in EAX, returns the count of VxDs in EDX, and returns the list size (in bytes) in ECX. Uses EAX, ECX, and EDX.
The VxD location list is a packed array of variable-length Device_Location_List structures.