Hi All,
I have interop dll in which there is one method which returns maps - as
interop dll method ; getInfoofFile (
LPSAFEARRAY *varlistOfFilesFoldersToImport // In
LPVOID pMapOfFileNameOrItemIDRevDwProps // Out
)
I am calling this method from Vb.net 2005 , so how to get the out paramater in vb.net application.
Thanks in adavance,
Rups