VxD_IDATA_ENDS

include vmm.inc

VxD_IDATA_ENDS


The VxD_IDATA_ENDS macro defines the end of an initialization data segment. Virtual devices use this macro with in conjunction with the VxD_IDATA_SEG macro to create initialization data.

Parameters

This macro has no parameters.

Return Value

This macro has no return value.

See Also

VxD_IDATA_SEG