Sample Code
Windows Driver Samples/ UMDF SocketEcho Sample (UMDF Version 1)/ C++/ Driver/ FileContext.h/
/*++ Copyright (C) Microsoft Corporation, All Rights Reserved Module Name: filecontext.h Abstract: This header file defines the structure type for file context associated with the file object Environment: user mode only Revision History: --*/ #pragma once typedef struct _FileContext { CConnection *pConnection ; CComPtr<IWDFIoTarget> pFileTarget; }FileContext;
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