Displaying 1 result from an estimated 1 matches for "lpszargument".
2007 Dec 22
1
Memory leaks
...: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;
}