Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
applets
browseinfo
browseui
comctl32
comdlg32
cpls
ddk
docs
drts
evtmon
explorer
ext
iecontrols
iexplore
inc
lcinf
lib
osshell
policies
published
samplemusic
samplemypicts
services
bamsrv
dll
hdsrv
apdiag
apsample
idl
inc
lib
pipeclnt
shhwdtct
dll
lib
tstdrv
cmmn.cpp
cmmn.h
cstmprop.cpp
cstmprop.h
cstmpropu.cpp
devinfo.cpp
devinfo.h
devinfou.cpp
dirs
dispatch.cpp
drvbase.cpp
drvbase.h
dtct.cpp
dtct.h
dtctimp.cpp
dtctreg.cpp
dtctreg.h
dtctu.cpp
factdata.cpp
gdtinfo.cpp
hnotif.cpp
hnotif.h
hwdev.cpp
hwdev.h
logging.cpp
logging.h
misc.h
miscdev.cpp
miscdev.h
mtpts.cpp
mtpts.h
pnp.cpp
pnp.h
regnotif.cpp
regnotif.h
regnotifu.cpp
setenum.cpp
setenum.h
setenumu.cpp
settings.cpp
settings.h
settingsu.cpp
shhwdtct.def
sources.inc
special.cpp
svcsync.cpp
svcsync.h
vol.cpp
vol.h
shsrvice
shsvc
tstdrv
dirs
shsrvice.inc
lpc
themesrv
dirs
resource.h
shdocvw
shell32
shelldrt
shlwapi
sld
themes
thunk
tools
typebin
types
wallpaper
ccshell.ini
common.inc
common.mk
dirs
dummy.txt
gnumakefile
makefile.inc
project.mk
termsrv
tools
windows
dirs
makefil0
2025-04-27 07:49:33 -04:00

20 lines
531 B
C

/*****************************************************************************\
FILE: logging.h
DESCRIPTION:
Logging helper functions
BryanSt 4/23/2001 (Bryan Starbuck)
Copyright (C) Microsoft Corp 2001-2001. All rights reserved.
\*****************************************************************************/
#ifndef _LOGGING_H
#define _LOGGING_H
void WriteToLogFileA(LPCSTR pszMessage, ...);
void WriteToLogFileW(LPCWSTR pszMessage);
void CloseLogFile(void);
#endif // _LOGGING_H