예제 #1
0
파일: Plugin.cs 프로젝트: ForNeVeR/hell-api
 internal static extern IntPtr m_CreateServiceFunctionParam(string name, MirandaServiceParam serviceProc, IntPtr lParam);
예제 #2
0
파일: Plugin.cs 프로젝트: ForNeVeR/hell-api
 protected IntPtr CreateServiceFunctionParam(string name, MirandaServiceParam serviceProc, IntPtr lParam)
 {
     return Plugin.m_CreateServiceFunctionParam(name, serviceProc, lParam);
 }