ReactOS 0.4.15-dev-7842-g558ab78
SESSION Struct Reference

#include <cabinet.h>

Collaboration diagram for SESSION:

Public Attributes

INT FileSize
 
ERF Error
 
struct FILELISTFileList
 
INT FileCount
 
INT Operation
 
CHAR Destination [MAX_PATH]
 
CHAR CurrentFile [MAX_PATH]
 
CHAR Reserved [MAX_PATH]
 
struct FILELISTFilterList
 

Detailed Description

Definition at line 553 of file files.c.

Member Data Documentation

◆ CurrentFile

CHAR SESSION::CurrentFile

Definition at line 560 of file files.c.

Referenced by fdi_notify_extract().

◆ Destination

CHAR SESSION::Destination

Definition at line 559 of file files.c.

Referenced by fdi_notify_extract().

◆ Error

ERF SESSION::Error

Definition at line 555 of file files.c.

◆ FileCount

INT SESSION::FileCount

Definition at line 557 of file files.c.

Referenced by fdi_notify_extract().

◆ FileList

struct FILELIST * SESSION::FileList

Definition at line 556 of file files.c.

Referenced by fdi_notify_extract().

◆ FileSize

INT SESSION::FileSize

Definition at line 554 of file files.c.

Referenced by fdi_notify_extract().

◆ FilterList

struct FILELIST * SESSION::FilterList

Definition at line 562 of file files.c.

Referenced by fdi_notify_extract().

◆ Operation

INT SESSION::Operation

Definition at line 558 of file files.c.

Referenced by fdi_notify_extract().

◆ Reserved

CHAR SESSION::Reserved

Definition at line 561 of file files.c.


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