|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "rosdraw.h"
Go to the source code of this file.
Functions | |
| HRESULT WINAPI | Create_DirectDraw (LPGUID pGUID, LPDIRECTDRAW *pIface, REFIID id, BOOL reenable) |
| HRESULT WINAPI | StartDirectDraw (LPDIRECTDRAW iface, LPGUID lpGuid, BOOL reenable) |
| HRESULT WINAPI | StartDirectDrawHel (LPDIRECTDRAW iface, BOOL reenable) |
| HRESULT WINAPI | StartDirectDrawHal (LPDIRECTDRAW iface, BOOL reenable) |
Variables | |
| DDRAWI_DIRECTDRAW_GBL | ddgbl |
| DDRAWI_DDRAWSURFACE_GBL | ddSurfGbl |
| WCHAR | classname [128] |
| WNDCLASSW | wnd_class |
Definition at line 20 of file startup.c.
Referenced by DirectDrawCreate(), and DirectDrawCreateEx().
| HRESULT WINAPI StartDirectDraw | ( | LPDIRECTDRAW | iface, |
| LPGUID | lpGuid, | ||
| BOOL | reenable | ||
| ) |
Definition at line 180 of file startup.c.
Referenced by Create_DirectDraw(), Main_DirectDraw_RestoreDisplayMode(), and Main_DirectDraw_SetDisplayMode2().
| HRESULT WINAPI StartDirectDrawHal | ( | LPDIRECTDRAW | iface, |
| BOOL | reenable | ||
| ) |
Definition at line 458 of file startup.c.
Referenced by StartDirectDraw().
| HRESULT WINAPI StartDirectDrawHel | ( | LPDIRECTDRAW | iface, |
| BOOL | reenable | ||
| ) |
Definition at line 368 of file startup.c.
Referenced by StartDirectDraw().
| WCHAR classname[128] |
Definition at line 15 of file startup.c.
Referenced by _send_paste(), ChildWindow::create(), create_monodata(), create_test_verb(), create_test_verb_dde(), d3drm_animation_create(), d3drm_device_create(), d3drm_face_create(), d3drm_frame_create(), d3drm_light_create(), d3drm_material_create(), d3drm_mesh_builder_create(), d3drm_mesh_create(), d3drm_object_init(), d3drm_texture_create(), d3drm_viewport_create(), d3drm_wrap_create(), delete_test_association(), delete_test_class(), find_window_class(), mi_create_window(), OleRegisterClientDoc(), open_clipboard(), open_clipboard_(), SHELL_execute_class(), SHELL_FindExecutable(), SHELL_FindExecutableByVerb(), SHELL_FS_HideExtension(), SPY_GetMsgStuff(), START_TEST(), Test_Dim(), toolbarcheck(), and WindowClass::WindowClass().
| DDRAWI_DIRECTDRAW_GBL ddgbl |
Definition at line 12 of file startup.c.
Referenced by Cleanup(), Create_DirectDraw(), StartDirectDraw(), StartDirectDrawHal(), and StartDirectDrawHel().
| DDRAWI_DDRAWSURFACE_GBL ddSurfGbl |
| WNDCLASSW wnd_class |
Definition at line 16 of file startup.c.
Referenced by test_IME().