コード例 #1
0
 public static extern int WinStationQueryInformationRemoteAddress(
     IntPtr hServer,
     int sessionId,
     WINSTATIONINFOCLASS information,
     ref WINSTATIONREMOTEADDRESS buffer,
     int bufferLength,
     out int returnedLength);
コード例 #2
0
ファイル: NativeMethods.cs プロジェクト: dbremner/cassia
 public static extern int WinStationQueryInformationRemoteAddress(IntPtr hServer, int sessionId,
     WINSTATIONINFOCLASS information,
     ref WINSTATIONREMOTEADDRESS buffer,
     int bufferLength, out int returnedLength);