Searched refs:kParentWndProc (Results 1 – 1 of 1) sorted by relevance
313 #define kParentWndProc _TEXT("Egl::SurfaceParentWndProc") macro322 WNDPROC prevWndFunc = reinterpret_cast<WNDPROC >(GetProp(hwnd, kParentWndProc)); in SurfaceWindowProc()336 SetProp(mWindow, kParentWndProc, reinterpret_cast<HANDLE>(oldWndProc)); in subclassWindow()346 LONG parentWndFunc = reinterpret_cast<LONG>(GetProp(mWindow, kParentWndProc)); in unsubclassWindow()359 RemoveProp(mWindow, kParentWndProc); in unsubclassWindow()