ReactOS 0.4.15-dev-7924-g5949c20
shellfind.h File Reference
#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"
Include dependency graph for shellfind.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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
 

Macro Definition Documentation

◆ _INC_WINDOWS

#define _INC_WINDOWS

Definition at line 5 of file shellfind.h.

◆ COM_NO_WINDOWS_H

#define COM_NO_WINDOWS_H

Definition at line 6 of file shellfind.h.

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 4 of file shellfind.h.

◆ WM_SEARCH_ADD_RESULT

#define WM_SEARCH_ADD_RESULT   WM_USER + 2

Definition at line 31 of file shellfind.h.

◆ WM_SEARCH_START

#define WM_SEARCH_START   WM_USER + 0

Definition at line 29 of file shellfind.h.

◆ WM_SEARCH_STOP

#define WM_SEARCH_STOP   WM_USER + 1

Definition at line 30 of file shellfind.h.

◆ WM_SEARCH_UPDATE_STATUS

#define WM_SEARCH_UPDATE_STATUS   WM_USER + 3

Definition at line 32 of file shellfind.h.