search for: hthisinstance

Displaying 1 result from an estimated 1 matches for "hthisinstance".

2007 Dec 22
1
Memory leaks
...1101e0 trace:heap:RtlAllocateHeap (0x110000,00000002,0000001a): returning 0x110240 trace:heap:RtlFreeHeap (0x110000,00000002,0x1101b8): returning TRUE trace:heap:RtlAllocateHeap (0x110000,00000002,00000004): returning 0x110118 -- snip code: #include <windows.h> int WINAPI WinMain (HINSTANCE hThisInstance, HINSTANCE hPrevInstance, LPSTR lpszArgument, int nCmdShow) { MessageBox(NULL, "Hallo", "Test", MB_OK); return 0; }