PORTS Forum

Ports and Interfaces => USB => Topic started by: phamtv on February 02, 2012, 03:23:18 pm

Title: Where can I find a list of external functions implemented in msport.dll?
Post by: phamtv on February 02, 2012, 03:23:18 pm
I am trying to develop a custom driver on the host side that will be similar to that of msport.dll, is there a way I can find out a list of the functions that the dll support?
Title: Re: Where can I find a list of external functions implemented in msport.dll?
Post by: Jan Axelson on February 02, 2012, 09:25:06 pm
Maybe the sample described here will help:

http://msdn.microsoft.com/en-us/library/windows/hardware/ff549732%28v=vs.85%29.aspx

Jan