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