SE_stateinfo_create

Creates a state definition

Usage syntax

LONG SE_stateinfo_create (SE_STATEINFO *state);

Parameters
state A pointer to a state structure
Description

SE_stateinfo_create allocates and initializes an SE_STATEINFO structure, which contains information about a state.

You must call this function to create a valid SE_STATEINFO object before using any other function that requires an SE_STATEINFO pointer.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_OUT_OF_CLMEM

SE_OUT_OF_SVMEM

SE_SDE_NOT_STARTED