Exemple #1
0
 static extern int MsiSetInternalUI(INSTALLUILEVEL dwUILevel, ref IntPtr phWnd);
Exemple #2
0
 static extern int MsiSetInternalUI(INSTALLUILEVEL dwUILevel, ref IntPtr phWnd);
Exemple #3
0
 public static extern UInt32 MsiSetInternalUI(INSTALLUILEVEL dwUILevel, ref IntPtr phWnd);
Exemple #4
0
 [DllImport("msi", CharSet = CharSet.Auto)] // UI level
 // handle of owner window
 public static extern INSTALLUILEVEL MsiSetInternalUI(INSTALLUILEVEL dwUILevel, ref IntPtr winhandle);