Because the access modifier isn't defined what would it be? Public?Code:[DllImport("user32.dll", EntryPoint = "SendMessageA")]
static extern int SendMessage(int hwnd, int wMsg, int wParam, int lParam);
Printable View
Because the access modifier isn't defined what would it be? Public?Code:[DllImport("user32.dll", EntryPoint = "SendMessageA")]
static extern int SendMessage(int hwnd, int wMsg, int wParam, int lParam);
Static members have a default private access modifier.