Search:

Type: Posts; User: RaisinToe

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    18,081

    OK, so windows places message information on the...

    OK, so windows places message information on the stack, and then tells WndProc() what has been placed on the stack so it can retrieve it. I think I understand.

    Thank you for that good analogy.
    ...
  2. Replies
    9
    Views
    18,081

    The windows operating system calls the __stdcall...

    The windows operating system calls the __stdcall WndProc() function, right? So how does the program know when to retreive the argument passed by windows? Or am I still not understanding it?
  3. Replies
    9
    Views
    18,081

    Hmmm, how does the calling convention know what...

    Hmmm, how does the calling convention know what arguments should be passed to the function? Where does it go to retrieve the arguments? Also, does that mean any function using __stdcall should always...
  4. Replies
    9
    Views
    18,081

    How does __stdcall work?

    I am curious how the __stdcall keyword works to link a win32 application to the windows operating system. What is literally happening inside the computer when this instruction is executed? I read...
Results 1 to 4 of 4