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?

© 2011-2024 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