OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:szProduct
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msi.h
332
INSTALLSTATE WINAPI MsiQueryProductStateA(LPCSTR
szProduct
);
333
INSTALLSTATE WINAPI MsiQueryProductStateW(LPCWSTR
szProduct
);
336
UINT WINAPI MsiGetProductInfoA(LPCSTR
szProduct
,LPCSTR szAttribute,LPSTR lpValueBuf,DWORD *pcchValueBuf);
337
UINT WINAPI MsiGetProductInfoW(LPCWSTR
szProduct
,LPCWSTR szAttribute,LPWSTR lpValueBuf,DWORD *pcchValueBuf);
350
UINT WINAPI MsiConfigureProductA(LPCSTR
szProduct
,int iInstallLevel,INSTALLSTATE eInstallState);
351
UINT WINAPI MsiConfigureProductW(LPCWSTR
szProduct
,int iInstallLevel,INSTALLSTATE eInstallState);
354
UINT WINAPI MsiConfigureProductExA(LPCSTR
szProduct
,int iInstallLevel,INSTALLSTATE eInstallState,LPCSTR szCommandLine);
355
UINT WINAPI MsiConfigureProductExW(LPCWSTR
szProduct
,int iInstallLevel,INSTALLSTATE eInstallState,LPCWSTR szCommandLine);
358
UINT WINAPI MsiReinstallProductA(LPCSTR
szProduct
,DWORD szReinstallMode);
359
UINT WINAPI MsiReinstallProductW(LPCWSTR
szProduct
,DWORD szReinstallMode)
[
all
...]
ntmsapi.h
449
CHAR
szProduct
[NTMS_PRODUCTNAME_LENGTH];
456
WCHAR
szProduct
[NTMS_PRODUCTNAME_LENGTH];
466
CHAR
szProduct
[NTMS_PRODUCTNAME_LENGTH];
472
WCHAR
szProduct
[NTMS_PRODUCTNAME_LENGTH];
[
all
...]
Completed in 51 milliseconds