|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <stdlib.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include "windef.h"
#include "winbase.h"
#include "winver.h"
#include "winnls.h"
#include "wine/unicode.h"
#include "winerror.h"
#include "lzexpand.h"
#include "wine/debug.h"
Go to the source code of this file.
Functions |
| | WINE_DEFAULT_DEBUG_CHANNEL (ver) |
| static int | testFileExistenceA (char const *path, char const *file, BOOL excl) |
| static int | testFileExistenceW (const WCHAR *path, const WCHAR *file, BOOL excl) |
| DWORD WINAPI | VerFindFileA (DWORD flags, LPCSTR lpszFilename, LPCSTR lpszWinDir, LPCSTR lpszAppDir, LPSTR lpszCurDir, PUINT lpuCurDirLen, LPSTR lpszDestDir, PUINT lpuDestDirLen) |
| DWORD WINAPI | VerFindFileW (DWORD flags, LPCWSTR lpszFilename, LPCWSTR lpszWinDir, LPCWSTR lpszAppDir, LPWSTR lpszCurDir, PUINT lpuCurDirLen, LPWSTR lpszDestDir, PUINT lpuDestDirLen) |
| static LPBYTE | _fetch_versioninfo (LPSTR fn, VS_FIXEDFILEINFO **vffi) |
| static DWORD | _error2vif (DWORD error) |
| DWORD WINAPI | VerInstallFileA (DWORD flags, LPCSTR srcfilename, LPCSTR destfilename, LPCSTR srcdir, LPCSTR destdir, LPCSTR curdir, LPSTR tmpfile, PUINT tmpfilelen) |
| DWORD WINAPI | VerInstallFileW (DWORD flags, LPCWSTR srcfilename, LPCWSTR destfilename, LPCWSTR srcdir, LPCWSTR destdir, LPCWSTR curdir, LPWSTR tmpfile, PUINT tmpfilelen) |
Generated on Sun May 27 2012 04:48:43 for ReactOS by
1.7.6.1
|