.NETGURU
P/Invoke and Managed C++
Messages   Related Types
This message was discovered on microsoft.public.dotnet.framework.interop.
Responses highlighted in red are from those people who are likely to be able to contribute good, authoratitive information to this discussion. They include Microsoft employees, MVP's and others who IMHO contribute well to these kinds of discussions.
Post a new message to this list...

Adlene Sifi (VIP)
Hello,

I am trying to call a C function from a dll. These function take a pointer
to a structure as a parameter. This structure is allocated into the unmanged
heap by the C function (it uses some malloc). I would like to know the best
way to release this memory . For the moment I have created a new C function
that release the memory and I call it from the managed code. For this to work
I have to keep a pointer to my structure into the native code.

Those are my two functions (from my class):

A )

[DllImport("ArutlManagedBridge.dll",
EntryPoint="GetManagedEnvironment",CharSet=CharSet::Ansi,
CallingConvention=CallingConvention::StdCall)]
            
static System::Int32 GetManagedEnvironment(
[InAttribute,OutAttribute,MarshalAs(UnmanagedType::Struct)]
adsManagedGetEnvironment * GetEnvironment);

B)
[DllImport("ArutlManagedBridge.dll",
EntryPoint="ReleaseEnvironment",CharSet=CharSet::Ansi,
CallingConvention=CallingConvention::StdCall)]

static System::Int32 ReleaseEnvironment();

This is my structure :

[StructLayout(LayoutKind::Sequential, CharSet=CharSet::Ansi)]
public __value struct adsManagedGetEnvironment
{
[MarshalAs(UnmanagedType::ByValArray, SizeConst=2)]
System::Int16        _null __gc[];
System::IntPtr         APXResult;
System::Int32        APXStatus;        
[MarshalAs(UnmanagedType::ByValTStr, SizeConst=512)]
System::String *         APXMessage;        
System::IntPtr         APXSupInfo;            
....
....                            
};    

Thanks a lot

Adlene Sifi
Reply to this message...
 
    
Naveen K Kohli
There is an example at the following link. See if that helps.

http://www.netomatix.com/Development/EmbedStruct.aspx

Naveen Kohli

"Adlene Sifi" <Adlene Click here to reveal e-mail address> wrote in message
news:Click here to reveal e-mail address...
[Original message clipped]

Reply to this message...
 
 
System.IntPtr
System.Runtime.InteropServices.CallingConvention
System.Runtime.InteropServices.CharSet
System.Runtime.InteropServices.InAttribute
System.Runtime.InteropServices.LayoutKind
System.Runtime.InteropServices.OutAttribute
System.Runtime.InteropServices.UnmanagedType




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification