Commit 7d83afbd authored by Peter Quiring's avatar Peter Quiring Committed by Alexandre Julliard

Added HF32_DEFAULT and HF32_SHARED values.

parent 186b4b68
......@@ -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*);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment