Ejemplo n.º 1
0
 private static extern uint SNIWriteSyncOverAsync(SNIHandle pConn, [In] SNIPacket pPacket);
Ejemplo n.º 2
0
 private static unsafe extern void SNIPacketSetData(SNIPacket pPacket, [In] byte *pbBuf, uint cbBuf);
Ejemplo n.º 3
0
 private static extern uint SNIWriteAsyncWrapper(SNIHandle pConn, [In] SNIPacket pPacket);
Ejemplo n.º 4
0
 internal static extern void SNIPacketReset([In] SNIHandle pConn, IOType IOType, SNIPacket pPacket, ConsumerNumber ConsNum);