engiGetEntityWhereRuleByIterator
Syntax
// // Strong typing definition // ExpressScript engiGetEntityWhereRuleByIterator( SchemaDecl declaration, ExpressScript prev, SdaiString * label ); static inline ExpressScript engiGetEntityWhereRuleByIterator( SchemaDecl declaration, ExpressScript prev, char ** label ) { return engiGetEntityWhereRuleByIterator( declaration, prev, (SdaiString*) label ); } // // Weak typing definition // int_t __declspec(dllexport) __stdcall engiGetEntityWhereRuleByIterator( int_t declaration, int_t prev, const char ** label ); static inline int_t engiGetEntityWhereRuleByIterator( int_t declaration, int_t prev, char ** label ) { return engiGetEntityWhereRuleByIterator( declaration, prev, (const SdaiString*) label ); }
Property declaration
Size: 32 bit / 4 byte (value)???.
Property prev
Size: 32 bit / 4 byte (value)???.
Property label
Size: 32 bit / 4 byte (reference)???.