This website works better with JavaScript.
Explore
Help
Sign In
Mirrors
/
nssm
mirror of
http://git.nssm.cc/nssm/nssm.git
Watch
2
Star
0
Fork
You've already forked nssm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1a05899798
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '1a05899798'
${ noResults }
nssm
/
event.h
7 lines
99 B
C
Raw
Normal View
History
Unescape
Escape
NSSM 1.0.
22 years ago
#
ifndef EVENT_H
#
define EVENT_H
Log messages properly. Format messages from resource. Use NSSM binary as the message source. Note that replacing the binary is prevented if the event viewer is open.
15 years ago
void
log_event
(
unsigned
short
,
unsigned
long
,
.
.
.
)
;
NSSM 1.0.
22 years ago
#
endif