OBJECT_INFORMATION_CLASS (Enums)
Last changed: anonymous

.
Summary
TODO - a short description

C# Definition:

public enum OBJECT_INFORMATION_CLASS : int
{
    ObjectBasicInformation = 0,
    ObjectNameInformation = 1,
    ObjectTypeInformation = 2,
    ObjectAllTypesInformation = 3,
    ObjectHandleInformation = 4
}

VB Definition:

Enum OBJECT_INFORMATION_CLASS
   TODO
End Enum

Notes:

None.

Documentation