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!
 
Back
Top