Home
last modified time | relevance | path

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

/trunk/main/sal/workben/clipboardwben/testcopy/
H A Dcbcpytest.cxx72 HWND g_hWnd; variable
85 SendMessage( g_hWnd, MSG_FLUSHCLIPBOARD, WPARAM(0), LPARAM(0) ); in ThreadProc()
218 g_hWnd = CreateWindowEx(0, szWindowClass, szTitle, WS_OVERLAPPEDWINDOW, in InitInstance()
221 if( !g_hWnd ) in InitInstance()
226 ShowWindow( g_hWnd, nCmdShow ); in InitInstance()
227 UpdateWindow( g_hWnd ); in InitInstance()

Completed in 9 milliseconds