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