ReactOS 0.4.16-dev-297-gc569aee
|
#include <windows.h>
#include <shellapi.h>
#include <setupapi.h>
#include <shlwapi.h>
#include <shlobj.h>
#include "wine/unicode.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (extrac32) | |
static void | create_target_directory (LPWSTR Target) |
static UINT WINAPI | ExtCabCallback (PVOID Context, UINT Notification, UINT_PTR Param1, UINT_PTR Param2) |
static void | extract (LPCWSTR cabfile, LPWSTR destdir) |
static void | copy_file (LPCWSTR source, LPCWSTR destination) |
static LPWSTR * | get_extrac_args (LPWSTR cmdline, int *pargc) |
int PASCAL | wWinMain (HINSTANCE hInstance, HINSTANCE prev, LPWSTR cmdline, int show) |
Variables | |
static BOOL | force_mode |
static BOOL | show_content |
Definition at line 105 of file extrac32.c.
Referenced by ITERATE_DuplicateFiles(), unpack_iso(), and wWinMain().
Definition at line 36 of file extrac32.c.
Referenced by ExtCabCallback().
|
static |
Definition at line 51 of file extrac32.c.
Referenced by extract().
Definition at line 99 of file extrac32.c.
Referenced by halveImage3D(), test_FDIIsCabinet(), and wWinMain().
Definition at line 130 of file extrac32.c.
Referenced by wWinMain().
WINE_DEFAULT_DEBUG_CHANNEL | ( | extrac32 | ) |
int PASCAL wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 222 of file extrac32.c.
|
static |
Definition at line 33 of file extrac32.c.
Referenced by copy_file(), and wWinMain().
|
static |
Definition at line 34 of file extrac32.c.
Referenced by ExtCabCallback(), and wWinMain().