Packages |
Description |
|
A small library written in assembly which traverses the callstack to locate both
parameters and parameter lists, which you can then perform various operations on:
- GetParamCount - find out how many params were passed to a parent procedure
- GetParamType - determine the type of a parameter
- GetParamValue - get a copy of a parameter
- IsParamByRef - determine whether a parameter was passed by reference
- IsParamByRefAll - fetch bitmap indicating the by-ref status of all parameters
|
|