Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IFsm::initialize ( p6IFsmTable pStateTable,
P6FSMFLAGS  fFlags 
)
pure virtual

Initializes the finite state machine interface for use.

This methods must be called successfully before calling any other method on the interface.

Parameters
pStateTable[ in ] The address of a NULL terminated P6WCHAR string containing the name of the xml state transition file to load for this instance of the state machine interface. This argument can optionally be NULL and instead, a buffer containing the state machine XML can be passed in via the pBuffer argument.
fFlags
Returns