windows-nt/Source/XPSP1/NT/net/config/netman/dll/wsdpsvc.h
2020-09-26 16:20:57 +08:00

26 lines
545 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 2000.
//
// File: W S D P S V C . H
//
// Contents: Start/stop Winsock Direct Path Service.
//
// Notes: The service is actually implemented in MS TCP Winsock provider
//
// Author: VadimE 24 Jan 2000
//
//----------------------------------------------------------------------------
#pragma once
VOID
StartWsdpService (
VOID
);
VOID
StopWsdpService (
VOID
);