The following are flags used to describe how to load controllers and max objects from BIP files.
Nothing will be loaded.
All items in the file will be loaded.
Only the items specified in the array associated with this parameter and existing in the file will be loaded.
{ kLOAD_NONE=0, kLOAD_ALL=1, kLOAD_SPECIFIED=2 };