tfFSUserLogout

Jump to: navigation, search

Table of Contents >> Application Reference >> File System Interface


#include <trsocket.h>


void tfFSUserLogout (void * userDataPtr);


Function Description

Given the unique user pointer as returned by tfFSUserLogin(), this function logs the user out and frees the structure pointed to by 'userDataPtr'.


Parameters

  • userDataPtr
    Pointer to the user data structure as returned by tfFSUserLogin().


Table of Contents >> Application Reference >> File System Interface