VxD_IMESSAGE_SEG


VxD_IMESSAGE_SEG

Starts a message table in the initialization data segment of a VxD. The messages in the table must be defined using DECLARE_MESSAGE and LONG_MESSAGE macros. These messages are discarded after the VxD has been initialized. The VxD_IMESSAGE_ENDS macro must be used to end the message table.

See also VXD_IMESSAGE_ENDS