VxD_CODE_ENDS

include vmm.inc

VxD_CODE_ENDS


The VxD_CODE_ENDS macro defines the end of a code segment. Virtual devices use this macro with in conjunction with the VxD_CODE_SEG macro to create segments for noninitialization code.

Parameters

This macro has no parameters.

Return Value

This macro has no return value.

Comments

This macro is equal to the VxD_LOCKED_CODE_ENDS macro.

See Also

VxD_CODE_SEG, VxD_LOCKED_CODE_ENDS