Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 152 of file alter.c.
{ MSIALTERVIEW *av = (MSIALTERVIEW*)view; UINT ref; TRACE("%p %p\n", av, record); if (av->hold == 1) av->table->ops->add_ref(av->table); else if (av->hold == -1) { ref = av->table->ops->release(av->table); if (ref == 0) av->table = NULL; } if (av->colinfo) return alter_add_column(av); return ERROR_SUCCESS; }