The HServiceCreateThread function creates a wrapped thread.
Header file: | WINWRAP.H |
Library: | WINWRAP.LIB |
HANDLE HServiceCreateThread(
LPLONG lplStartThreads,
LPLONG lplStopThreads,
LPSECURITY_ATTRIBUTES lpThreadAttributes,
DWORD dwStackSize,
LPTHREAD_START_ROUTINE lpStartAddress,
LPVOID lpParameter,
DWORD dwCreationFlags,
LPDWORD lpThreadId
);
Returns handle to the created thread.
For more information on this function, see the HServiceCreateThread function in WINWRAP.C under the WINWRAP code sample in the Code Samples folder.
For more information on the WINWRAP library, see Using WINWRAP Functions, Mandatory Entry Points and Variables, and Events Signalled.
fIsService, FServiceReportStatus, HrServiceConfirmStop, HrServiceGetArgv, HrServiceGetName, HrServiceProcessControl, HrServiceShutdown, HrServiceStartup, HrServiceWaitForContinue, HrServiceWaitForControl, HrServiceWaitForStop, ServiceMain, ServiceStop