コード例 #1
0
ファイル: Acs.cs プロジェクト: rektifier/TSAPIDemo
 public static extern RetCode_t acsQueryAuthInfo(
     ref ServerID_t serverID,
     ref ACSAuthInfo_t authInfo);
コード例 #2
0
 public static extern ACSFunctionRet_t acsQueryAuthInfo([MarshalAs(UnmanagedType.LPStr)] string serverId, ref ACSAuthInfo_t authInfo);