[][src]Function winapi::um::http::HttpQueryServiceConfiguration

pub unsafe extern "system" fn HttpQueryServiceConfiguration(
    ServiceHandle: HANDLE,
    ConfigId: HTTP_SERVICE_CONFIG_ID,
    pInput: PVOID,
    InputLength: ULONG,
    pOutput: PVOID,
    OutputLength: ULONG,
    pReturnLength: PULONG,
    pOverlapped: LPOVERLAPPED
) -> ULONG