Searched refs:hOldWndProc (Results 1 – 1 of 1) sorted by relevance
1142 LONG_PTR hOldWndProc = SetWindowLongPtr( in SubclassWindow() local1144 if (hOldWndProc == 0 && GetLastError() != ERROR_SUCCESS) { in SubclassWindow()1148 ::SetPropW(hWnd, kParentWndProc, reinterpret_cast<HANDLE>(hOldWndProc)); in SubclassWindow()