Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 89 of file bool.c.
{ TRACE("\n"); switch(flags) { case INVOKE_FUNC: return throw_type_error(ctx, ei, IDS_NOT_FUNC, NULL); default: FIXME("unimplemented flags %x\n", flags); return E_NOTIMPL; } return S_OK; }