Sub AttributesGetCount( _ ByRef _pnCount As Integer _ )
void AttributesGetCount( out int _pnCount )
procedure AttributesGetCount( Out _pnCount: Integer );
void AttributesGetCount( [PARAMFLAG::Out] int _pnCount )
Dim myCount As Integer myAttributes.AttributesGetCount(myCount)
int myCount; myAttributes.AttributesGetCount(out myCount);
var myCount: integer; begin m_pAttributes.AttributesGetCount(myCount); end;
IMConfig Interface IMConfig Members