#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.
Defines |
| #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) |