单项选择题

在过程定义中有语句:
Private Sub GetData(ByRef f As Integer)
其中“ByRef'’的含义是( )。

A.传值调用
B.传址调用
C.形式参数
D.实际参数