Async Pluggable Protocols, anyone?

I desperately need help with a problem writing an Async Pluggable Protocol. Can anyone help me? Description of the problem here -

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1266037&SiteID=1

[396 byte] By [Push-A-Button] at [2008-3-1]
# 1
Please provide more information as to what exactly you mean by an async pluggable protocol? What environment or technology is this protocol for?
MikeFlasko at 2007-10-10 > top of Msdn Tech,Windows Networking Development,Winsock Kernel (WSK)...
# 2

Asynchronous Pluggable Protocols are a part of Windows.

http://msdn.microsoft.com/workshop/networking/pluggable/pluggable.asp

In this particular case, I'm writing two. One to access a file that is in use (given that they have allowed read access to a file they are writing) and one that is basically HTTP, but that both reads AND saves the file at the same time.

Both of these are designed to work around certain limitations in Windows Media Player and the way it streams files.

Push-A-Button at 2007-10-10 > top of Msdn Tech,Windows Networking Development,Winsock Kernel (WSK)...