Desktop Functions: Smart Device Functions:
|
Search Results for "MessageBoxW" in [All]coredll1: MessageBox public static extern int MessageBoxW(int hWnd, String text, String caption, uint type);
Public Shared Function MessageBoxW(ByVal hWnd As Integer, _ MessageBoxW(0, "Hello from C#", "pinvoke.net", 0); |