$include vmm.inc VMMCall _LocalizeSprintf, <pOutBuf, pmab, RelativeMessageNumber, Param1, Param2, ...>
Format a localizable string. Uses EAX, ECX, EDX, and Flags.
pOutBuf
Address of a buffer to receive formatted message.No limit checking is done on the buffer.
pmab
Address of a message anchor block constructed by the message macros.
RelativeMessageNumber
Message number relative to the base message number for the message class.
Param1, Param2, ...
Parameters for the formatted message.
Virtual devices typically use the LOCALIZE_SPRINTF macro instead of calling this service directly.