ChildList Event
Fires once for each child when calling ListChildren.
Syntax
virtual int FireChildList(GoogleDriveChildListEventParams *e);
typedef struct {
char* Id;
char* Link;
int reserved;
} GoogleDriveChildListEventParams;
Remarks
This event fires once for each child returned when calling ListChildren.
Id is the Id of the child.
Link holds a link to the child.