示例#1
0
文件: User.cs 项目: luowei98/RobertLw
 public static extern int CreateAcceleratorTable(ref ACCEL lpaccl, int cEntries);
示例#2
0
文件: User.cs 项目: luowei98/RobertLw
 public static extern int CopyAcceleratorTable(IntPtr hAccelSrc, ACCEL[] lpAccelDst, int cAccelEntries);