ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

dpa.c File Reference
#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.

Data Structures

struct  DPA
struct  PSTREAMDATA

Defines

#define COBJMACROS

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (dpa)
HRESULT WINAPI DPA_LoadStream (HDPA *phDpa, PFNDPASTREAM loadProc, IStream *pStream, LPVOID pData)
HRESULT WINAPI DPA_SaveStream (const HDPA hDpa, PFNDPASTREAM saveProc, IStream *pStream, LPVOID pData)
BOOL WINAPI DPA_Merge (HDPA hdpa1, HDPA hdpa2, DWORD dwFlags, PFNDPACOMPARE pfnCompare, PFNDPAMERGE pfnMerge, LPARAM lParam)
BOOL WINAPI DPA_Destroy (const HDPA hdpa)
BOOL WINAPI DPA_Grow (HDPA hdpa, INT nGrow)
HDPA WINAPI DPA_Clone (const HDPA hdpa, const HDPA hdpaNew)
LPVOID WINAPI DPA_GetPtr (const HDPA hdpa, INT nIndex)
INT WINAPI DPA_GetPtrIndex (HDPA hdpa, LPCVOID p)
INT WINAPI DPA_InsertPtr (const HDPA hdpa, INT i, LPVOID p)
BOOL WINAPI DPA_SetPtr (const HDPA hdpa, INT i, LPVOID p)
LPVOID WINAPI DPA_DeletePtr (const HDPA hdpa, INT i)
BOOL WINAPI DPA_DeleteAllPtrs (const HDPA hdpa)
static VOID DPA_QuickSort (LPVOID *lpPtrs, INT l, INT r, PFNDPACOMPARE pfnCompare, LPARAM lParam)
BOOL WINAPI DPA_Sort (const HDPA hdpa, PFNDPACOMPARE pfnCompare, LPARAM lParam)
INT WINAPI DPA_Search (const HDPA hdpa, LPVOID pFind, INT nStart, PFNDPACOMPARE pfnCompare, LPARAM lParam, UINT uOptions)
HDPA WINAPI DPA_CreateEx (INT nGrow, HANDLE hHeap)
HDPA WINAPI DPA_Create (INT nGrow)
VOID WINAPI DPA_EnumCallback (HDPA hdpa, PFNDPAENUMCALLBACK enumProc, LPVOID lParam)
void WINAPI DPA_DestroyCallback (HDPA hdpa, PFNDPAENUMCALLBACK enumProc, LPVOID lParam)
ULONGLONG WINAPI DPA_GetSize (HDPA hdpa)

Generated on Sat May 26 2012 05:05:47 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.