Virtual Devices (3.1) (vdag31qh.hlp) (Table of Contents; Topic list)
EndProc
                                                     Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
include vmm.inc
 
EndProc ProcName
 
The EndProc macro marks the end of a procedure definition. This macro is
used in conjunction with the BeginProc macro to define a procedure in a
virtual device.
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
ProcName   Specifies the name of the procedure. This name must have been
           used in the BeginProc macro that started the procedure
           definition.
 
Return Value
 
This macro has no return value.
 
See Also
 
BeginProc