3 * helper DLL for Win32s
5 * Copyright (c) 1996 Anand Kumria
11 /***********************************************************************
12 * GetWin32sInfo (W32SYS.12)
14 * 0 on success, 1 on failure
16 WORD WINAPI GetWin32sInfo(
17 LPWIN32SINFO lpInfo /* [out] Win32S special information */
21 lpInfo->wBuildNumber = 0;
22 lpInfo->fDebug = FALSE;
27 /***********************************************************************
28 * GetPEResourceTable (W32SYS.7)
29 * retrieves the resourcetable from the passed filedescriptor
33 WORD WINAPI GetPEResourceTable(
34 HFILE16 hf /* [in] filedescriptor to opened executeable */