Sample Code
Windows Driver Samples/ UMDF SocketEcho Sample (UMDF Version 1)/ C++/ Driver/ connection.h/
/*++ Copyright (c) Microsoft Corporation. All rights reserved. Module Name: Connection.h Abstract: Header file for the socketecho connection class Environment: User mode only --*/ #pragma once class CConnection { public: CConnection(); HRESULT Connect(IN IWDFDevice *pDevice); VOID Close(); HANDLE GetSocketHandle( ); private: SOCKET m_socket; };
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