LPSERVICE_MAIN_FUNCTIONW typedef

LPSERVICE_MAIN_FUNCTIONW = Pointer<NativeFunction<Void Function(DWORD dwNumServicesArgs, Pointer<LPWSTR> lpServiceArgVectors)>>

Implementation

typedef LPSERVICE_MAIN_FUNCTIONW = ffi.Pointer<ffi.NativeFunction<ffi.Void Function(DWORD dwNumServicesArgs, ffi.Pointer<LPWSTR> lpServiceArgVectors)>>;