ReactOS 0.4.16-dev-106-g10b08aa
|
#include <stdarg.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "commctrl.h"
#include "comctl32.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | _DSA |
Functions | |
WINE_DEFAULT_DEBUG_CHANNEL (dsa) | |
HDSA WINAPI | DSA_Create (INT nSize, INT nGrow) |
BOOL WINAPI | DSA_Destroy (HDSA hdsa) |
BOOL WINAPI | DSA_GetItem (HDSA hdsa, INT nIndex, LPVOID pDest) |
LPVOID WINAPI | DSA_GetItemPtr (HDSA hdsa, INT nIndex) |
BOOL WINAPI | DSA_SetItem (HDSA hdsa, INT nIndex, LPVOID pSrc) |
INT WINAPI | DSA_InsertItem (HDSA hdsa, INT nIndex, LPVOID pSrc) |
INT WINAPI | DSA_DeleteItem (HDSA hdsa, INT nIndex) |
BOOL WINAPI | DSA_DeleteAllItems (HDSA hdsa) |
VOID WINAPI | DSA_EnumCallback (HDSA hdsa, PFNDSAENUMCALLBACK enumProc, LPVOID lParam) |
void WINAPI | DSA_DestroyCallback (HDSA hdsa, PFNDSAENUMCALLBACK enumProc, LPVOID lParam) |
HDSA WINAPI | DSA_Clone (HDSA hdsa) |
ULONGLONG WINAPI | DSA_GetSize (HDSA hdsa) |
Definition at line 452 of file dsa.c.
Definition at line 71 of file dsa.c.
Referenced by CEnumMergedFolder::Begin(), CComCatCachedCategory::CComCatCachedCategory(), CSHEnumClassesOfCategories::CSHEnumClassesOfCategories(), DSA_Clone(), and CShellBrowser::Initialize().
Definition at line 367 of file dsa.c.
Referenced by CEnumMergedFolder::Begin(), and CShellBrowser::BuildExplorerBandMenu().
Definition at line 315 of file dsa.c.
Definition at line 103 of file dsa.c.
Referenced by DSA_Clone(), DSA_DestroyCallback(), CComCatCachedCategory::~CComCatCachedCategory(), CShellBrowser::~CShellBrowser(), and CSHEnumClassesOfCategories::~CSHEnumClassesOfCategories().
void WINAPI DSA_DestroyCallback | ( | HDSA | hdsa, |
PFNDSAENUMCALLBACK | enumProc, | ||
LPVOID | lParam | ||
) |
Definition at line 432 of file dsa.c.
Referenced by SHFreeNameMappings(), and CEnumMergedFolder::~CEnumMergedFolder().
VOID WINAPI DSA_EnumCallback | ( | HDSA | hdsa, |
PFNDSAENUMCALLBACK | enumProc, | ||
LPVOID | lParam | ||
) |
Definition at line 397 of file dsa.c.
Referenced by CEnumMergedFolder::Begin(), and DSA_DestroyCallback().
Definition at line 162 of file dsa.c.
Referenced by CEnumMergedFolder::Begin(), CComCatCachedCategory::CacheDSA(), DSA_Clone(), DSA_EnumCallback(), CEnumMergedFolder::FindByName(), CEnumMergedFolder::FindPidlInList(), CSHEnumClassesOfCategories::Next(), CEnumMergedFolder::Next(), CShellBrowser::OnExplorerBar(), and CComCatCachedCategory::WriteCacheToDSA().
Definition at line 251 of file dsa.c.
Referenced by CEnumMergedFolder::Begin(), DSA_Clone(), CComCatCachedCategory::LoadFromComCatMgr(), CComCatCachedCategory::LoadFromRegistry(), and CComCatCachedCategory::WriteCacheToDSA().
Definition at line 195 of file dsa.c.
WINE_DEFAULT_DEBUG_CHANNEL | ( | dsa | ) |