| typedef struct _NCS_INVSB_CREATE_INFO NCS_INVSB_CREATE_INFO |
A struct include Invisible Component Create info
| mInvsbComp * ncsCreateInvsbComp | ( | const char * | class_name, | |
| mComponent * | parent, | |||
| int | id, | |||
| NCS_PROP_ENTRY * | props, | |||
| NCS_EVENT_HANDLER * | handlers, | |||
| DWORD | user_data | |||
| ) |
create an Invisible Component
| class_name | the class name of Invisible Component | |
| parent | the parent of creating Invisible Component | |
| id | the id of Invisible Component | |
| props | the properties array of Invisible Component | |
| handlers | the event handler array of Invisible Component | |
| user_data | user data |
| mInvsbComp * ncsCreateInvsbCompIndirect | ( | const char * | class_name, | |
| NCS_INVSB_CREATE_INFO * | create_info | |||
| ) |
create an Invisible Component from creating info
| class_name | the class name of Invisible Component | |
| create_info | the creating information pointer |
1.6.3