Hi I\'m trying to create and marshal the following structure from C# into C++ and maintain the linked reference.I\'m unsure how this structure should be defined in C#?In C++ the structure must look li
is it possible to define a custom UnmanagedType for the MarshalAs attribute class? Specifically I want to convert a long int unix time into a DateTime type. Something like this:
I have the following questions: Should the marshalling be placed in a class helper instead? Or is it quite OK to place it \"inside\" the class?
I\'m wondering if it\'s possible to annotate my classes so that the first time the marshaller encounters an object, it generates an XML element of the appropriate type, but any subsequent reference to
I want to make a little application that changes the default playback device in windows 7. The only solution was to interact with the Sound Applet. I succeeded to get the handle to the SysListView32 w
I have a requirement in which i have XML like this <programs> <program> <name>test1</name>
Is it possible to pass a string array from managed C# to an unmanaged function using P-Invoke? This works fine: 开发者_C百科
Better mention this : I\'m using Delphi XE2 - but XE or 2010 should do the trick too :-) This Question is now in Quality Central QC#99313 please vote it up :-)
I tried to use this Watermark it does work correctly on my test project, but it doesn\'t work in our main project.
I am trying to figure out how to implement custom marshalling for an out-of-proc COM server when it fires an event.The server implements the IConnectionPoint interface.One of the methods on the interf