CObjectFolder

What is a CObjectFolder?

CObjectFolder is a format used to store an object folder.

Structure

Size Type Name Description
4 UInt32 Identifier The identifier of the Object Folder, indicates whether or not the folder is "hidden"

The following data only exists if Identifier is 0x70000004

Size Type Name Description
... CString Name The name of the folder
4 UInt32 Child Count The length of the next array
... UInt32[] Children The handles of the child object infos, length is equal to Child Count

The following data only exists if Identifier is not 0x70000004

Size Type Name Description
4 UInt32 Child The handle of the child object info