Leaked source code of windows server 2003
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.
|
|
//+---------------------------------------------------------------------------
//
// 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 ) throw();
VOID StopWsdpService ( VOID ) throw();
|