单项选择题

在过程定义中有语句:
Private Sub GetDma(ByVal dab As Integer)
其中“ByVal”的含义是______。

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