ReactOS 0.4.16-dev-88-ga65b6ae
|
#include <cabinet.h>
Public Attributes | |
WCHAR | Search [MAX_PATH] |
WCHAR | Cabinet [MAX_PATH] |
USHORT | Index |
PCFFILE | File = nullptr |
PCFDATA | CFData |
ULONG | Offset |
std::list< PCFFILE_NODE >::iterator | Next |
std::string | FileName |
PCFFILE _CAB_SEARCH::File = nullptr |
Definition at line 79 of file cabinet.h.
Referenced by CCABManager::DisplayCabinet(), and CCabinet::FindNext().
std::string _CAB_SEARCH::FileName |
Definition at line 247 of file cabinet.h.
Referenced by CCABManager::DisplayCabinet(), CCABManager::ExtractFromCabinet(), and CCabinet::FindNext().
std::list<PCFFILE_NODE>::iterator _CAB_SEARCH::Next |
Definition at line 245 of file cabinet.h.
Referenced by CCabinet::FindFirst(), and CCabinet::FindNext().