THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 18/11/2005 at 09:23, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.5
Platform: Windows ;
Language(s) : C++ ;
---------
Hi,
in operatingsystem.h exixts one member of the follow struct that nowhere (in help or manuals) explains the contents (par1 ? par2 ? ....)
-_-
struct C4D_Dialog
{
(...)
Bool (*AddGadget )(CDialog *cd, LONG type, LONG id, const String *name, LONG par1, LONG par2, LONG par3, LONG par4, const BaseContainer *customdata, void **resptr);
(...)
}
Somebody knows somethings ???
Thx