334 BOOL control, filled, displayall =
FALSE;
414 sel = ((sel-1) < 0) ?
count-1 : sel-1;
416 sel = ((sel+1) >=
count) ? -1 : sel+1;
438 TRACE(
"HeapAlloc failed to allocate %d bytes\n", (
len + 1) *
sizeof(
WCHAR));
474 hwndText[
b-1] =
'\0';
500 TRACE(
"HeapAlloc failed to allocate %d bytes\n", (
wcslen(hwndText)+1)*
sizeof(
WCHAR));
504 if ((!displayall) && (! *hwndText) )
509 size_t curlen =
wcslen(hwndText);
514 hr = pThis->
enumstr->Next(1, &strs, &fetched);
HWND WINAPI SetParent(_In_ HWND, _In_opt_ HWND)
GLdouble GLdouble GLdouble r
GLuint GLuint GLsizei count
static void Edit_BackWord(HWND hwndEdit)
_Check_return_ _CRTIMP int __cdecl _wcsnicmp(_In_reads_or_z_(_MaxCount) const wchar_t *_Str1, _In_reads_or_z_(_MaxCount) const wchar_t *_Str2, _In_ size_t _MaxCount)
BOOL WINAPI SetWindowTextW(_In_ HWND, _In_opt_ LPCWSTR)
CComPtr< IEnumString > enumstr
BOOL WINAPI ShowWindow(_In_ HWND, _In_ int)
SHORT WINAPI GetKeyState(_In_ int)
GLboolean GLboolean GLboolean b
PVOID WINAPI HeapAlloc(HANDLE, DWORD, SIZE_T)
_CRTIMP wchar_t *__cdecl wcscpy(_Out_writes_z_(_String_length_(_Source)+1) wchar_t *_Dest, _In_z_ const wchar_t *_Source)
#define memcpy(s1, s2, n)
GLint GLint GLsizei GLsizei height
AUTOCOMPLETEOPTIONS options
int WINAPI GetWindowTextW(HWND hWnd, LPWSTR lpString, int nMaxCount)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
HANDLE WINAPI GetPropW(_In_ HWND, _In_ LPCWSTR)
LRESULT WINAPI CallWindowProcW(_In_ WNDPROC, _In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
BOOL WINAPI IsWindowVisible(_In_ HWND)
BOOL WINAPI GetWindowRect(_In_ HWND, _Out_ LPRECT)
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
static const WCHAR autocomplete_propertyW[]
size_t __cdecl wcslen(_In_z_ const wchar_t *_Str)
#define HeapFree(x, y, z)