Home
last modified time | relevance | path

Searched defs:handle_table (Results 1 – 8 of 8) sorted by relevance

/reactos/dll/win32/rsaenh/
H A Dhandle.h51 struct handle_table struct
55 struct handle_table_entry *paEntries; argument
59 void init_handle_table (struct handle_table *lpTable) DECLSPEC_HIDDEN; argument
H A Drsaenh.c360 static struct handle_table handle_table; variable
/reactos/dll/win32/msi/
H A Dhandle.c68 static struct handle_info *handle_table = NULL; variable
/reactos/modules/rostests/winetests/gdi32/
H A Dmetafile.c81 static int CALLBACK eto_emf_enum_proc(HDC hdc, HANDLETABLE *handle_table, in eto_emf_enum_proc()
316 static int CALLBACK eto_scale_enum_proc(HDC hdc, HANDLETABLE *handle_table, in eto_scale_enum_proc()
495 static int CALLBACK savedc_emf_enum_proc(HDC hdc, HANDLETABLE *handle_table, in savedc_emf_enum_proc()
2607 static int CALLBACK clip_emf_enum_proc(HDC hdc, HANDLETABLE *handle_table, in clip_emf_enum_proc()
2875 static int CALLBACK clip_mf_enum_proc(HDC hdc, HANDLETABLE *handle_table, in clip_mf_enum_proc()
/reactos/dll/directx/wine/d3d8/
H A Dd3d8_private.h106 struct d3d8_handle_table handle_table; member
/reactos/dll/directx/wine/ddraw/
H A Dddraw_private.h345 struct ddraw_handle_table handle_table; member
/reactos/dll/win32/gdiplus/
H A Dgdiplus_private.h414 HANDLETABLE *handle_table; member
/reactos/dll/win32/wininet/
H A Dinternet.c84 static object_header_t **handle_table; variable