SE_fileinfo_get_name

Returns the external file path and name

Usage syntax

LONG SE_fileinfo_get_name (const SE_FILEINFO fileinfo, CHAR *name);

Parameters
fileinfo The SE_FILEINFO handle
name A pointer to the external file path and name
Description

SE_fileinfo_get_name returns the external file path and name. Set name to at least SE_MAX_PATH_LEN.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_FILEINFO_OBJECT

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED