News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

int 3h

Started by bomz, June 03, 2011, 07:05:24 AM

Previous topic - Next topic

bomz

Quote;===============================================================

   .ELSE

      invoke   DefWindowProc,hWnd,uMsg,wParam,lParam
      ret

   .ENDIF
   invoke   GetCurrentProcess
   invoke   SetProcessWorkingSetSize, eax, -1, -1
   xor eax,eax
   ret

WndProc endp