ReactOS 0.4.16-dev-1020-gf135cab
|
#include <windef.h>
#include <winbase.h>
#include <shlobj.h>
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>
#include <shdeprecated.h>
#include <tchar.h>
#include <atlbase.h>
#include <atlcom.h>
#include <atlwin.h>
#include <atlsimpcoll.h>
#include <atlstr.h>
#include <shlwapi.h>
#include <shlwapi_undoc.h>
#include <undocshell.h>
#include <shellutils.h>
#include <strsafe.h>
#include <wine/debug.h>
#include "../resource.h"
Go to the source code of this file.
Classes | |
struct | tagLOCATIONITEM |
struct | ScopedFreeLocationItems |
struct | SearchStart |
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
#define | COM_NO_WINDOWS_H |
#define | WM_SEARCH_START WM_USER + 0 |
#define | WM_SEARCH_STOP WM_USER + 1 |
#define | WM_SEARCH_ADD_RESULT WM_USER + 2 |
#define | WM_SEARCH_UPDATE_STATUS WM_USER + 3 |
Typedefs | |
typedef struct tagLOCATIONITEM | LOCATIONITEM |
Functions | |
void | FreeList (LOCATIONITEM *pLI) |
template<class T , class F , class R > | |
static INT_PTR | FindItemInComboEx (HWND hCombo, T &FindItem, F CompareFunc, R RetMatch) |
static bool | PathIsOnDrive (PCWSTR Path) |
static BOOL | PathIsOnUnc (PCWSTR Path) |
static bool | PathIsAbsolute (PCWSTR Path) |
#define _INC_WINDOWS |
Definition at line 5 of file shellfind.h.
#define COM_NO_WINDOWS_H |
Definition at line 6 of file shellfind.h.
#define WIN32_NO_STATUS |
Definition at line 4 of file shellfind.h.
Definition at line 31 of file shellfind.h.
Definition at line 29 of file shellfind.h.
Definition at line 30 of file shellfind.h.
Definition at line 32 of file shellfind.h.
typedef struct tagLOCATIONITEM LOCATIONITEM |
Definition at line 59 of file shellfind.h.
Referenced by CSearchBar::Invoke(), and CSearchBar::OnLocationEditChange().
void FreeList | ( | LOCATIONITEM * | pLI | ) |
Definition at line 95 of file CSearchBar.cpp.
Referenced by BuildLocationList(), CcPurgeCacheSection(), CcRosTrimCache(), NdisDprFreePacketNonInterlocked(), RtlAllocateHeap(), RtlpAllocateNonDedicated(), RtlpInsertFreeBlockHelper(), RtlpRemoveFreeBlock(), RtlpValidateHeap(), _SearchData::~_SearchData(), and ScopedFreeLocationItems::~ScopedFreeLocationItems().
Definition at line 82 of file shellfind.h.
Referenced by CSearchBar::GetAddressEditBoxLocations().