IFSMgr_SetLoopBack
IFSMgr_SetLoopBack(
char * pszUNCPath,
char * pszLocalPath
)
This service is intended for a server to add a loopback path to the IFS manager's loopback path list. The loopback path would create a network connection for a local drive.
- pszUNCPath
- Supplies a pointer to the UNC name in form \\<server>\<share>. This string should be in ANSI.
- pszLocalPath
- Supplies a pointer the local path the loopback is to. The local path should be in the <drive>:<path> format.
- Returns 0 if success, errorcode if failure.