LibreOffice Module setup_native (master) 1
Macros | Functions
checkversion.cxx File Reference
#include <windows.h>
#include <msiquery.h>
#include <cassert>
#include <string.h>
#include <malloc.h>
#include <stdio.h>
#include <strsafe.h>
#include "seterror.hxx"
Include dependency graph for checkversion.cxx:

Go to the source code of this file.

Macros

#define WIN32_LEAN_AND_MEAN
 

Functions

static bool GetMsiPropW (MSIHANDLE hMSI, const wchar_t *pPropName, wchar_t **ppValue)
 
void OutputDebugStringFormatW (PCWSTR pFormat,...)
 
 __declspec (dllexport) UINT __stdcall CheckVersions(MSIHANDLE hMSI)
 

Macro Definition Documentation

◆ WIN32_LEAN_AND_MEAN

#define WIN32_LEAN_AND_MEAN

Definition at line 20 of file checkversion.cxx.

Function Documentation

◆ __declspec()

__declspec ( dllexport  )

◆ GetMsiPropW()

static bool GetMsiPropW ( MSIHANDLE  hMSI,
const wchar_t *  pPropName,
wchar_t **  ppValue 
)
static

Definition at line 33 of file checkversion.cxx.

Referenced by __declspec().

◆ OutputDebugStringFormatW()

void OutputDebugStringFormatW ( PCWSTR  pFormat,
  ... 
)
inline

Definition at line 54 of file checkversion.cxx.

References args.

Referenced by __declspec().