Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
BlockDev_API_Hw_Detect_End
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
include blockdev.inc
 
mov     ax, 1607h                   ; Device callout
mov     bx, BlockDev_Device_ID      ; Block device ID
mov     cx, BlockDev_API_Hw_Detect_End
int     2Fh
 
The BlockDev_API_Hw_Detect_Start function notifies TSRs and MS-DOS device
drivers that a virtual block device has completed hardware detection.
 
See Also
 
BlockDev_API_Hw_Detect_Start