VxD_LOCKED_DATA_ENDS

include vmm.inc

VxD_LOCKED_DATA_ENDS
 

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

This macro is equal to the VxD_DATA_ENDS macro.

See Also

VxD_DATA_ENDS, VxD_LOCKED_DATA_SEG