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

Converts a action value into a P6WCHAR string.

Parameters
nAction[ in ] The integer value for the action to convert.
pBuffer[ out ] The address of a P6WCHAR buffer that will receive the string representation of the the specified action.
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