SAFEARRAY.fFeatures Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sinalizadores que definem o tipo da matriz segura.
public: System::UInt16 fFeatures;
public: unsigned short fFeatures;
unsigned short fFeatures;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.USHORT")]
public ushort fFeatures;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.USHORT")>]
val mutable fFeatures : uint16
Public fFeatures As UShort
Valor do campo
- Atributos
Comentários
Os sinalizadores são definidos em oaidl. h da seguinte maneira:
#defineFADF_AUTO( 0x1 )
#defineFADF_STATIC( 0x2 )
#defineFADF_EMBEDDED( 0x4 )
#defineFADF_FIXEDSIZE( 0x10 )
#defineFADF_RECORD( 0x20 )
#defineFADF_HAVEIID( 0x40 )
#defineFADF_HAVEVARTYPE( 0x80 )
#defineFADF_BSTR( 0x100 )
#defineFADF_UNKNOWN( 0x200 )
#defineFADF_DISPATCH( 0x400 )
#defineFADF_VARIANT( 0x800 )
#defineFADF_RESERVED( 0xf008 )