ReactOS 0.4.16-dev-937-g7afcd2a
|
#include <windows.h>
#include <shlobj.h>
#include <shlwapi.h>
#include <wchar.h>
#include <stdio.h>
#include <shellutils.h>
#include <shlwapi_undoc.h>
#include <undocshell.h>
Go to the source code of this file.
Classes | |
struct | DataBlockEnum |
Macros | |
#define | INDENT " " |
#define | PT_DESKTOP_REGITEM 0x1F |
#define | PT_COMPUTER_REGITEM 0x2E |
#define | PT_FS 0x30 |
#define | PT_FS_UNICODE_FLAG 0x04 |
#define | GetSLDF(Name) MapToNumber((Name), g_SLDF) |
#define | GetDatablockSignature(Name) MapToNumber((Name), g_DBSig) |
#define | FreeBlock SHFree |
#define | DUMPSLH(name, fmt, field) wprintf(L"%hs=" fmt L"\n", (name), (slh).field) |
#define | RemoveSLDF(pSL, Flag) RemoveDatablock((pSL), 0, (Flag)) |
#define | AddSLDF(pSL, Flag) RemoveDatablock((pSL), 0, 0, (Flag)) |
Enumerations | |
enum | { slgp_relativepriority = 0x08 } |
Variables | |
static const char | g_Usage [] |
struct { | |
UINT Flag | |
PCSTR Name | |
} | g_SLDF [] |
struct { | |
UINT Flag | |
PCSTR Name | |
} | g_DBSig [] |
#define AddSLDF | ( | pSL, | |
Flag | |||
) | RemoveDatablock((pSL), 0, 0, (Flag)) |
Definition at line 622 of file lnktool.cpp.
Definition at line 335 of file lnktool.cpp.
#define GetDatablockSignature | ( | Name | ) | MapToNumber((Name), g_DBSig) |
Definition at line 121 of file lnktool.cpp.
#define GetSLDF | ( | Name | ) | MapToNumber((Name), g_SLDF) |
Definition at line 120 of file lnktool.cpp.
#define INDENT " " |
Definition at line 8 of file lnktool.cpp.
#define PT_COMPUTER_REGITEM 0x2E |
Definition at line 39 of file lnktool.cpp.
#define PT_DESKTOP_REGITEM 0x1F |
Definition at line 38 of file lnktool.cpp.
#define PT_FS 0x30 |
Definition at line 40 of file lnktool.cpp.
#define PT_FS_UNICODE_FLAG 0x04 |
Definition at line 41 of file lnktool.cpp.
#define RemoveSLDF | ( | pSL, | |
Flag | |||
) | RemoveDatablock((pSL), 0, (Flag)) |
Definition at line 621 of file lnktool.cpp.
anonymous enum |
Enumerator | |
---|---|
slgp_relativepriority |
Definition at line 37 of file lnktool.cpp.
|
static |
Definition at line 641 of file lnktool.cpp.
Referenced by CreateCommand().
Definition at line 664 of file lnktool.cpp.
Referenced by ProcessCommandLine().
|
static |
Definition at line 230 of file lnktool.cpp.
Referenced by DumpCommand().
Definition at line 401 of file lnktool.cpp.
Referenced by CreateCommand(), and ProcessCommandLine().
Definition at line 216 of file lnktool.cpp.
Referenced by DumpCommand().
Definition at line 123 of file lnktool.cpp.
Referenced by FatOpenVolume(), KdbpEvaluateExpression(), KdbpInsertBreakPoint(), KdbpRpnEvaluateExpression(), KdbpRpnEvaluateParsedExpression(), KdbpRpnParseExpression(), RpnpEvaluateStack(), RpnpParseExpression(), and SuccessOrReportError().
|
static |
Definition at line 152 of file lnktool.cpp.
Referenced by DumpCommand().
Definition at line 294 of file lnktool.cpp.
Referenced by DECLARE_INTERFACE_(), FilterLoadUnload(), anonymous_namespace{settingsdlg.cpp}::HandleGeneralListItems(), KdbSymProcessSymbols(), Open(), PersistMoniker_Load(), Protocol_Continue(), Protocol_Start(), and thread_proc().
Definition at line 110 of file lnktool.cpp.
Referenced by DumpCommand().
Definition at line 96 of file lnktool.cpp.
|
inlinestatic |
Definition at line 336 of file lnktool.cpp.
Referenced by FrLdrHeapAllocateEx(), FrLdrHeapFreeEx(), FrLdrHeapInsertFreeList(), and DataBlockEnum::Next().
|
static |
Definition at line 306 of file lnktool.cpp.
Definition at line 208 of file lnktool.cpp.
Referenced by DumpCommand().
|
static |
Definition at line 199 of file lnktool.cpp.
Referenced by DumpCommand().
Definition at line 849 of file lnktool.cpp.
Referenced by wmain().
|
static |
|
static |
Definition at line 624 of file lnktool.cpp.
Referenced by CreateCommand(), and RemoveDatablockCommand().
Definition at line 824 of file lnktool.cpp.
Referenced by ProcessCommandLine().
Definition at line 281 of file lnktool.cpp.
Referenced by CreateCommand(), and RemoveDatablockCommand().
|
inlinestatic |
Definition at line 145 of file lnktool.cpp.
Referenced by CreateCommand(), and ReadBlock().
|
static |
Definition at line 180 of file lnktool.cpp.
Referenced by Dump().
|
static |
Definition at line 162 of file lnktool.cpp.
Referenced by SHParseNameEx().
|
static |
Definition at line 172 of file lnktool.cpp.
Referenced by CreateCommand().
Definition at line 86 of file lnktool.cpp.
Referenced by CreateCommand(), and MapToNumber().
|
static |
Definition at line 653 of file lnktool.cpp.
Referenced by CreateCommand().
Definition at line 867 of file lnktool.cpp.
Definition at line 43 of file lnktool.cpp.
Referenced by CreateCommand().
const struct { ... } g_DBSig[] |
Referenced by DumpCommand().
const struct { ... } g_SLDF[] |
Referenced by DumpCommand().
Definition at line 9 of file lnktool.cpp.
Referenced by ProcessCommandLine().
Definition at line 43 of file lnktool.cpp.