mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
545 B
25 lines
545 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
);
|