TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
hans
NA
6
0
IntPtr in c#
Mar 26 2006 9:31 AM
Hi, im new in c# and id like to work with winmm.dll from windows. so i imported it this way: [DllImport("winmm.dll")] extern static int mciSendString(string command, IntPtr responseBuffer, int bufferLength, int nothing); which works fine for me. But now i want to read a string out of my responseBuffer and i dont know how to de-referncate. In good old "c" iwould have used the " * " operator, so plz tell me what to use/do in c#. thx yas stefan
Reply
Answers (
8
)
Question: If it is possible to call the attributes of the objects that are the ArrayList elements? HELP!!!
Calling AS/400 (Iseries) Stored Procedure from VB.NET using ODBC