Searched refs:uFlags (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/vim-55/src/GvimExt/
H A Dgvimext.h157 UINT uFlags);
162 UINT uFlags,
H A Dgvimext.cpp565 // uFlags - Specifies the context of the menu event
577 UINT /* uFlags */)
757 UINT uFlags,
762 if (uFlags == GCS_HELPTEXT && cchMax > 35)
756 GetCommandString(UINT_PTR , UINT uFlags, UINT FAR * , LPSTR pszName, UINT cchMax) argument
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/shellicon/
H A Dshellicon.c222 UINT uFlags = SHGFI_SYSICONINDEX; local
252 uFlags = SHGFI_ICON;
260 uFlags |= SHGFI_ADDOVERLAYS;
268 case SIZE_LARGE: uFlags |= SHGFI_LARGEICON | SHGFI_SHELLICONSIZE; break;
269 case SIZE_SMALL: uFlags |= SHGFI_SMALLICON | SHGFI_SHELLICONSIZE; break;
285 uFlags |= SHGFI_USEFILEATTRIBUTES;
292 uFlags |= SHGFI_OPENICON;
301 uFlags);
314 uFlags | SHGFI_SELECTED);
345 case SIZE_SMALL: uFlags |
[all...]
/macosx-10.10.1/mDNSResponder-561.1.1/Clients/ExplorerPlugin/
H A DExplorerBar.h94 STDMETHOD( QueryContextMenu ) ( HMENU hContextMenu, UINT iContextMenuFirstItem, UINT idCmdFirst, UINT idCmdLast, UINT uFlags );
H A DExplorerBar.cpp523 STDMETHODIMP ExplorerBar::QueryContextMenu(HMENU hShellContextMenu, UINT iContextMenuFirstItem, UINT idCmdFirst, UINT idCmdLast, UINT uFlags) argument
526 DEBUG_UNUSED( uFlags );
/macosx-10.10.1/tcl-105/tk84/tk/win/
H A DtkWinInt.h200 BOOL (WINAPI *insertMenu)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinX.c64 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
81 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinWm.c394 SHFILEINFO* psfi, UINT cbFileInfo, UINT uFlags) = NULL;
859 SHFILEINFO* psfi, UINT cbFileInfo, UINT uFlags)) GetProcAddress(hInstance,
/macosx-10.10.1/tcl-105/tk/tk/win/
H A DtkWinInt.h206 BOOL (WINAPI *insertMenu)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinX.c79 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
97 (BOOL (WINAPI *)(HMENU hMenu, UINT uPosition, UINT uFlags,
H A DtkWinWm.c407 SHFILEINFO* psfi, UINT cbFileInfo, UINT uFlags) = NULL;
925 UINT cbFileInfo, UINT uFlags))
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dunzip.c1389 uLong uMagic,uData,uFlags; local
1417 if (unz64local_getShort(&s->z_filefunc, s->filestream,&uFlags) != UNZ_OK)
1437 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) && ((uFlags & 8)==0))
1442 else if (uData != 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.compressed_size) && ((uFlags & 8)==0))
1447 else if (uData != 0xFFFFFFFF && (err==UNZ_OK) && (uData!=s->cur_file_info.uncompressed_size) && ((uFlags & 8)==0))
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/Plugins/Netscape/
H A DNetscapePlugin.h263 static BOOL WINAPI hookedTrackPopupMenu(HMENU, UINT uFlags, int x, int y, int nReserved, HWND, const RECT*);
/macosx-10.10.1/vim-55/src/
H A Dgui_w32.c221 UINT uFlags; member in struct:tagTOOLINFOA_NEW
236 UINT uFlags; member in struct:tagNMTTDISPINFO_NEW
266 UINT uFlags; member in struct:tagNMTTDISPINFOA
277 UINT uFlags; member in struct:tagNMTTDISPINFOW
4527 pti->uFlags = TTF_SUBCLASS;
4729 info->uFlags |= TTF_DI_SETITEM;
H A Dmain.c3711 ni.uFlags = NIF_ICON|NIF_TIP;
/macosx-10.10.1/apache-793/httpd/support/win32/
H A DApacheMonitor.c328 nid.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP;
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeTheme.c58 UINT uEdge, UINT uFlags, RECT *pContentRect);
/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebView.cpp2834 info.uFlags = TTF_IDISHWND | TTF_SUBCLASS ;
2856 info.uFlags = TTF_IDISHWND;

Completed in 240 milliseconds