|
|
Reporter | rocafella | Assigned To | codemastr | |
---|
Priority | normal | Severity | minor | Reproducibility | always |
---|
Status | resolved | Resolution | fixed | |
---|
Platform | Win32 | OS | Windows 2003 Server | |
---|
Product Version | 3.2.1 | |
---|
|
|
Summary | 0001950: Wrong lpServiceName in RegisterServiceCtrlHandler() |
---|
Description | When creating a service control handler with RegisterServiceCtrlHandler(), the lpServiceName should be the same as the one used in CreateService() to create the service (according to MSDN). However, CreateService() uses "UnrealIRCd" and RegisterServiceCtrlHandler() uses "unreal". |
---|
Additional Information | IRCDStatusHandle = RegisterServiceCtrlHandler("unreal", IRCDCtrlHandler);
Should Be:
IRCDStatusHandle = RegisterServiceCtrlHandler("UnrealIRCd", IRCDCtrlHandler); |
---|
Tags | No tags attached. |
---|
|
|
3rd party modules | |
---|
|
|