libffcall
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Libffcall] calling __std call function that return a structure


From: Volodymyr Kozatchenko
Subject: [Libffcall] calling __std call function that return a structure
Date: Thu, 14 Mar 2019 13:34:13 +0000

Hello Dear,

 

I am struggling to understand if the libffcall supports calling the a c-function following from a DLL when the function has the following signature

 

struct MyResultStructWithPODMembers

{

int r1;

bool r2;

float r3;

double r4;

};

 

MyResultStructWithPODMembers __stdcall the_API_function(MyinputStructWithPODMembers i_input_by_val);

 

?

 

So that the input and the outputs are structures passed/returned by val.

 

Thank you!

Vladimir


reply via email to

[Prev in Thread] Current Thread [Next in Thread]