Sample Code

windows driver samples/ UMDF SocketEcho Sample (UMDF Version 1)/ C++/ Driver/ devicecontext.h/

/*++

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;

Our Services

  • What our customers say about us?

© 2011-2025 All Rights Reserved. Joya Systems. 4425 South Mopac Building II Suite 101 Austin, TX 78735 Tel: 800-DEV-KERNEL

Privacy Policy. Terms of use. Valid XHTML & CSS