Пример #1
0
 internal static void SNIGetLastError(out SNI_Error pErrorStruct)
 {
     if (s_is64bitProcess)
     {
         SNINativeManagedWrapperX64.SNIGetLastError(out pErrorStruct);
     }
     else
     {
         SNINativeManagedWrapperX86.SNIGetLastError(out pErrorStruct);
     }
 }