ReactOS
0.4.15-dev-4871-g4471ee4
|
#include <stdarg.h>
#include <stdlib.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "winreg.h"
#include "winternl.h"
#include "winnls.h"
#include "setupapi.h"
#include "advpub.h"
#include "wine/debug.h"
#include "advpack_private.h"
Go to the source code of this file.
Macros | |
#define | MAX_FIELD_LENGTH 512 |
#define | PREFIX_LEN 5 |
Typedefs | |
typedef HRESULT(WINAPI * | DLLREGISTER) (void) |
Variables | |
static const WCHAR | setup_key [] |
Definition at line 442 of file advpack.c.
Referenced by register_ocxs_callback(), and RegisterOCX().
Definition at line 68 of file advpack.c.
Referenced by set_ldids().
Definition at line 222 of file advpack.c.
Referenced by check_admin_rights(), and START_TEST().
HRESULT WINAPI OpenINFEngineA | ( | LPCSTR | pszInfFilename, |
LPCSTR | pszInstallSection, | ||
DWORD | dwFlags, | ||
HINF * | phInf, | ||
PVOID | pvReserved | ||
) |
Definition at line 322 of file advpack.c.
HRESULT WINAPI OpenINFEngineW | ( | LPCWSTR | pszInfFilename, |
LPCWSTR | pszInstallSection, | ||
DWORD | dwFlags, | ||
HINF * | phInf, | ||
PVOID | pvReserved | ||
) |
Definition at line 363 of file advpack.c.
Referenced by OpenINFEngineA().
Definition at line 386 of file advpack.c.
HRESULT WINAPI RebootCheckOnInstallW | ( | HWND | hWnd, |
LPCWSTR | pszINF, | ||
LPCWSTR | pszSec, | ||
DWORD | dwReserved | ||
) |
Definition at line 432 of file advpack.c.
Referenced by RebootCheckOnInstallA().
Definition at line 480 of file advpack.c.
Definition at line 109 of file advpack.c.
Referenced by install_init(), OpenINFEngineW(), and TranslateInfStringW().
HRESULT WINAPI SetPerUserSecValuesA | ( | PERUSERSECTIONA * | pPerUser | ) |
Definition at line 524 of file advpack.c.
HRESULT WINAPI SetPerUserSecValuesW | ( | PERUSERSECTIONW * | pPerUser | ) |
Definition at line 558 of file advpack.c.
Referenced by per_user_install_callback(), and SetPerUserSecValuesA().
HRESULT WINAPI TranslateInfStringA | ( | LPCSTR | pszInfFilename, |
LPCSTR | pszInstallSection, | ||
LPCSTR | pszTranslateSection, | ||
LPCSTR | pszTranslateKey, | ||
LPSTR | pszBuffer, | ||
DWORD | dwBufferSize, | ||
PDWORD | pdwRequiredSize, | ||
PVOID | pvReserved | ||
) |
Definition at line 630 of file advpack.c.
HRESULT WINAPI TranslateInfStringExA | ( | HINF | hInf, |
LPCSTR | pszInfFilename, | ||
LPCSTR | pszTranslateSection, | ||
LPCSTR | pszTranslateKey, | ||
LPSTR | pszBuffer, | ||
DWORD | dwBufferSize, | ||
PDWORD | pdwRequiredSize, | ||
PVOID | pvReserved | ||
) |
Definition at line 750 of file advpack.c.
HRESULT WINAPI TranslateInfStringExW | ( | HINF | hInf, |
LPCWSTR | pszInfFilename, | ||
LPCWSTR | pszTranslateSection, | ||
LPCWSTR | pszTranslateKey, | ||
LPWSTR | pszBuffer, | ||
DWORD | dwBufferSize, | ||
PDWORD | pdwRequiredSize, | ||
PVOID | pvReserved | ||
) |
Definition at line 835 of file advpack.c.
Referenced by TranslateInfStringExA().
HRESULT WINAPI TranslateInfStringW | ( | LPCWSTR | pszInfFilename, |
LPCWSTR | pszInstallSection, | ||
LPCWSTR | pszTranslateSection, | ||
LPCWSTR | pszTranslateKey, | ||
LPWSTR | pszBuffer, | ||
DWORD | dwBufferSize, | ||
PDWORD | pdwRequiredSize, | ||
PVOID | pvReserved | ||
) |
Definition at line 710 of file advpack.c.
Referenced by TranslateInfStringA().
Definition at line 864 of file advpack.c.
Definition at line 905 of file advpack.c.
Referenced by UserInstStubWrapperA().
Definition at line 953 of file advpack.c.
HRESULT WINAPI UserUnInstStubWrapperW | ( | HWND | hWnd, |
HINSTANCE | hInstance, | ||
LPWSTR | pszParms, | ||
INT | nShow | ||
) |
WINE_DEFAULT_DEBUG_CHANNEL | ( | advpack | ) |
Definition at line 44 of file advpack.c.
Referenced by SetPerUserSecValuesW(), and UserInstStubWrapperW().