sdaiGetAttrBNUnicode
Syntax
// // Strong typing definition // int_t sdaiGetAttrBNUnicode( SdaiInstance instance, const char * attributeName, unsigned char * buffer, int_t bufferLength ); // // Weak typing definition // int_t __declspec(dllexport) __stdcall sdaiGetAttrBNUnicode( int_t instance, const char * attributeName, unsigned char * buffer, int_t bufferLength );