◄Up► ◄Next► ◄Previous► ──────────────────────────────────────────────────────────────────────────── 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 with in conjunction with the VxD_LOCKED_CODE_SEG macro to create segments for noninitialization code. This macro has no parameters. Return Value This macro has no parameters. Comments This macro is equal to the VxD_CODE_ENDS macro. See Also VxD_LOCKED_CODE_SEG, VxD_CODE_ENDS ♦