tfFSCloseDir

Jump to: navigation, search

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


#include <trsocket.h>


void tfFSCloseDir (
void * userDataPtr,
void * dirDataPtr
);


Function Description

Given a unique user data pointer as returned by tfFSUserLogin() and a directory data pointer as returned by tfFSOpenDir(), this function closes the directory and frees the directory data structure pointed to by 'dirDataPtr'.


Parameters

  • userDataPtr
    Pointer to user data structure as returned by tfFSUserLogin().
  • dirDataPtr
    Pointer to newly allocated directory data structure.


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