OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lparam
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/arch/hpc/stand/hpcboot/menu/
window.cpp
37
Window::_wnd_proc(HWND h, UINT msg, WPARAM param,
LPARAM
lparam
)
40
LPCREATESTRUCT s = reinterpret_cast <LPCREATESTRUCT>(
lparam
);
56
if ((w == 0) || !w->proc(h, msg, param,
lparam
))
57
return DefWindowProc(h, msg, param,
lparam
);
64
Window::_dlg_proc(HWND h, UINT msg, WPARAM param,
LPARAM
lparam
)
69
SetWindowLong(h, DWL_USER,
lparam
);
70
w = reinterpret_cast <Window *>(
lparam
);
76
return w ? w->proc(h, msg, param,
lparam
) : FALSE
[
all
...]
window.h
50
static LRESULT CALLBACK _wnd_proc(HWND, UINT, WPARAM,
LPARAM
);
52
static BOOL CALLBACK _dlg_proc(HWND, UINT, WPARAM,
LPARAM
);
54
virtual BOOL proc(HWND w, UINT msg, WPARAM wparam,
LPARAM
lparam
);
tabwindow.h
55
_tab_proc(HWND h, UINT msg, WPARAM param,
LPARAM
lparam
);
96
virtual BOOL proc(HWND w, UINT msg, WPARAM wparam,
LPARAM
lparam
);
rootwindow.cpp
99
RootWindow::proc(HWND w, UINT msg, WPARAM wparam,
LPARAM
lparam
)
101
LPCREATESTRUCT aux = reinterpret_cast <LPCREATESTRUCT>(
lparam
);
127
NMHDR *notify = reinterpret_cast <NMHDR *>(
lparam
);
135
(tc_item.
lParam
);
145
<NMTCKEYDOWN *>(
lparam
);
300
// <TAB> auto-repeat count in LOWORD(msg.
lParam
), WS_GROUP, etc...
326
dlgcode = SendMessage(last, WM_GETDLGCODE, NULL, (
LPARAM
)&msg);
tabwindow.cpp
112
(tc_item.
lParam
);
133
reinterpret_cast <
LPARAM
>(this));
139
TabWindow::proc(HWND w, UINT msg, WPARAM wparam,
LPARAM
lparam
)
161
item.
lParam
= reinterpret_cast <
LPARAM
>(this);
/src/sys/arch/dreamcast/dev/microcode/
aica_arm.c
285
uint32_t mode,
lparam
, rparam;
local in function:aica_main
300
lparam
= 0xc000 /*PLAY*/ |
306
CH_WRITE_4(0, 0x00,
lparam
);
/src/sys/arch/dreamcast/dev/g2/
aica.c
465
int32_t
lparam
, int32_t rparam)
469
AICA_ARM_CMD_LPARAM,
lparam
);
Completed in 14 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025