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
vijaya.nutakki
NA
23
0
How to collect return values of unmanged code?
Sep 26 2003 5:54 AM
I have a function of pborca80.dll with the following syntax: int PBORCA_LibraryEntryExport ( HPBORCA hORCASession, LPSTR lpszLibraryName, LPSTR lpszEntryName, PBORCA_TYPE otEntryType, LPSTR lpszExportBuffer, LONG lExportBufferSize ); I have sent a string array as a parameter to the above dll function which has to treat the array as a buffer and fill the data? the fucntion is executing successfully but the string array is empty. Do I have to do any unmarshalling when a unmanaged function returns something?
Reply
Answers (
0
)
How to call enumerated data type of unmanaged code inC#?
is it possible to call a constuctor in a dll?