EndProc

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.

Parameters

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