VxD_ICODE_ENDS

include vmm.inc

VxD_ICODE_ENDS


The VxD_ICODE_ENDS macro 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.

Parameters

This macro has no parameters.

Return Value

This macro has no return value.

See Also

VxD_ICODE_SEG