Пример #1
0
 internal static uint SNICheckConnection([In] SNIHandle pConn)
 {
     return(s_is64bitProcess ?
            SNINativeManagedWrapperX64.SNICheckConnection(pConn) :
            SNINativeManagedWrapperX86.SNICheckConnection(pConn));
 }