Ejemplo n.º 1
0
 private static IntPtr SNIPacketAllocateWrapper([In] SafeHandle pConn, IOType IOType)
 {
     return(s_is64bitProcess ?
            SNINativeManagedWrapperX64.SNIPacketAllocateWrapper(pConn, IOType) :
            SNINativeManagedWrapperX86.SNIPacketAllocateWrapper(pConn, IOType));
 }