ReactOS 0.4.16-dev-2613-g9533ad7
Bookmark Struct Reference

#include <bookmark.h>

Collaboration diagram for Bookmark:

Public Attributes

char bookmarkName [16]
 
char name [64]
 
char user [64]
 
char pass [64]
 
char acct [64]
 
char dir [160]
 
char ldir [160]
 
int xferType
 
unsigned int port
 
time_t lastCall
 
int hasSIZE
 
int hasMDTM
 
int hasPASV
 
int isUnix
 
char lastIP [32]
 
char comment [128]
 
int xferMode
 
int hasUTIME
 
int deleted
 

Detailed Description

Definition at line 9 of file bookmark.h.

Member Data Documentation

◆ acct

char Bookmark::acct[64]

Definition at line 14 of file bookmark.h.

Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().

◆ bookmarkName

char Bookmark::bookmarkName[16]

Definition at line 10 of file bookmark.h.

Referenced by BookmarkCmd(), PrintHosts(), and SaveCurrentAsBookmark().

◆ comment

char Bookmark::comment[128]

Definition at line 25 of file bookmark.h.

◆ deleted

int Bookmark::deleted

Definition at line 29 of file bookmark.h.

◆ dir

char Bookmark::dir[160]

Definition at line 15 of file bookmark.h.

Referenced by CurrentURL(), DoOpen(), and SaveUnsavedBookmark().

◆ hasMDTM

int Bookmark::hasMDTM

Definition at line 21 of file bookmark.h.

Referenced by OpenCmd(), and SetStartupURL().

◆ hasPASV

int Bookmark::hasPASV

Definition at line 22 of file bookmark.h.

Referenced by OpenCmd(), and SetStartupURL().

◆ hasSIZE

int Bookmark::hasSIZE

Definition at line 20 of file bookmark.h.

Referenced by OpenCmd(), and SetStartupURL().

◆ hasUTIME

int Bookmark::hasUTIME

Definition at line 27 of file bookmark.h.

Referenced by OpenCmd(), and SetStartupURL().

◆ isUnix

int Bookmark::isUnix

Definition at line 23 of file bookmark.h.

◆ lastCall

time_t Bookmark::lastCall

Definition at line 19 of file bookmark.h.

Referenced by DoOpen().

◆ lastIP

char Bookmark::lastIP[32]

Definition at line 24 of file bookmark.h.

Referenced by DoOpen().

◆ ldir

char Bookmark::ldir[160]

Definition at line 16 of file bookmark.h.

Referenced by DoOpen().

◆ name

char Bookmark::name[64]

Definition at line 11 of file bookmark.h.

Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().

◆ pass

char Bookmark::pass[64]

Definition at line 13 of file bookmark.h.

Referenced by CurrentURL(), OpenCmd(), SaveCurrentAsBookmark(), and SetStartupURL().

◆ port

unsigned int Bookmark::port

Definition at line 18 of file bookmark.h.

Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().

◆ user

char Bookmark::user[64]

Definition at line 12 of file bookmark.h.

Referenced by CurrentURL(), OpenCmd(), and SetStartupURL().

◆ xferMode

int Bookmark::xferMode

Definition at line 26 of file bookmark.h.

◆ xferType

int Bookmark::xferType

Definition at line 17 of file bookmark.h.

Referenced by GetCmd(), PutCmd(), SpoolGetCmd(), SpoolPutCmd(), and TypeCmd().


The documentation for this struct was generated from the following file: