Exemplo n.º 1
0
 internal static extern void SNIPacketReset([In] SNIHandle pConn, IOType IOType, SNIPacket pPacket, ConsumerNumber ConsNum);
Exemplo n.º 2
0
 internal static void SNIPacketReset([In] SNIHandle pConn, IOType IOType, SNIPacket pPacket, ConsumerNumber ConsNum)
 {
     if (s_is64bitProcess)
     {
         SNINativeManagedWrapperX64.SNIPacketReset(pConn, IOType, pPacket, ConsNum);
     }
     else
     {
         SNINativeManagedWrapperX86.SNIPacketReset(pConn, IOType, pPacket, ConsNum);
     }
 }
Exemplo n.º 3
0
 public static void SNIPacketReset(SafeHandle handle, IOType io, SafeHandle handle2, ConsumerNumber cn)
 {
     throw new NotSupportedException(msg);
 }
 internal static extern void SNIPacketReset([In] SNIHandle pConn, IOType IOType, SNIPacket pPacket, ConsumerNumber ConsNum);
Exemplo n.º 5
0
		public static void SNIPacketReset (SafeHandle handle, IOType io, SafeHandle handle2, ConsumerNumber cn)
		{
			throw new NotSupportedException (msg);
		}