代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/161438/5553490
h defdlgp.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_CHECKBOX 101
#define IDC_RADIO1 102
#define IDC_RADIO2 103
LRES
www.eeworm.com/read/161438/5553491
h show_keys.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/161438/5553498
h list_dir.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_DIRECTORY 101
#define IDC_LIST 102
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM,
www.eeworm.com/read/161438/5553513
h dlgbox.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_EDIT1 101
#define IDC_EDIT2 102
LRESULT CALLBACK WndProc (HWND, UIN
www.eeworm.com/read/161438/5553545
h create_dialog.h
#define IDM_EXIT 100
#define IDM_TEST 200
#define IDM_ABOUT 301
#define IDC_CHECKBOX 101
#define IDC_RADIO1 102
#define IDC_RADIO2 103
LRES
www.eeworm.com/read/161438/5553873
h crosshatch_box.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/161438/5553897
h draw_2_boxes.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/161438/5553936
h create_icon.h
#define IDM_EXIT 100
#define IDM_ABOUT 301
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
LRESULT CALLBACK About (HWND, UINT, WPARAM, LPARAM);
www.eeworm.com/read/157256/5606966
c ssdp_ctrlpt.c
///////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000-2003 Intel Corporation
// All rights reserved.
//
// Redistribution and use in source and binary
www.eeworm.com/read/155394/5623338
c list.c
#include
#include
void do_list_click(Widget widget, caddr_t data1, XtPointer data2) {
char *string;
XmListCallbackStruct *callback = (XmListCallbackStruct *)data2;
XmSt