SE_reginfo_create |
Creates an SE_REGINFO structure
LONG SE_reginfo_create (SE_REGINFO *registration);
registration | A pointer to the SE_REGINFO object |
SE_reginfo_create allocates and initializes an SE_REGINFO structure, which contains information about a registered table.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_OUT_OF_CLMEM
SE_OUT_OF_SVMEM
SE_SDE_NOT_STARTED
∙ You must call this function to create a valid SE_REGINFO object before using any other function that requires an SE_REGINFO pointer.