*** 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) **********************************************************************