Notifications
Clear all

[Closed] how to use API by Maxscript

the code in C# like this:

 
 [DllImport("user32.dll",CharSet = CharSet.Auto)]
public static extern IntPtr SendMessage(IntPtr hWnd, int msg, int wParam, int lParam); 

how to use it in maxscript ??

1 Reply
 lo1
Windows.sendMessage <int HWND> <int message> <int messageParameter1> <int messageParameter2>