dll: FspServiceRun

This commit is contained in:
Bill Zissimopoulos
2016-05-07 17:25:49 -07:00
parent 587fee93e9
commit 789222af68
3 changed files with 39 additions and 23 deletions

View File

@ -864,6 +864,10 @@ typedef struct _FSP_SERVICE
WCHAR ServiceName[];
} FSP_SERVICE;
#pragma warning(pop)
FSP_API ULONG FspServiceRun(PWSTR ServiceName,
FSP_SERVICE_START *OnStart,
FSP_SERVICE_STOP *OnStop,
FSP_SERVICE_CONTROL *OnControl);
FSP_API NTSTATUS FspServiceCreate(PWSTR ServiceName,
FSP_SERVICE_START *OnStart,
FSP_SERVICE_STOP *OnStop,