summaryrefslogtreecommitdiff
path: root/general/echo/umdfSocketEcho/Driver/devicecontext.h
blob: 2bf10d2e97cf4dd45c5225a8acc4581988a91528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/*++

Copyright (c) Microsoft Corporation. All rights reserved.

Module Name:

    devicecontext.h

Abstract:

    This header file defines the structure type for device context associated with the device object 

Environment:

    user mode only

Revision History:

--*/


#pragma once


typedef struct _DeviceContext
{
    PWSTR  hostStr; 

    PWSTR  portStr;

}DeviceContext;