Home
last modified time | relevance | path

Searched refs:shell_embedding_hwnd (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ieframe/
H A Doleobject.c175 SetWindowPos(This->shell_embedding_hwnd, NULL, in activate_inplace()
208 if(This->shell_embedding_hwnd) in activate_ui()
227 SetFocus(This->shell_embedding_hwnd); in activate_ui()
300 if(destroy_win && This->shell_embedding_hwnd) { in release_client_site()
301 DestroyWindow(This->shell_embedding_hwnd); in release_client_site()
302 This->shell_embedding_hwnd = NULL; in release_client_site()
534 if(This->shell_embedding_hwnd) { in OleObject_SetClientSite()
678 if(This->shell_embedding_hwnd) in OleObject_DoVerb()
862 *phwnd = This->shell_embedding_hwnd; in OleInPlaceObject_GetWindow()
906 if(This->shell_embedding_hwnd) { in OleInPlaceObject_SetObjectRects()
[all …]
H A Dieframe.h216 HWND shell_embedding_hwnd; member