Searched defs:INSTALLSTATE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmsi.h56 } INSTALLSTATE; typedef in typeref:enum:tagINSTALLSTATE
445 UINT WINAPI MsiEnumComponentCostsA(MSIHANDLE, LPCSTR, DWORD, INSTALLSTATE, LPSTR, LPDWORD, LPINT, LPINT);
446 UINT WINAPI MsiEnumComponentCostsW(MSIHANDLE, LPCWSTR, DWORD, INSTALLSTATE, LPWSTR, LPDWORD, LPINT, LPINT);
495 UINT WINAPI MsiQueryComponentStateA(LPCSTR,LPCSTR,MSIINSTALLCONTEXT,LPCSTR,INSTALLSTATE*);
496 UINT WINAPI MsiQueryComponentStateW(LPCWSTR,LPCWSTR,MSIINSTALLCONTEXT,LPCWSTR,INSTALLSTATE*);
499 INSTALLSTATE WINAPI MsiQueryProductStateA(LPCSTR);
500 INSTALLSTATE WINAPI MsiQueryProductStateW(LPCWSTR);
503 UINT WINAPI MsiConfigureProductA(LPCSTR, int, INSTALLSTATE);
504 UINT WINAPI MsiConfigureProductW(LPCWSTR, int, INSTALLSTATE);
507 UINT WINAPI MsiConfigureProductExA(LPCSTR, int, INSTALLSTATE, LPCST
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmsi.h56 } INSTALLSTATE; typedef in typeref:enum:tagINSTALLSTATE
435 UINT WINAPI MsiEnumComponentCostsA(MSIHANDLE, LPCSTR, DWORD, INSTALLSTATE, LPSTR, LPDWORD, LPINT, LPINT);
436 UINT WINAPI MsiEnumComponentCostsW(MSIHANDLE, LPCWSTR, DWORD, INSTALLSTATE, LPWSTR, LPDWORD, LPINT, LPINT);
479 UINT WINAPI MsiQueryComponentStateA(LPCSTR,LPCSTR,MSIINSTALLCONTEXT,LPCSTR,INSTALLSTATE*);
480 UINT WINAPI MsiQueryComponentStateW(LPCWSTR,LPCWSTR,MSIINSTALLCONTEXT,LPCWSTR,INSTALLSTATE*);
483 INSTALLSTATE WINAPI MsiQueryProductStateA(LPCSTR);
484 INSTALLSTATE WINAPI MsiQueryProductStateW(LPCWSTR);
487 UINT WINAPI MsiConfigureProductA(LPCSTR, int, INSTALLSTATE);
488 UINT WINAPI MsiConfigureProductW(LPCWSTR, int, INSTALLSTATE);
491 UINT WINAPI MsiConfigureProductExA(LPCSTR, int, INSTALLSTATE, LPCST
[all...]

Completed in 49 milliseconds