ReactOS 0.4.16-dev-257-g6aa11ac
|
#include <precomp.h>
Go to the source code of this file.
Macros | |
#define | USE_MY_SHBINDTOPARENT |
Enumerations | |
enum | TYPE_ORDER { TO_DIR , TO_DOT , TO_DOTDOT , TO_OTHER_DIR , TO_VIRTUAL_FOLDER , TO_FILE } |
Functions | |
static TYPE_ORDER | TypeOrderFromDirname (LPCTSTR name) |
static int | compareType (const Entry *entry1, const Entry *entry2) |
static int | compareNothing (const void *arg1, const void *arg2) |
static int | compareName (const void *arg1, const void *arg2) |
static int | compareExt (const void *arg1, const void *arg2) |
static int | compareSize (const void *arg1, const void *arg2) |
static int | compareDate (const void *arg1, const void *arg2) |
static HRESULT | my_SHBindToParent (LPCITEMIDLIST pidl, REFIID riid, VOID **ppv, LPCITEMIDLIST *ppidlLast) |
Variables | |
static int(* | sortFunctions [])(const void *arg1, const void *arg2) |
#define USE_MY_SHBINDTOPARENT |
Definition at line 517 of file entries.cpp.
Enumerator | |
---|---|
TO_DIR | |
TO_DOT | |
TO_DOTDOT | |
TO_OTHER_DIR | |
TO_VIRTUAL_FOLDER | |
TO_FILE |
Definition at line 179 of file entries.cpp.
Definition at line 299 of file entries.cpp.
Referenced by TIME_DayLightCompareDate().
Definition at line 245 of file entries.cpp.
Definition at line 233 of file entries.cpp.
Definition at line 228 of file entries.cpp.
Definition at line 278 of file entries.cpp.
Definition at line 203 of file entries.cpp.
Referenced by compareDate(), compareExt(), compareName(), and compareSize().
|
static |
Definition at line 460 of file entries.cpp.
Referenced by Entry::do_context_menu().
|
static |
|
static |
Definition at line 312 of file entries.cpp.
Referenced by Entry::sort_directory().