ReactOS 0.4.16-dev-1041-g8b6907f
|
#include <stdarg.h>
#include <limits.h>
#include "windef.h"
#include "winbase.h"
#include "winuser.h"
#include "commctrl.h"
#include "objbase.h"
#include "comctl32.h"
#include "wine/debug.h"
Go to the source code of this file.
Classes | |
struct | _DPA |
struct | _STREAMDATA |
Macros | |
#define | COBJMACROS |
Typedefs | |
typedef struct _DPA | DPA |
typedef struct _STREAMDATA | STREAMDATA |
typedef struct _STREAMDATA * | PSTREAMDATA |
typedef struct _STREAMDATA * PSTREAMDATA |
typedef struct _STREAMDATA STREAMDATA |
Definition at line 470 of file dpa.c.
Referenced by init_functions().
Definition at line 950 of file dpa.c.
Referenced by CDefView::CDefView(), CEnumIDList::CEnumIDList(), CPointerArray< T, GrowthRate >::CPointerArray(), CFindFolder::CreateAbsolutePidlArray(), DPA_LoadStream(), CDefView::FillList(), CMenuSFToolbar::FillToolbar(), init_functions(), InitShellServices(), LISTVIEW_InsertItemT(), LISTVIEW_NCCreate(), CDefView::LoadViewState(), ranges_create(), REBAR_NCCreate(), SIC_Initialize(), TAB_Create(), TREEVIEW_BuildChildDPA(), and TREEVIEW_Create().
Definition at line 909 of file dpa.c.
Referenced by DPA_Create(), and init_functions().
Definition at line 730 of file dpa.c.
Referenced by CPointerArray< T, GrowthRate >::Clear(), CDefView::ColumnListChanged(), init_functions(), and ranges_clear().
Definition at line 677 of file dpa.c.
Referenced by DPA_Merge(), init_functions(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteColumn(), LISTVIEW_DeleteItem(), LISTVIEW_InsertColumnT(), LISTVIEW_InsertItemT(), ranges_add(), ranges_del(), REBAR_DeleteBand(), REBAR_HandleUDDrag(), REBAR_MoveBand(), REBAR_MoveBandToRowOffset(), CPointerArray< T, GrowthRate >::RemoveAt(), SIC_IconAppend(), TAB_DeleteItem(), TAB_Destroy(), and TREEVIEW_FreeItem().
Definition at line 396 of file dpa.c.
Referenced by DPA_DestroyCallback(), DPA_LoadStream(), CMenuSFToolbar::FillToolbar(), init_functions(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_InsertItemT(), LISTVIEW_NCCreate(), LISTVIEW_NCDestroy(), CDefView::LoadColumns(), CDefView::LoadViewState(), ranges_destroy(), REBAR_Destroy(), ShutdownShellServices(), SIC_Initialize(), TAB_Destroy(), TREEVIEW_BuildChildDPA(), TREEVIEW_Destroy(), TREEVIEW_Sort(), and CDefView::~CDefView().
void WINAPI DPA_DestroyCallback | ( | HDPA | hdpa, |
PFNDPAENUMCALLBACK | enumProc, | ||
LPVOID | lParam | ||
) |
Definition at line 1003 of file dpa.c.
Referenced by CDefView::FillList(), CFindFolder::FreePidlArray(), init_functions(), SIC_Destroy(), CEnumIDList::~CEnumIDList(), and CPointerArray< T, GrowthRate >::~CPointerArray().
VOID WINAPI DPA_EnumCallback | ( | HDPA | hdpa, |
PFNDPAENUMCALLBACK | enumProc, | ||
LPVOID | lParam | ||
) |
Definition at line 969 of file dpa.c.
Referenced by CPointerArray< T, GrowthRate >::Clear(), DPA_DestroyCallback(), init_functions(), InitShellServices(), ShutdownShellServices(), and TREEVIEW_SetFont().
Definition at line 561 of file dpa.c.
Referenced by CPointerArray< T, GrowthRate >::IndexOf(), init_functions(), LISTVIEW_CallBackCompareEx(), LISTVIEW_DeleteAllItems(), LISTVIEW_DeleteItem(), LISTVIEW_MapIdToIndex(), LISTVIEW_SortItems(), TREEVIEW_FreeItem(), TREEVIEW_GetItemIndex(), and TREEVIEW_VerifyItem().
Definition at line 423 of file dpa.c.
Referenced by DPA_LoadStream(), and init_functions().
Definition at line 591 of file dpa.c.
Referenced by CPointerArray< T, GrowthRate >::Append(), CFindFolder::CreateAbsolutePidlArray(), DPA_Merge(), init_functions(), CPointerArray< T, GrowthRate >::Insert(), LISTVIEW_InsertColumnT(), LISTVIEW_InsertItemT(), ranges_add(), ranges_del(), REBAR_HandleUDDrag(), REBAR_InsertBandT(), REBAR_MoveBand(), REBAR_MoveBandToRowOffset(), set_sub_item(), SIC_IconAppend(), TAB_InsertItemT(), TREEVIEW_AllocateItem(), and TREEVIEW_BuildChildDPA().
HRESULT WINAPI DPA_LoadStream | ( | HDPA * | phDpa, |
PFNDPASTREAM | loadProc, | ||
IStream * | pStream, | ||
LPVOID | pData | ||
) |
Definition at line 82 of file dpa.c.
Referenced by init_functions().
BOOL WINAPI DPA_Merge | ( | HDPA | hdpa1, |
HDPA | hdpa2, | ||
DWORD | dwFlags, | ||
PFNDPACOMPARE | pfnCompare, | ||
PFNDPAMERGE | pfnMerge, | ||
LPARAM | lParam | ||
) |
Definition at line 265 of file dpa.c.
Referenced by init_functions().
|
static |
Definition at line 764 of file dpa.c.
Referenced by DPA_QuickSort(), and DPA_Sort().
Definition at line 179 of file dpa.c.
Referenced by init_functions().
INT WINAPI DPA_Search | ( | HDPA | hdpa, |
LPVOID | pFind, | ||
INT | nStart, | ||
PFNDPACOMPARE | pfnCompare, | ||
LPARAM | lParam, | ||
UINT | uOptions | ||
) |
Definition at line 845 of file dpa.c.
Referenced by init_functions(), LISTVIEW_MapIdToIndex(), ranges_add(), ranges_contain(), ranges_del(), ranges_shift(), CPointerArray< T, GrowthRate >::Search(), SIC_GetIconIndex(), and SIC_IconAppend().
Definition at line 626 of file dpa.c.
Referenced by CDefView::ColumnListChanged(), DPA_InsertPtr(), init_functions(), LISTVIEW_InsertItemT(), LISTVIEW_MoveIconTo(), CDefView::LoadViewState(), ranges_clone(), and CPointerArray< T, GrowthRate >::Set().
BOOL WINAPI DPA_Sort | ( | HDPA | hdpa, |
PFNDPACOMPARE | pfnCompare, | ||
LPARAM | lParam | ||
) |
Definition at line 813 of file dpa.c.
Referenced by DPA_Merge(), CMenuSFToolbar::FillToolbar(), CFindFolder::GetUIObjectOf(), init_functions(), LISTVIEW_SortItems(), CPointerArray< T, GrowthRate >::Sort(), and TREEVIEW_Sort().
WINE_DEFAULT_DEBUG_CHANNEL | ( | dpa | ) |