Hi,

I'm trying to work on a USB function client driver function on WinCE 5.0,
but I'm finding very little information on the UFN_FUNCTIONS, specifically,
the descriptions for the parameters I pass into functions like
lpRegisterDevice, lpStart, etc. Where can I find this? It's not on Platform
Builder (I see it used in the sample code, but I really want the info), and
it doesn't come up in searches on the microsoft.com website. This is really
frustrating. Anyone know where to find this information?

Thank you!

Amy

Re: USB Function Client Driver Functions on WinCE 5.0 by Keaven

Keaven
Thu Sep 28 09:42:33 CDT 2006

Those functions are in
C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\USBFN\CONTROLLER\MDD\UFNMDD.CPP, from
there we can see the type of each parameters which are described in PBuilder
help.

The function name is not the same but they are associated to function
pointers in GetClientFunctions().

Hope this help.

Keaven


"Amy McNeill" <AmyMcNeill@discussions.microsoft.com> wrote in message
news:E001D4B0-7EB0-4732-A6F3-C2B4824931C2@microsoft.com...
> Hi,
>
> I'm trying to work on a USB function client driver function on WinCE
> 5.0,
> but I'm finding very little information on the UFN_FUNCTIONS,
> specifically,
> the descriptions for the parameters I pass into functions like
> lpRegisterDevice, lpStart, etc. Where can I find this? It's not on
> Platform
> Builder (I see it used in the sample code, but I really want the info),
> and
> it doesn't come up in searches on the microsoft.com website. This is
> really
> frustrating. Anyone know where to find this information?
>
> Thank you!
>
> Amy



Re: USB Function Client Driver Functions on WinCE 5.0 by AmyMcNeill

AmyMcNeill
Thu Oct 05 13:26:02 CDT 2006

Thanks, already looked at this, but still no descriptions. They don't seem
to comment their code. They really need more documentation!

Amy

"Keaven Pineau" wrote:

> Those functions are in
> C:\WINCE500\PUBLIC\COMMON\OAK\DRIVERS\USBFN\CONTROLLER\MDD\UFNMDD.CPP, from
> there we can see the type of each parameters which are described in PBuilder
> help.
>
> The function name is not the same but they are associated to function
> pointers in GetClientFunctions().
>
> Hope this help.
>
> Keaven
>
>
> "Amy McNeill" <AmyMcNeill@discussions.microsoft.com> wrote in message
> news:E001D4B0-7EB0-4732-A6F3-C2B4824931C2@microsoft.com...
> > Hi,
> >
> > I'm trying to work on a USB function client driver function on WinCE
> > 5.0,
> > but I'm finding very little information on the UFN_FUNCTIONS,
> > specifically,
> > the descriptions for the parameters I pass into functions like
> > lpRegisterDevice, lpStart, etc. Where can I find this? It's not on
> > Platform
> > Builder (I see it used in the sample code, but I really want the info),
> > and
> > it doesn't come up in searches on the microsoft.com website. This is
> > really
> > frustrating. Anyone know where to find this information?
> >
> > Thank you!
> >
> > Amy
>
>
>