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.
47 lines
520 B
47 lines
520 B
/*++
|
|
|
|
Copyright (c) 2000-2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
clientconnp.h
|
|
|
|
Abstract:
|
|
|
|
Contains the private definitions for the client connection structure.
|
|
|
|
Author:
|
|
|
|
Henry Sanders (henrysa) 10-Aug-2000
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef _CLIENTCONN_P_H_
|
|
#define _CLIENTCONN_P_H_
|
|
|
|
//
|
|
// Forward references.
|
|
//
|
|
|
|
|
|
//
|
|
// Private constants.
|
|
//
|
|
|
|
|
|
//
|
|
// Private types.
|
|
//
|
|
|
|
//
|
|
// Private prototypes.
|
|
//
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|