include vmm.inc VxD_LOCKED_CODE_ENDS |
The VxD_LOCKED_CODE_ENDS macro defines the end of a code segment. Virtual devices use this macro in conjunction with the VxD_LOCKED_CODE_SEG macro to create segments for noninitialization code.
This macro has no parameters.
This macro has no return value.
This macro is equal to the VxD_CODE_ENDS macro.