hello,all:
The code below:
return = Win32API.new(“my.dll”, “myfunction”, “PI”, “P”).call(params)
The return value is a type C-Structure
For example,
struct person{
int age;
char* name;
}
In the process of ruby,I how to get the return value
hello,all:
The code below:
return = Win32API.new(“my.dll”, “myfunction”, “PI”, “P”).call(params)
The return value is a type C-Structure
For example,
struct person{
int age;
char* name;
}
In the process of ruby,I how to get the return value
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs