示例#1
0
		public String authLogin(String userID, String userPW)
		{
			return Marshal.PtrToStringAnsi(S2KDroid.authLogin(userID, userPW));
		}