Белешка
Приступ овој страници захтева ауторизацију. Можете покушати да се пријавите или промените директоријуме.
Приступ овој страници захтева ауторизацију. Можете покушати да промените директоријуме.
C++ Specific
Suppresses the creation of smart pointers for all interfaces in the type library.
Syntax
#import type-library no_smart_pointers
Remarks
By default, when you use #import, you get a smart pointer declaration for all interfaces in the type library. These smart pointers are of type _com_ptr_t.
END C++ Specific