Hello *all,

Using DLL export viewer, I enquired the MSN/Live Messenger's file sharing API viz; fsshext.8.*.*.*.dll
The functions are listed below:
DllCanUnloadNow
DllGetClassObject
DllRegisterServer and
DllUnregisterServer

My aim is to make a resummeable download module for MicroChap's Messenger, which follows up the last successfully send packets, even after the peers are reconnected during the file transfer, according to the current protocol.
The benefit: MSN messengers's dll provide the a good optimized way of transmitting the data packet. For an instance if you are under a same LAN, you can transmit the data with the LAN's transmission rate, and hence would not encounter the internet's TR bottleneck overhead. Resumeable is one feature, the other could b sending the video packets for buffering from p2p.
Now, how to identify the parameters of these functions. I googled it in order to find the entrypoint of the said dll. Please anyone guide me:
Regarding page 209 (http://www.actel.com/documents/wu500userguide.pdf)
how to find the entrypoint of dll and hence take control over the states of DLL in order to wrap DLL in managed lang like java, C# or since so forth. (if datasheet or its information is not published)
OR
Any one has its wrapper so I could make this module.

Please geeks!

--
a b yum