Esempio n. 1
0
 public static extern uint MsiSetComponentStateA(MSIHANDLE hInstall, [NativeTypeName("LPCSTR")] sbyte *szComponent, INSTALLSTATE iState);
Esempio n. 2
0
 public static extern uint MsiSummaryInfoGetPropertyCount(MSIHANDLE hSummaryInfo, [NativeTypeName("PUINT")] uint *puiPropertyCount);
Esempio n. 3
0
 public static extern uint MsiSummaryInfoGetPropertyW(MSIHANDLE hSummaryInfo, uint uiProperty, [NativeTypeName("PUINT")] uint *puiDataType, [NativeTypeName("LPINT")] int *piValue, FILETIME *pftValue, [NativeTypeName("LPWSTR")] ushort *szValueBuf, [NativeTypeName("LPDWORD")] uint *pcchValueBuf);
Esempio n. 4
0
 public static extern uint MsiDatabaseGetPrimaryKeysW(MSIHANDLE hDatabase, [NativeTypeName("LPCWSTR")] ushort *szTableName, MSIHANDLE *phRecord);
Esempio n. 5
0
 public static extern MSICONDITION MsiDatabaseIsTablePersistentW(MSIHANDLE hDatabase, [NativeTypeName("LPCWSTR")] ushort *szTableName);
Esempio n. 6
0
 public static extern uint MsiPreviewBillboardW(MSIHANDLE hPreview, [NativeTypeName("LPCWSTR")] ushort *szControlName, [NativeTypeName("LPCWSTR")] ushort *szBillboard);
Esempio n. 7
0
 public static extern uint MsiViewClose(MSIHANDLE hView);
Esempio n. 8
0
 public static extern uint MsiGetFeatureValidStatesW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFeature, [NativeTypeName("LPDWORD")] uint *lpInstallStates);
Esempio n. 9
0
 public static extern uint MsiGetTargetPathA(MSIHANDLE hInstall, [NativeTypeName("LPCSTR")] sbyte *szFolder, [NativeTypeName("LPSTR")] sbyte *szPathBuf, [NativeTypeName("LPDWORD")] uint *pcchPathBuf);
Esempio n. 10
0
 public static extern uint MsiEnumComponentCostsW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, [NativeTypeName("DWORD")] uint dwIndex, INSTALLSTATE iState, [NativeTypeName("LPWSTR")] ushort *szDriveBuf, [NativeTypeName("LPDWORD")] uint *pcchDriveBuf, [NativeTypeName("LPINT")] int *piCost, [NativeTypeName("LPINT")] int *piTempCost);
Esempio n. 11
0
 public static extern uint MsiSetInstallLevel(MSIHANDLE hInstall, int iInstallLevel);
Esempio n. 12
0
 public static extern uint MsiGetFeatureCostW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFeature, MSICOSTTREE iCostTree, INSTALLSTATE iState, [NativeTypeName("LPINT")] int *piCost);
Esempio n. 13
0
 public static extern uint MsiViewFetch(MSIHANDLE hView, MSIHANDLE *phRecord);
Esempio n. 14
0
 public static extern uint MsiSetComponentStateW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, INSTALLSTATE iState);
Esempio n. 15
0
 public static extern uint MsiPreviewDialogW(MSIHANDLE hPreview, [NativeTypeName("LPCWSTR")] ushort *szDialogName);
Esempio n. 16
0
 public static extern uint MsiGetTargetPathW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFolder, [NativeTypeName("LPWSTR")] ushort *szPathBuf, [NativeTypeName("LPDWORD")] uint *pcchPathBuf);
Esempio n. 17
0
 public static extern uint MsiPreviewBillboardA(MSIHANDLE hPreview, [NativeTypeName("LPCSTR")] sbyte *szControlName, [NativeTypeName("LPCSTR")] sbyte *szBillboard);
Esempio n. 18
0
 public static extern uint MsiViewModify(MSIHANDLE hView, MSIMODIFY eModifyMode, MSIHANDLE hRecord);
Esempio n. 19
0
 public static extern uint MsiViewGetColumnInfo(MSIHANDLE hView, MSICOLINFO eColumnInfo, MSIHANDLE *phRecord);
Esempio n. 20
0
 public static extern uint MsiSetTargetPathA(MSIHANDLE hInstall, [NativeTypeName("LPCSTR")] sbyte *szFolder, [NativeTypeName("LPCSTR")] sbyte *szFolderPath);
Esempio n. 21
0
 public static extern uint MsiDatabaseGetPrimaryKeysA(MSIHANDLE hDatabase, [NativeTypeName("LPCSTR")] sbyte *szTableName, MSIHANDLE *phRecord);
Esempio n. 22
0
 public static extern uint MsiSetTargetPathW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szFolder, [NativeTypeName("LPCWSTR")] ushort *szFolderPath);
Esempio n. 23
0
 public static extern MSICONDITION MsiDatabaseIsTablePersistentA(MSIHANDLE hDatabase, [NativeTypeName("LPCSTR")] sbyte *szTableName);
Esempio n. 24
0
 public static extern uint MsiVerifyDiskSpace(MSIHANDLE hInstall);
Esempio n. 25
0
 public static extern uint MsiGetSummaryInformationW(MSIHANDLE hDatabase, [NativeTypeName("LPCWSTR")] ushort *szDatabasePath, uint uiUpdateCount, MSIHANDLE *phSummaryInfo);
Esempio n. 26
0
 public static extern uint MsiEnableUIPreview(MSIHANDLE hDatabase, MSIHANDLE *phPreview);
Esempio n. 27
0
 public static extern uint MsiSummaryInfoSetPropertyW(MSIHANDLE hSummaryInfo, uint uiProperty, uint uiDataType, int iValue, FILETIME *pftValue, [NativeTypeName("LPCWSTR")] ushort *szValue);
Esempio n. 28
0
 public static extern uint MsiPreviewDialogA(MSIHANDLE hPreview, [NativeTypeName("LPCSTR")] sbyte *szDialogName);
Esempio n. 29
0
 public static extern uint MsiSummaryInfoPersist(MSIHANDLE hSummaryInfo);
Esempio n. 30
0
 public static extern uint MsiGetComponentStateW(MSIHANDLE hInstall, [NativeTypeName("LPCWSTR")] ushort *szComponent, INSTALLSTATE *piInstalled, INSTALLSTATE *piAction);