Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
ddk
dload
fax
faxsrv
inc
lib
print
drivers
embedded
spooler
dbglib
exts
idl
inc
inetpp2
inetsrv
localspl
monitors
oleprn
perflib
prtprocs
scripts
splexts
spllib
splsetup
spoolss
wpnpinst
bin
cab
dll16
dll32
exe
inc
lib
thunk
webptprn
wow
inc
cmacros.inc
cmacros.mas
cmstrip.c
commdlg.h
common.ver
convdll.inc
cpl.h
custcntl.h
dbcs.c
dbcs.h
dde.h
ddeml.h
debug.h
debugsys.inc
direct.h
dlgs.h
dosx.inc
drivinit.h
gdidefs.inc
gpfix.inc
header.txt
ime.h
int31.inc
io.h
klayer.inc
layer.inc
locking.h
logerror.h
logerror.inc
lzdos.h
lzexpand.h
memory.h
mep.tmp
mmddk.h
mmddk.inc
mmsystem.h
mmsystem.inc
msdefine.h
multires.h
newexe.inc
ole.h
paswindw.inc
penwin.h
prd.inc
print.h
printer.h
prsht.h
rom.inc
setupx.h
shellapi.h
spl_wnt.h
spool.h
stat.h
stdarg.h
stdio.h
stdlib.h
string.h
strtable.h
style.h
testing.h
time.h
timeb.h
types.h
userproc.h
utime.h
ver.h
version.h
w32sys.h
wfwnet.h
wife.h
win3deb.inc
windefs.inc
windows.h
windows.inc
windowsx.h
winexp.h
winnet.h
winnls.h
wmsyserr.h
lib
dirs
dirs
makefil0
dirs
publish
scan
ui
wia
dirs
project.mk
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
WindowsXP/printscan/print/spooler/wpnpinst/wow/inc/w32sys.h
2025-04-27 07:49:33 -04:00

25 lines
795 B
C

/*************************************************************************\
* w32sys.h
*
* Win32S i/f
*
* 11-18-91 AviN Created
\*************************************************************************/
#ifndef APIENTRY
#define APIENTRY _far _pascal _loadds
#endif
HANDLE APIENTRY GetPEResourceTable(WORD hFile);
HANDLE APIENTRY LoadPEResource(HANDLE hFile, LPSTR lpResTable, LPSTR lpId, LPSTR lpType);
WORD APIENTRY GetW32SysVersion(VOID);
BOOL APIENTRY GetPEExeInfo(LPSTR lpFileName, LPSTR lpBuff, WORD cbBuff, WORD iInfo);
WORD APIENTRY ExecPE(LPSTR lpPath, LPSTR lpCmd, WORD nCmdShow);
BOOL APIENTRY IsPEFormat(LPSTR lpFileName, WORD hFile);
/*
* Constants for GetPEExeInfo iInfo parameter
*/
#define GPEI_MODNAME 1
#define GPEI_DESCRIPTION 2