Sub AttributesBoolGet( _ ByVal _bsName As String, _ ByRef _pbValue As Integer _ )
void AttributesBoolGet( string _bsName, out int _pbValue )
procedure AttributesBoolGet( _bsName: String; Out _pbValue: Integer );
void AttributesBoolGet( BSTR* _bsName, [PARAMFLAG::Out] int _pbValue )
IMConfig Interface IMConfig Members