export enum FindChildOption { FindDirectChildrenOnly = 0x0, FindChildrenRecursively = 0x1, }