The information in this article applies to:
SUMMARY
C pushes its parameters in reverse order (right to left) for the
_cdecl calling convention (default) and in order (left to right) for
the Pascal calling convention.
NOTE: This pointer will not be valid when the function is exited,
since the stack contents will change.
Additional query words: 3.00 3.10
Keywords : kb16bitonly |
Last Reviewed: November 3, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |