コード例 #1
0
 public static uint JHI_GetSessionInfo(IntPtr handle, IntPtr SessionHandle, ref JHI_I_SESSION_INFO SessionInfo)
 {
     if (is64BitProcess)
     {
         return(JHI_GetSessionInfo64(handle, SessionHandle, ref SessionInfo));
     }
     else
     {
         return(JHI_GetSessionInfo32(handle, SessionHandle, ref SessionInfo));
     }
 }
コード例 #2
0
 private static extern uint JHI_GetSessionInfo64(IntPtr handle, IntPtr SessionHandle, ref JHI_I_SESSION_INFO SessionInfo);