代码搜索:dispatch

找到约 10,000 项符合「dispatch」的源代码

代码结果 10,000
www.eeworm.com/read/274099/4189324

c fspdisp.c

/*++ Copyright (c) 1989-2000 Microsoft Corporation Module Name: FspDisp.c Abstract: This module implements the main dispatch procedure/thread for the Cdfs Fsp --*/
www.eeworm.com/read/274099/4189364

c fspdisp.c

/*++ Copyright (c) 1989-2000 Microsoft Corporation Module Name: FspDisp.c Abstract: This module implements the main dispatch procedure/thread for the Fat Fsp --*/ #
www.eeworm.com/read/274098/4189686

c bulkdev.c

/*++ Copyright (c) 2000 Microsoft Corporation Module Name: bulkdev.c Abstract: This file contains dispatch routines for create, close and selective suspend. The sel
www.eeworm.com/read/448227/1691080

c bulkdev.c

/*++ Copyright (c) 2000 Microsoft Corporation Module Name: bulkdev.c Abstract: This file contains dispatch routines for create, close and selective suspend. The sel
www.eeworm.com/read/400767/2346641

cs testeventdispatcher.cs

using System; namespace NUnit.Core { /// /// Helper class used by runner to dispatch test events /// public class TestEventDispatcher : ITestEvents { #region Even
www.eeworm.com/read/400767/2346922

cs testeventdispatcher.cs

using System; namespace NUnit.Core { /// /// Helper class used by runner to dispatch test events /// public class TestEventDispatcher : ITestEvents { #region Even
www.eeworm.com/read/399285/2362765

c bulkdev.c

/*++ Copyright (c) 2000 Microsoft Corporation Module Name: bulkdev.c Abstract: This file contains dispatch routines for create, close and selective suspend. The sel
www.eeworm.com/read/394446/2456952

java command.java

import com.jacob.com.*; public class Command extends Dispatch { public Command() { super("ADODB.Command"); } /** * This constructor is used instead of a case operation to *
www.eeworm.com/read/394446/2456953

java connection.java

import com.jacob.com.*; public class Connection extends Dispatch { public Connection() { super("ADODB.Connection"); } /** * This constructor is used instead of a case operatio
www.eeworm.com/read/377478/2699978

java command.java

import com.jacob.com.*; public class Command extends Dispatch { public Command() { super("ADODB.Command"); } /** * This constructor is used instead of a case operation to *