コード例 #1
0
 internal static void SNIGetLastError(out SNI_Error pErrorStruct)
 {
     if (s_is64bitProcess)
     {
         SNINativeManagedWrapperX64.SNIGetLastError(out pErrorStruct);
     }
     else
     {
         SNINativeManagedWrapperX86.SNIGetLastError(out pErrorStruct);
     }
 }
コード例 #2
0
 internal static extern void SNIGetLastError(out SNI_Error pErrorStruct);
コード例 #3
0
 public static void SNIGetLastError(SNI_Error error)
 {
     throw new NotSupportedException(msg);
 }
コード例 #4
0
 internal static extern void SNIGetLastError(out SNI_Error pErrorStruct);
コード例 #5
0
		public static void SNIGetLastError (SNI_Error error)
		{
			throw new NotSupportedException (msg);
		}