Searched refs:aWc (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/extensions/source/scanner/ |
H A D | twain.cxx | 149 WNDCLASS aWc = { 0, &TwainWndProc, 0, sizeof( WNDCLASS ), GetModuleHandle( NULL ), in ImpTwain() local 152 RegisterClass( &aWc ); in ImpTwain() 153 …hTwainWnd = CreateWindowEx( WS_EX_TOPMOST, aWc.lpszClassName, "TWAIN", 0, 0, 0, 0, 0, hParentWnd, … in ImpTwain()
|
H A D | scanwin.cxx | 211 …WNDCLASS aWc = { 0, &TwainWndProc, 0, sizeof( WNDCLASS ), GetModuleHandle( NULL ), NULL, NULL, NUL… in ImpTwain() local 212 RegisterClass( &aWc ); in ImpTwain() 214 …hTwainWnd = CreateWindowEx( WS_EX_TOPMOST, aWc.lpszClassName, "TWAIN", 0, 0, 0, 0, 0, HWND_DESKTOP… in ImpTwain()
|
Completed in 34 milliseconds