|
HRESULT | SetMsiHandle ([in] MSIHANDLE handle) |
|
HRESULT | GetActiveDatabase ([out] MSIHANDLE *handle) |
|
HRESULT | GetProperty ([in] BSTR property, [out, size_is(*size)] BSTR value, [in, out] DWORD *size) |
|
HRESULT | SetProperty ([in] BSTR property, [in] BSTR value) |
|
HRESULT | ProcessMessage ([in] INSTALLMESSAGE message, [in] MSIHANDLE record) |
|
HRESULT | DoAction ([in] BSTR action) |
|
HRESULT | Sequence ([in] BSTR table, [in] int sequence) |
|
HRESULT | GetTargetPath ([in] BSTR folder, [out, size_is(*size)] BSTR value, [in, out] DWORD *size) |
|
HRESULT | SetTargetPath ([in] BSTR folder, [in] BSTR value) |
|
HRESULT | GetSourcePath ([in] BSTR folder, [out, size_is(*size)] BSTR value, [in, out] DWORD *size) |
|
HRESULT | GetMode ([in] MSIRUNMODE mode, [out] BOOL *ret) |
|
HRESULT | SetMode ([in] MSIRUNMODE mode, [in] BOOL state) |
|
HRESULT | GetFeatureState ([in] BSTR feature, [out] INSTALLSTATE *installed, [out] INSTALLSTATE *action) |
|
HRESULT | SetFeatureState ([in] BSTR feature, [in] INSTALLSTATE state) |
|
HRESULT | GetComponentState ([in] BSTR component, [out] INSTALLSTATE *installed, [out] INSTALLSTATE *action) |
|
HRESULT | SetComponentState ([in] BSTR component, [in] INSTALLSTATE state) |
|
HRESULT | GetLanguage ([out] LANGID *language) |
|
HRESULT | SetInstallLevel ([in] int level) |
|
HRESULT | FormatRecord ([in] MSIHANDLE record, [out] BSTR *value) |
|
HRESULT | EvaluateCondition ([in] BSTR condition) |
|
HRESULT | GetFeatureCost ([in] BSTR feature, [in] INT cost_tree, [in] INSTALLSTATE state, [out] INT *cost) |
|
HRESULT | EnumComponentCosts ([in] BSTR component, [in] DWORD index, [in] INSTALLSTATE state, [out, size_is(*buflen)] BSTR drive, [in, out] DWORD *buflen, [out] INT *cost, [out] INT *temp) |
|
HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
|
ULONG | AddRef () |
|
ULONG | Release () |
|
Definition at line 57 of file msiserver.idl.