Skip to content

Need help for c++ address parameter #36

@Fauny

Description

@Fauny

my progam in cpp

// in h
typedef struct
{ 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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions