Go to the source code of this file.
◆ MANAGEDAPPLICATION
◆ PMANAGEDAPPLICATION
◆ 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().
◆ GetManagedApplications()