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?
Read our customer testimonials to find out why our clients keep returning for their projects.
View Testimonials