Abstract Class Win32

Description

Win32

Comunicación con APIs de Windows.

Clase abstracta no instanciable.

Located in /libraries/Win32.php (line 27)


	
			
Class Constant Summary
 MSGBOX_BUTTON_OK = 0x00000000
 MSGBOX_BUTTON_OKCANCEL = 0x00000001
 MSGBOX_BUTTON_YESNO = 0x00000004
 MSGBOX_DEFBUTTON_1 = 0x00000000
 MSGBOX_DEFBUTTON_2 = 0x00000100
 MSGBOX_DEFBUTTON_3 = 0x00000200
 MSGBOX_DEFBUTTON_4 = 0x00000300
 MSGBOX_ICON_ERROR = 0x00000010
 MSGBOX_ICON_QUESTION = 0x00000020
 MSGBOX_MODAL_APP = 0x00000000
 MSGBOX_MODAL_SYSTEM = 0x00001000
 MSGBOX_MODAL_TASK = 0x00002000
 MSGBOX_OPTIONS = 0x00001040
Method Summary
 static int MsgBox (string $cTitulo, string $cTexto, [int $nOptions = self::MSGBOX_OPTIONS])
Methods
static MsgBox (line 87)

Hace un llamado a la función MessageBoxA de la librería User32.dll.

int MsgBox (string $cTitulo, string $cTexto, [int $nOptions = self::MSGBOX_OPTIONS])
  • string $cTitulo
  • string $cTexto
  • int $nOptions
Class Constants
MSGBOX_BUTTON_ABORTRETRYIGNORE = 0x00000002 (line 36)
MSGBOX_BUTTON_CANCELRETRYCONTINUE = 0x00000006 (line 40)
MSGBOX_BUTTON_OK = 0x00000000 (line 34)

Constante de opciones de botones para el método MsgBox.

MSGBOX_BUTTON_OKCANCEL = 0x00000001 (line 35)
MSGBOX_BUTTON_RETRYCANCEL = 0x00000005 (line 39)
MSGBOX_BUTTON_YESNO = 0x00000004 (line 38)
MSGBOX_BUTTON_YESNOCANCEL = 0x00000003 (line 37)
MSGBOX_DEFBUTTON_1 = 0x00000000 (line 57)

Constante de opciones de botones predeterminados para el método MsgBox.

MSGBOX_DEFBUTTON_2 = 0x00000100 (line 58)
MSGBOX_DEFBUTTON_3 = 0x00000200 (line 59)
MSGBOX_DEFBUTTON_4 = 0x00000300 (line 60)
MSGBOX_ICON_ERROR = 0x00000010 (line 47)

Constante de opciones de íconos para el método MsgBox.

MSGBOX_ICON_EXCLAMATION = 0x00000030 (line 49)
MSGBOX_ICON_INFORMATION = 0x00000040 (line 50)
MSGBOX_ICON_QUESTION = 0x00000020 (line 48)
MSGBOX_MODAL_APP = 0x00000000 (line 67)

Constante de modos de ventana para el MsgBox.

MSGBOX_MODAL_SYSTEM = 0x00001000 (line 68)
MSGBOX_MODAL_TASK = 0x00002000 (line 69)
MSGBOX_OPTIONS = 0x00001040 (line 76)

Opciones predeterminadas para el MsgBox.

MSGBOX_BUTTON_OK | MSGBOX_ICON_INFORMATION | MSGBOX_DEFBUTTON_1 | MSGBOX_MODAL_SYSTEM

Documentation generated on Tue, 22 Nov 2011 13:29:04 -0200 by phpDocumentor 1.4.3