calling a method in a dll that returns a pointer
Ravi Kiran <[email protected]> Wed, 3 Jan 2007 03:42:14 -0500
| Newsgroups | gmane.comp.windows.devel.jawin |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
hi,this is ravikiran, i am using jawin to call thirdparty dlls. in my dll there is a method with the following signature unsigned char* SF_GetImageBuffer() i have no idea how to make a call to the above method, so that i can get the content of the pointer that the method is returning. can any one help me how to do this in jawin. i am new to jawin and i didnt find any examples that suite my requiements. please help me. thanks in advance.