代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/247605/4478148
h callback.h
/* ***** BEGIN LICENSE BLOCK *****
* Source last modified: $Id: callback.h,v 1.1.1.1.50.3 2004/07/09 01:46:59 hubbe Exp $
*
* Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserve
www.eeworm.com/read/247212/4483943
idl callback.idl
interface Callback {
void reply (in string msg);
};
interface Sender {
void message (in Callback obj, in string msg);
};
www.eeworm.com/read/246835/4491366
h callback.h
/* libFLAC - Free Lossless Audio Codec library
* Copyright (C) 2004,2005 Josh Coalson
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided
www.eeworm.com/read/243500/4526164
c callback.c
/*
libdmtx - Data Matrix Encoding/Decoding Library
Copyright (C) 2006 Mike Laughton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General
www.eeworm.com/read/243500/4526168
h callback.h
/*
libdmtx - Data Matrix Encoding/Decoding Library
Copyright (C) 2006 Mike Laughton
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General
www.eeworm.com/read/242732/4539179
c callback.c
/*
* Help Viewer - DLL callback into WineHelp
*
* Copyright 2004 Eric Pouech
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser Gener
www.eeworm.com/read/242732/4541719
h callback.h
#ifndef __INCLUDE_USER32_CALLBACK_H
#define __INCLUDE_USER32_CALLBACK_H
#define USER32_CALLBACK_WINDOWPROC (0)
#define USER32_CALLBACK_SENDASYNCPROC (1)
#define USER32_CALLBAC