VXD_PMESSAGE_SEG
Starts a message table in the pageable data segment of a VxD. The messages in the table must be defined using DECLARE_MESSAGE and LONG_MESSAGE macros. The VxD_PMESSAGE_ENDS macro must be used to end the message table.
See also DECLARE_MESSAGE, LONG_MESSAGE, VXD_IMESSAGE_ENDS