Re: Low-level Windows wrapper
- Posted by jmduro Dec 26, 2015
- 1675 views
jmduro said...
I should have used getParams() to retrieve the function results but I feel tired and I am not able to do the job now.
I just realize that setParams() and getParams() are very badly named. They set and get parameters for structures only, so getParams() cannot be used to retrieve all functions return value.
I will rename setParams() to setStructure() and getParams() to getStructure() to avoid some more misunderstanding.