LPSERVICE_MAIN_FUNCTIONA typedef

LPSERVICE_MAIN_FUNCTIONA = Pointer<NativeFunction<Void Function(DWORD dwNumServicesArgs, Pointer<LPSTR> lpServiceArgVectors)>>

Implementation

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