| * Copyright (c) 1996 Anand Kumria |
| /*********************************************************************** |
| * GetWin32sInfo (W32SYS.12) |
| * 0 on success, 1 on failure |
| WORD WINAPI GetWin32sInfo( |
| LPWIN32SINFO lpInfo /* [out] Win32S special information */ |
| lpInfo->wBuildNumber = 0; |
| /*********************************************************************** |
| * GetPEResourceTable (W32SYS.7) |
| * retrieves the resourcetable from the passed filedescriptor |
| WORD WINAPI GetPEResourceTable( |
| HFILE16 hf /* [in] filedescriptor to opened executeable */ |