You are reading help file online using chmlib.com
|
SPPATHENTRY array is passed by the SR engine to ISpSREngineSite::ParseFromTransitions as part of SPPARSEINFO
typedef struct SPPATHENTRY
{
union
{
SPTRANSITIONID hTransition;
SPPHRASEELEMENT elem;
};
} SPPATHENTRY;
You are reading help file online using chmlib.com
|