include dosmgr.inc
VxDcall _DOSMGR_Set_Exec_VM_Data, <VM, CommTail, PRGName, InitDrvDir>
Sets the data for the initial execution into a virtual machine. It is reserved for exclusive use by the virtual shell device. This service can be called during the Create_VM message because it does not simulate calls or interrupts into the virtual machine; it just sets instance data.
If this parameter is zero, the service does not set the default directory. This form of the service is made by the DOSMGR_Exec_VM service. Other virtual devices should not use this form.
This service must be called before calling the _DOSMGR_Exec_VM service.