Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
556 B

  1. // RegHandle.h: interface for the CRegHandle class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_REGHANDLE_H__2BDD0BB9_32BC_49FF_9396_6FC65BE1B2E8__INCLUDED_)
  5. #define AFX_REGHANDLE_H__2BDD0BB9_32BC_49FF_9396_6FC65BE1B2E8__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include <windows.h>
  10. class CRegHandle
  11. {
  12. public:
  13. CRegHandle();
  14. virtual ~CRegHandle();
  15. HANDLE hDevice;
  16. };
  17. #endif // !defined(AFX_REGHANDLE_H__2BDD0BB9_32BC_49FF_9396_6FC65BE1B2E8__INCLUDED_)