You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// in htypedefstruct
{ BYTE attr
/* some other attrs */
} STRUCT, *PtrSTRUCT;
LONG __stdcall foo(PtrSTRUCT ptr);
// in cpp
STRUCT myStruct;
bar = foo(&myStruct);
how to do this in fastcall way?
The text was updated successfully, but these errors were encountered:
my progam in cpp
how to do this in fastcall way?
The text was updated successfully, but these errors were encountered: