x
This website is using cookies. We use cookies to ensure that we give you the best experience on our website. More info. That's Fine
HPC:Factor Logo 
 
Latest Forum Activity

PocketC and access to hidden APIs

fragenmensch Page Icon Posted 2005-11-28 1:25 PM
#
Avatar image of fragenmensch
Factorite (Elite)

Posts:
207
Location:
DE-DE
Status:
Hi!

From Rainer Keuchel's site I've got this list of undocumented API functions:

*** Undocumented WindowsCE functions
***
*** Time-stamp: <04/05/01 09:24:49 keuchel@w2k>

**********************************************************************
BOOL GetRomFileInfo(DWORD type, LPWIN32_FIND_DATA lpfd, DWORD count);

count is the file index, type can be 1 or 2. 1 seem to be "core"
compontents. Returns FALSE if invalid index. Does not set "LastError".

**********************************************************************
DWORD GetRomFileBytes(DWORD type, DWORD count, DWORD pos,
LPVOID buffer, DWORD nBytesToRead);

count is the file index, type can be 1 or 2. 1 seem to be "core"
compontents. Returns number of bytes read. Does not set "LastError".
Type 1 files are not readable and return 0!

**********************************************************************
BOOL VirtualCopy(LPVOID lpvDest, LPVOID lpvSrc, DWORD cbSize,
DWORD fdwProtect);

maps a physical address to a virtual address.
**********************************************************************
DWORD SetProcPermissions(DWORD);

set access token to slot mask
**********************************************************************
DWORD GetCurrentPermissions(void);

get access token (slot mask)
**********************************************************************

Source is http://www.rainer-keuchel.de/wince/wince-api-undoc.txt

I already have CEAPIINTERFACE installed, and it works fine.

Marco
 Top of the page
Jump to forum:
Seconds to generate: 0.141 - Cached queries : 58 - Executed queries : 9