ReactOS 0.4.16-dev-306-g647d351
|
#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().
Definition at line 311 of file advpack.c.
Referenced by ApplyGeneralSettings(), and UpdateDriver().
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 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().
Definition at line 53 of file advpack.c.
Referenced by get_dest_dir().
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 import_plaintext_key(), import_private_key(), import_public_key(), import_symmetric_key(), RSAENH_CPDecrypt(), RSAENH_CPDeriveKey(), RSAENH_CPEncrypt(), RSAENH_CPGenKey(), RSAENH_CPSetKeyParam(), SetPerUserSecValuesW(), and UserInstStubWrapperW().