include vmm.inc
Return
Return from a procedure, possibly removing stack arguments as well.
This macro is used in writing assembly-language procedures which use the C, Pascal, or StdCall calling convention. If the Pascal or StdCall calling convention is used, the procedure will remove parameters from the stack on return. f the C calling convention is used, then it is the caller's responsibility to remove the parameters from the stack.
See the description of the ArgVar macro for additional information.
Debug_Test_Valid_Handle