Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IFsm::eventToStrW ( P6FSMEVENT  nEvent,
P6WCHAR pBuffer,
P6SIZE pcBuffer 
)
pure virtual

Converts a event value into a P6WCHAR string.

Parameters
nEvent[ in ] The integer value for the event to convert.
pBuffer[ out ] The address of a P6WCHAR buffer that will receive the string representation of the the specified event.
pcBuffer[INOUT] The address of a variable that on entry must contain the size of pBuffer in characters. If pBuffer is too small to hold the string representation, the required size of pBuffer in characters will be returned in this argument and eTooSmall will be returned directly.
Returns