Ejemplo n.º 1
0
 internal static extern IntPtr m_CreateServiceFunctionParam(string name, MirandaServiceParam serviceProc, IntPtr lParam);
Ejemplo n.º 2
0
 protected IntPtr CreateServiceFunctionParam(string name, MirandaServiceParam serviceProc, IntPtr lParam)
 {
     return Plugin.m_CreateServiceFunctionParam(name, serviceProc, lParam);
 }