Jump to content

Search the Community

Showing results for tags 'call_library_node'.

  • Search By Tags

    • call_library_node ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 1 result

  1. Hello, I am trying to call a function in a DLL whose signature is as below datablock* foo(datablock db); where datablock is : typedef struct { unsigned char data[10240]; unsigned int no_of_bytes; unsigned long start; } datablock; this is actaually a wrapper for a function which...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.