Marshal FILETIME from C# to C++

  • Thread starter Thread starter Sergey
  • Start date Start date
S

Sergey

Hi,

I need to return c# FILETIME to C++ client.

What I understand since we have FILETIME in C# I can just simply return it
as:

FILETIME GetSomeTime( string anyThing )

This method is defined in my Interface class together with other methods.
For some reason this method is not getting included in .tlb file.

Any ideas?

Thank you!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top