Files
Pilz/Pilz.UI.WinForms/Utilities/User32Bridge.vb
2025-06-16 11:50:17 +02:00

6 lines
187 B
VB.net

Public Module User32Bridge
Friend Declare Auto Function SendMessage Lib "user32.dll" (hWnd As IntPtr, Msg As Integer, wParam As Boolean, lParam As Integer) As Integer
End Module