OBJECT_INFORMATION_CLASS enumeration (ntifs.h)
The OBJECT_INFORMATION_CLASS enumeration type represents the type of information to supply about an object.
Syntax
typedef enum _OBJECT_INFORMATION_CLASS {
ObjectBasicInformation,
ObjectTypeInformation
} OBJECT_INFORMATION_CLASS;
Constants
ObjectBasicInformation A PUBLIC_OBJECT_BASIC_INFORMATION structure is supplied. |
ObjectTypeInformation A PUBLIC_OBJECT_TYPE_INFORMATION structure is supplied. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 |
Header | ntifs.h (include Ntifs.h, Fltkernel.h) |
See also
PUBLIC_OBJECT_BASIC_INFORMATION