VxD_ICODE_ENDS

include vmm.inc

VxD_ICODE_ENDS
 

Defines the end of an initialization code segment. Virtual devices use this macro in conjunction with the VxD_ICODE_SEG macro to create initialization code.

See Also

VxD_ICODE_SEG