Ignore:
Timestamp:
Jan 10, 2003, 1:57:14 PM (23 years ago)
Author:
sandervl
Message:

implemented Get/SetHandleInformation; CloseHandle change for HANDLE_FLAG_PROTECT_FROM_CLOSE; inheritance support added to DuplicateHandle

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/hmdevice.h

    r7549 r9653  
    1 /* $Id: hmdevice.h,v 1.32 2001-12-05 14:16:00 sandervl Exp $ */
     1/* $Id: hmdevice.h,v 1.33 2003-01-10 12:57:13 sandervl Exp $ */
    22
    33/*
     
    5555  DWORD           dwUserData;
    5656  DWORD           dwInternalType;
     57  DWORD           dwHandleInformation;               /* Set by SetHandleInformation */
    5758
    5859  LPVOID          lpHandlerData;    /* for private use of the device handler */
     
    114115  /* this is a handler method for calls to CloseHandle() */
    115116  virtual BOOL   CloseHandle(PHMHANDLEDATA pHMHandleData);
     117
     118  virtual BOOL   SetHandleInformation(PHMHANDLEDATA pHMHandleData,
     119                                      DWORD  dwMask,
     120                                      DWORD  dwFlags);
    116121
    117122  /* this is a handler method for calls to ReadFile/Ex */
Note: See TracChangeset for help on using the changeset viewer.