代码搜索:sequential
找到约 1,846 项符合「sequential」的源代码
代码结果 1,846
www.eeworm.com/read/436018/1857009
c tcpip.c
/**
* @file
* Sequential API Main thread module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/430479/1929816
c api_lib.c
/**
* @file
* Sequential API External module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/430479/1929820
c api_msg.c
/**
* @file
* Sequential API Internal module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source and binary
www.eeworm.com/read/398510/2377935
c tcpip.c
/**
* @file
* Sequential API Main thread module
*
*/
/*
* Copyright (c) 2001-2004 Swedish Institute of Computer Science.
* All rights reserved.
*
* Redistribution and use in source
www.eeworm.com/read/361182/2951634
cs nativestructs.cs
namespace Imps.Utils
{
using System;
using System.Runtime.InteropServices;
internal sealed class NativeStructs
{
[StructLayout(LayoutKind.Sequential, CharSet=CharSet.U
www.eeworm.com/read/361182/2952098
cs statdata.cs
namespace Imps.Client.Pc.BizControls
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential), ComVisible(false)]
public sealed class STATDATA
www.eeworm.com/read/361182/2952108
cs tagoleverb.cs
namespace Imps.Client.Pc.BizControls
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential), ComVisible(false)]
public sealed class tagOLEVE
www.eeworm.com/read/361182/2952179
cs taglogpalette.cs
namespace Imps.Client.Pc.BizControls
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential), ComVisible(false)]
public sealed class tagLOGPA
www.eeworm.com/read/361182/2952285
cs rect.cs
namespace Imps.Client.Pc.Controls
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
public struct RECT
{
public int left
www.eeworm.com/read/361182/2952502
cs systemtime.cs
namespace Imps.Client.Utils.Win32
{
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
public struct SystemTime
{
public sh