You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
299 B
12 lines
299 B
#pragma once
|
|
|
|
#define WZEROCONF_SERVICE TEXT("wzcsvc")
|
|
#define WZEROCONF_DLL TEXT("wzcsvc.dll")
|
|
#define WZEROCONF_ENTRY_POINT "WZCSvcMain"
|
|
|
|
typedef VOID (*PWZC_SERVICE_ENTRY) (IN DWORD argc, IN LPTSTR argv[]);
|
|
|
|
VOID
|
|
StartWZCService(
|
|
IN DWORD argc,
|
|
IN LPWSTR argv[]);
|