mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:21:50 +00:00
[RSHELL]
* Add a new logging wrapper to record calls from the start menu back to the explorer site. CORE-7586 svn path=/branches/shell-experiments/; revision=62335
This commit is contained in:
parent
8b06cd6325
commit
107ae8ee41
7 changed files with 212 additions and 4 deletions
|
@ -6,6 +6,7 @@
|
|||
#define WRAP_MENUDESKBAR 0
|
||||
#define WRAP_MENUSITE 0
|
||||
#define WRAP_MENUBAND 0
|
||||
#define WRAP_TRAYPRIV 0
|
||||
|
||||
#define MERGE_FOLDERS 0
|
||||
|
||||
|
@ -47,6 +48,7 @@ extern "C" HRESULT CMenuDeskBar_Wrapper(IDeskBar * db, REFIID riid, LPVOID *ppv)
|
|||
extern "C" HRESULT CMenuSite_Wrapper(IBandSite * bs, REFIID riid, LPVOID *ppv);
|
||||
extern "C" HRESULT CMenuBand_Wrapper(IShellMenu * sm, REFIID riid, LPVOID *ppv);
|
||||
extern "C" HRESULT CMergedFolder_Constructor(IShellFolder* userLocal, IShellFolder* allUsers, REFIID riid, LPVOID *ppv);
|
||||
extern "C" HRESULT CStartMenuSite_Wrapper(ITrayPriv * trayPriv, REFIID riid, LPVOID *ppv);
|
||||
|
||||
static __inline ULONG
|
||||
Win32DbgPrint(const char *filename, int line, const char *lpFormat, ...)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue