'Declaration<DispIdAttribute(1)> Function RegisterKEY( _ ByVal Key As String _ ) As Boolean
[DispId(1)] bool RegisterKEY( string Key )
function RegisterKEY(
Key: String
): Boolean;
DispIdAttribute(1) function RegisterKEY( Key : String ) : boolean;
[DispId(1)] bool RegisterKEY( string* Key )
[DispId(1)] bool RegisterKEY( String^ Key )
Parameters
- Key