OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WndProc
(Results
26 - 27
of
27
) sorted by null
1
2
/external/libpng/contrib/visupng/
VisualPng.c
40
LRESULT CALLBACK
WndProc
(HWND, UINT, WPARAM, LPARAM);
87
wndclass.lpfnWndProc =
WndProc
;
145
LRESULT CALLBACK
WndProc
(HWND hwnd, UINT message, WPARAM wParam,
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c
373
//
WndProc
382
static MRESULT EXPENTRY
WndProc
( HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2)
[
all
...]
Completed in 518 milliseconds
1
2