Sub AttributesIntSet( _ ByVal _bsName As String, _ ByVal _nValue As Integer _ )
void AttributesIntSet( string _bsName, int _nValue )
procedure AttributesIntSet( _bsName: String; _nValue: Integer );
void AttributesIntSet( BSTR* _bsName, int _nValue )
m_pAttributes.AttributesIntSet("x", 1)
m_pAttributes.AttributesIntSet("x", 1);
m_pAttributes.AttributesIntGet('x', 1);
IMAttributes Interface IMAttributes Members