internal static void SNIGetLastError(out SNI_Error pErrorStruct)
 {
     if (s_is64bitProcess)
     {
         SNINativeManagedWrapperX64.SNIGetLastError(out pErrorStruct);
     }
     else
     {
         SNINativeManagedWrapperX86.SNIGetLastError(out pErrorStruct);
     }
 }
Example #2
0
 internal static extern void SNIGetLastError(out SNI_Error pErrorStruct);
Example #3
0
 public static void SNIGetLastError(SNI_Error error)
 {
     throw new NotSupportedException(msg);
 }
 internal static extern void SNIGetLastError(out SNI_Error pErrorStruct);
		public static void SNIGetLastError (SNI_Error error)
		{
			throw new NotSupportedException (msg);
		}