windows experts here ?
Tim Roberts
timr@probo.com
Tue Mar 1 23:42:40 CET 2005
Oleg Gusev wrote:
> Can somebody tell me how to call the GetProcAddress with the ordinal
> instead of the text string in wince ? I've tried to dump a bit of virtual
> memory content some time ago with this modification in hpcboot ...
> I know, i should have used haret820, but it is not available for SH4.
>
>
Just like in non-CE Windows:
xxx = GetProcAddress( _dll, (LPSTR) 1 ); // Fetch ordinal 1
If the high word of the second parameter is 0, the low word is assumed
to be an ordinal.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
More information about the Jornada820
mailing list