单项选择题

在过程定义中有语句:
Private Sub GetData(ByVal data As Integer)
其中“ByVal”的含义是

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