Go to the source code of this file.
◆ debugstr_aw
Definition at line 14 of file msi.c.
◆ fnMsiProvideComponentFromDescriptor
Definition at line 20 of file msi.c.
◆ CommandLineFromMsiDescriptor()
Definition at line 22 of file msi.c.
24{
25 static const WCHAR szMsi[] = {
'm',
's',
'i',0 };
29
30 TRACE(
"%S %p %p\n", szDescriptor, szCommandLine, pcchCommandLine);
31
33 if (!hmsi)
35 mpcfd = (
void*)
GetProcAddress( hmsi,
"MsiProvideComponentFromDescriptorW" );
36 if (mpcfd)
37 r = mpcfd( szDescriptor, szCommandLine, pcchCommandLine,
NULL );
40}
UINT(WINAPI * fnMsiProvideComponentFromDescriptor)(LPCWSTR, LPWSTR, DWORD *, DWORD *)
#define ERROR_CALL_NOT_IMPLEMENTED
#define GetProcAddress(x, y)
GLdouble GLdouble GLdouble r
Referenced by shelllink_get_msi_component_path().
◆ WINE_DEFAULT_DEBUG_CHANNEL()
WINE_DEFAULT_DEBUG_CHANNEL |
( |
advapi |
| ) |
|