Home
last modified time | relevance | path

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

/aoo42x/main/dbaccess/win32/source/odbcconfig/
H A Dodbcconfig.cxx84 WNDCLASSEX wcx; in registerWindowClass() local
86 wcx.cbSize = sizeof(wcx); // size of structure in registerWindowClass()
89 wcx.cbClsExtra = 0; // no extra class memory in registerWindowClass()
91 wcx.hInstance = _hAppInstance; // handle to instance in registerWindowClass()
92 wcx.hIcon = NULL; // predefined app. icon in registerWindowClass()
93 wcx.hCursor = NULL; // predefined arrow in registerWindowClass()
94 wcx.hbrBackground = NULL; // no background brush in registerWindowClass()
95 wcx.lpszMenuName = NULL; // name of menu resource in registerWindowClass()
96 wcx.lpszClassName = L"ODBCConfigMainClass"; // name of window class in registerWindowClass()
97 wcx.hIconSm = NULL; // small class icon in registerWindowClass()
[all …]

Completed in 13 milliseconds