#include <windows.h>
#include <tchar.h>
#include "LPdir.h"
Go to the source code of this file.
Classes | |
struct | LP_dir_context_st |
Macros | |
#define | NAME_MAX 255 |
Functions | |
const char * | LP_find_file (LP_DIR_CTX **ctx, const char *directory) |
int | LP_find_file_end (LP_DIR_CTX **ctx) |
#define NAME_MAX 255 |
Definition at line 45 of file LPdir_win.c.
const char* LP_find_file | ( | LP_DIR_CTX ** | ctx, |
const char * | directory | ||
) |
Definition at line 55 of file LPdir_win.c.
int LP_find_file_end | ( | LP_DIR_CTX ** | ctx | ) |
Definition at line 142 of file LPdir_win.c.