VirtualBox

Changeset 70347 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Dec 26, 2017 3:55:49 PM (7 years ago)
Author:
vboxsync
Message:

IPRT: More NT 3.1 compatibility tweaking.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/nt/nt.h

    r70339 r70347  
    19301930#endif /* IPRT_NT_USE_WINTERNL */
    19311931
     1932/** For use with ObjectHandleFlagInformation. */
     1933typedef struct _OBJECT_HANDLE_FLAG_INFORMATION
     1934{
     1935    BOOLEAN Inherit;
     1936    BOOLEAN ProtectFromClose;
     1937} OBJECT_HANDLE_FLAG_INFORMATION;
     1938typedef OBJECT_HANDLE_FLAG_INFORMATION *POBJECT_HANDLE_FLAG_INFORMATION;
     1939
    19321940typedef enum _OBJECT_INFORMATION_CLASS
    19331941{
     
    19361944    ObjectTypeInformation,
    19371945    ObjectAllInformation,
    1938     ObjectDataInformation
     1946    ObjectHandleFlagInformation,
     1947    ObjectSessionInformation,
     1948    MaxObjectInfoClass
    19391949} OBJECT_INFORMATION_CLASS;
    19401950typedef OBJECT_INFORMATION_CLASS *POBJECT_INFORMATION_CLASS;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette