include vmm.inc mov esi, OFFSET32 Mod_Lngth_And_Name VMMcall VMMAddImportModuleName mov [Internal_Index], eax; jc Name_Already_Present
Adds the specified import-module name to an internal table.
Mod_Lngth_And_Name
The module-name string. The first byte of this string specifies the number of characters in the string; the remaining bytes contain the actual characters.
The first byte of the module-name string must specify the length of the string in bytes. The remaining bytes contain the ASCII characters that compose the string.
This service is reserved for the VxDLDR device. Other virtual devices should not use this service.