DllImportAttribute Class (System.Runtime.InteropServices)
https://docs.microsoft.com/en-us/dotnet/api/system.runtime.interopservices.dllimportattribute
<DllImport("user32.dll", CharSet:=CharSet.Unicode)> _ Function MessageBox(ByVal hwnd As IntPtr, ByVal t As String, ByVal caption As String, ByVal t2 As UInt32) As Integer End Function Sub Main() ' Call the MessageBox function using platform invoke. ... EntryPoint: Indicates the name or ordinal of the DLL entry point to be called. ExactSpelling:
DA: 28 PA: 99 MOZ Rank: 16