[][src]Function CCODE::CreateServiceA

pub unsafe extern "C" fn CreateServiceA(
    hSCManager: SC_HANDLE,
    lpServiceName: LPCSTR,
    lpDisplayName: LPCSTR,
    dwDesiredAccess: DWORD,
    dwServiceType: DWORD,
    dwStartType: DWORD,
    dwErrorControl: DWORD,
    lpBinaryPathName: LPCSTR,
    lpLoadOrderGroup: LPCSTR,
    lpdwTagId: LPDWORD,
    lpDependencies: LPCSTR,
    lpServiceStartName: LPCSTR,
    lpPassword: LPCSTR
) -> SC_HANDLE