关于API函数
[System.Runtime.InteropServices.DllImport("user32")]private static extern int SetMenuItemBitmaps(IntPtr hMenu, int nPosition, int wFlags, IntPtr hBitmapUnchecked,IntPtr hBitmapChecked);
const int MF_BYPOSITION = 0x0400;
这些是不是调用API函数啊.能不能有人解释一下每句话的意思啊.谢谢!