engiGetDeclarationType

This call returns a type of the EXPRESS schema declarations from its handle.

Syntax

//
//   Strong typing definition
//
enum_express_declaration    engiGetDeclarationType(
                                    SchemaDecl              declaration
                                );


//
//   Weak typing definition
//
unsigned char   __declspec(dllexport) __stdcall    engiGetDeclarationType(
                                                                                            int_t                   declaration
                                                                                        );
    

Property declaration

Size: 32 bit / 4 byte (value)
???.