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