ReactOS 0.4.16-dev-240-gdb5fa3b
|
#include "config.h"
#include <assert.h>
#include <stdarg.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winerror.h"
#include "shlwapi.h"
#include "cabinet.h"
#include "wine/debug.h"
Go to the source code of this file.
Macros | |
#define | NO_SHLWAPI_REG |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (cabinet) | |
HRESULT WINAPI | DllGetVersion (DLLVERSIONINFO *pdvi) |
static void *CDECL | mem_alloc (ULONG cb) |
static void CDECL | mem_free (void *memory) |
static INT_PTR CDECL | fdi_open (char *pszFile, int oflag, int pmode) |
static UINT CDECL | fdi_read (INT_PTR hf, void *pv, UINT cb) |
static UINT CDECL | fdi_write (INT_PTR hf, void *pv, UINT cb) |
static int CDECL | fdi_close (INT_PTR hf) |
static LONG CDECL | fdi_seek (INT_PTR hf, LONG dist, int seektype) |
static void | fill_file_node (struct FILELIST *pNode, LPCSTR szFilename) |
static BOOL | file_in_list (struct FILELIST *pNode, LPCSTR szFilename, struct FILELIST **pOut) |
static INT_PTR CDECL | fdi_notify_extract (FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin) |
HRESULT WINAPI | Extract (SESSION *dest, LPCSTR szCabName) |
#define NO_SHLWAPI_REG |
Definition at line 30 of file cabinet_main.c.
HRESULT WINAPI DllGetVersion | ( | DLLVERSIONINFO * | pdvi | ) |
Definition at line 56 of file cabinet_main.c.
Definition at line 328 of file cabinet_main.c.
Referenced by CabinetSetEventHandlers().
Definition at line 145 of file cabinet_main.c.
Referenced by Extract().
|
static |
Definition at line 185 of file cabinet_main.c.
Referenced by Extract().
Definition at line 82 of file cabinet_main.c.
Referenced by Extract().
Definition at line 123 of file cabinet_main.c.
Referenced by Extract().
Definition at line 134 of file cabinet_main.c.
Referenced by Extract().
|
static |
Definition at line 166 of file cabinet_main.c.
Referenced by fdi_notify_extract().
Definition at line 72 of file cabinet_main.c.
Definition at line 77 of file cabinet_main.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | cabinet | ) |