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

Converts a state value into a P6WCHAR string.

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