代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/292895/8326840
h mscuser.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/292626/8344660
h mscuser.h
/*----------------------------------------------------------------------------
* U S B - K e r n e l
*----------------------------------------------------------------------------
* N
www.eeworm.com/read/174517/9584916
h ts.h
/*
Copyright (C) 2006 Adam Charrett
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software F
www.eeworm.com/read/173227/9666418
h about.h
#ifndef __HEADER_ABOUT_H_
#define __HEADER_ABOUT_H_
LRESULT CALLBACK DialogProcAbout(
HWND hwnd,
UINT uMsg,
WPARAM wParam,
LPARAM lParam
);
extern HWND dlgabout;
www.eeworm.com/read/172577/9701052
c pm.c
/*
* pm.c - Power management interface
*
* Copyright (C) 2000 Andrew Henroid
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/367830/9727840
m mmenu4.m
% mmenu4.m
Hm_top = uimenu('Label','Example');
Hm_boxon = uimenu(Hm_top,'Label','Set Box On',...
'CallBack',[...
'set(gca,''Box'',''on''),',...
'set(Hm
www.eeworm.com/read/367830/9727891
m mmenu5.m
% mmenu5.m
Hm_control = uimenu('Label','Control');
Hm_extra = uimenu('Label','Extra');
Hm_limit = uimenu(Hm_control,'Label','Limited Menus',...
'CallBack','set(Hm_extra,''Visible'',''
www.eeworm.com/read/367830/9727906
m mmenu1.m
% mmenu1.m
Hm_ex = uimenu(gcf,'Label','Example');
Hm_grid = uimenu(Hm_ex,'Label','Grid','CallBack','grid');
Hm_view = uimenu(Hm_ex,'Label','View');
Hm_2d = uimenu(Hm_view,'Label','2-D','CallBack','vi
www.eeworm.com/read/171829/9734171
h generic.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 300
#define DLG_VERFIRST 400
#define DLG_VERLAST 404
LRESULT CALLBACK WndProc(HWND, UIN
www.eeworm.com/read/171829/9734616
h task_man.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM