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