食材:shell32.dll
(2)核心代码:
[DllImport("shell32.dll", PreserveSig = false, CharSet=CharSet.Unicode,EntryPoint = "#60")]
public static extern int Do(int a,int b);
(3)应用: [函数]::do(0,0)
食材:shell32.dll
(2)核心代码:
[DllImport("shell32.dll", PreserveSig = false, CharSet=CharSet.Unicode,EntryPoint = "#60")]
public static extern int Do(int a,int b);
(3)应用: [函数]::do(0,0)