Desktop Functions: Smart Device Functions:
|
MessageBox (user32)
C# Signature:
[DllImport("user32.dll", SetLastError = true, CharSet= CharSet.Auto)] VB.Net Signature:Please Add Some! VB Signature:
Private Declare Function MessageBox Lib "user32.dll" Alias "MessageBoxA" (ByVal hWnd As Long, ByVal lpText As String, ByVal lpCaption As String, ByVal uType As Long) As Long Alternative Managed API:System.Windows.Forms.MessageBox (WinForms) System.Windows.MessageBox (WPF) Notes:https://docs.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-messagebox Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|