Developer Network
Developer Network
Developer
:CreateViewProfileText:
Sign in
Subscriber portal
Get tools
Downloads
Visual Studio
SDKs
Trial software
Free downloads
Office resources
Programs
Subscriptions
Overview
Administrators
Students
Microsoft Imagine
Microsoft Student Partners
ISV
Startups
Events
Community
Magazine
Forums
Blogs
Channel 9
Documentation
APIs and reference
Dev centers
Samples
Retired content
We’re sorry. The content you requested has been removed. You’ll be auto redirected in 1 second.
Ask a question
Quick access
Forums home
Browse forums users
FAQ
Search related threads
Remove From My Forums
Asked by:
How to marshal a C type structure containing pointer
Archived Forums #
>
.NET Framework Networking and Communication
Question
0
Sign in to vote
How to marshal a C type structure containing pointer to instance of another structure i.e.
typedef
struct
Event {
byte id;
int no; } Event_t
typedef
struct
EventList{
Event_t *obj;
}
Thanks in advance
Eric Haas
Saturday, October 18, 2008 9:36 AM