代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/201189/15414164
res callback.res
www.eeworm.com/read/201189/15414706
dpr callback.dpr
program Callback;
uses
Forms,
CbackF in 'CbackF.pas' {FormCallback};
{$R *.RES}
begin
Application.Initialize;
Application.CreateForm(TFormCallback, FormCallback);
Application.R
www.eeworm.com/read/112003/15496234
c callback.c
#ifdef HAVE_CONFIG_H
# include
#endif
#include
#include
#include
#include
#include "callback.h"
#include "dialogs.h"
#include "support.h"
#inc
www.eeworm.com/read/112003/15496239
h callback.h
#include
// Menu callbacks
void on_open_project_activate (GtkMenuItem *menuitem, gpointer user_data);
void on_save_project_activate (GtkMenuItem *menuitem, gpointer user_data);
void on_sa
www.eeworm.com/read/109695/15552183
chat-callback
# =====================================================================================
# Chat script to dial our Company PPP account.
# They uses a call-back system to identify us and to reverse
# ch
www.eeworm.com/read/108728/15577847
c callback.c
/*
* callback.c: A generic callback mechanism
*/
#include
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_WINSOCK_H
#in
www.eeworm.com/read/105271/15672894
c callback.c
/* callback.c
The dhcpctl callback object. */
/*
* Copyright (c) 2004 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
* Permission to
www.eeworm.com/read/104313/15699404
cpp callback.cpp
/**************************************************************************
* *
* Light OPC Server development library
www.eeworm.com/read/102157/15792315
h callback.h
#ifndef __CALLBACK_H__
#define __CALLBACK_H__
register void *reg_a4 asm("%a4");
#define CALLBACK_PROLOGUE \
void *save_a4 = reg_a4; asm("move.1 %%a5, %%a4; sub.1 #edata, %%a4" : :);
#def
www.eeworm.com/read/101480/15830715
pas callback.pas
unit CallBack;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
EnumWindowsProcedure = function (Hwnd: THandle;Param: