|
|
От: | Аноним | |
| Дата: | 10.04.05 17:27 | ||
| Оценка: | |||
[DllImport("USER32", EntryPoint="AppendMenuW", SetLastError=true,
CharSet=CharSet.Unicode, ExactSpelling=true,
CallingConvention=CallingConvention.Winapi)]
private static extern int apiAppendMenu( IntPtr MenuHandle, int Flags,
int NewID, String Item );