FS2_Open
Open source remastering of the Freespace 2 engine
inetgetfile.h File Reference
#include "inetfile/cftp.h"
#include "inetfile/chttpget.h"

Go to the source code of this file.

Classes

class  InetGetFile
 

Macros

#define INET_ERROR_NO_ERROR   0
 
#define INET_ERROR_BADPARMS   1
 
#define INET_ERROR_CANT_WRITE_FILE   2
 
#define INET_ERROR_CANT_PARSE_URL   3
 
#define INET_ERROR_BAD_FILE_OR_DIR   4
 
#define INET_ERROR_HOST_NOT_FOUND   5
 
#define INET_ERROR_UNKNOWN_ERROR   6
 
#define INET_ERROR_NO_MEMORY   7
 

Macro Definition Documentation

#define INET_ERROR_BAD_FILE_OR_DIR   4

Definition at line 24 of file inetgetfile.h.

#define INET_ERROR_BADPARMS   1

Definition at line 21 of file inetgetfile.h.

#define INET_ERROR_CANT_PARSE_URL   3

Definition at line 23 of file inetgetfile.h.

#define INET_ERROR_CANT_WRITE_FILE   2

Definition at line 22 of file inetgetfile.h.

#define INET_ERROR_HOST_NOT_FOUND   5

Definition at line 25 of file inetgetfile.h.

#define INET_ERROR_NO_ERROR   0

Definition at line 20 of file inetgetfile.h.

#define INET_ERROR_NO_MEMORY   7

Definition at line 27 of file inetgetfile.h.

#define INET_ERROR_UNKNOWN_ERROR   6

Definition at line 26 of file inetgetfile.h.