Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
VHD_Write
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vhd.inc
 
VxDcall VHD_Write
 
The VHD_Write service writes to the device.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
EAX        Specifies a disk handle previously created using the
           VHD_Allocate_Handle service.
 
EBX        Specifies the starting sector.
 
CL         Specifies the sector count. If this parameter is zero, 256
           sectors are written.
 
CH         Specifies the drive number.
 
ESI        Points to the buffer containing the sector data. This buffer must
           be locked.
 
Return Value
 
This service has no return value.
 
                                      ♦