include vmm.inc VxD_LOCKED_DATA_ENDS |
The VxD_LOCKED_DATA_ENDS macro 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 noninitialization data.
This macro has no parameters.
This macro has no return value.
This macro is equal to the VxD_DATA_ENDS macro.