◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── include vmm.inc VxD_DATA_ENDS The VxD_DATA_ENDS macro defines the end of a data segment. Virtual devices use this macro with in conjunction with the VxD_DATA_SEG macro to create segments for noninitialization data. This macro has no parameters. Return Value This macro has no parameters. Comments This macro is equal to the VxD_LOCKED_DATA_ENDS macro. See Also VxD_DATA_SEG, VxD_LOCKED_DATA_ENDS ♦