Added HF32_DEFAULT and HF32_SHARED values.

oldstable
Peter Quiring 2004-10-25 21:48:28 +00:00 committed by Alexandre Julliard
parent 186b4b6843
commit 7d83afbde5
1 changed files with 3 additions and 0 deletions

View File

@ -154,6 +154,9 @@ typedef struct tagHEAPLIST32
DWORD dwFlags;
} HEAPLIST32, *PHEAPLIST32, *LPHEAPLIST32;
#define HF32_DEFAULT 1
#define HF32_SHARED 2
BOOL WINAPI Heap32ListFirst(HANDLE,LPHEAPLIST32);
BOOL WINAPI Heap32ListNext(HANDLE,LPHEAPLIST32);
BOOL WINAPI Toolhelp32ReadProcessMemory(DWORD,LPCVOID,LPVOID,SIZE_T,SIZE_T*);