VXD_MESSAGE_SEG


VXD_MESSAGE_SEG

Starts a message table in the locked data segment of a VxD. The messages in the table must be defined using DECLARE_MESSAGE and LONG_MESSAGE macros. The VxD_MESSAGE_ENDS macro must be used to end the message table.

See also DECLARE_MESSAGE, LONG_MESSAGE, VXD_IMESSAGE_ENDS