VxD_CODE_ENDS

include vmm.inc

VxD_CODE_ENDS
 

Defines the end of a code segment. Virtual devices use this macro with in conjunction with the VxD_CODE_SEG macro to create segments for non-initialization code.

This macro is equal to the VxD_LOCKED_CODE_ENDS macro.

See Also

VxD_CODE_SEG, VxD_LOCKED_CODE_ENDS