#include <precomp.h>
Go to the source code of this file.
Defines |
| #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) |