Function SignInit ( _ mech As Mechanism, _ key As Key _ ) As Integer
int SignInit( Mechanism mech, Key key )
int SignInit( Mechanism^ mech, Key^ key )
function signInit(mech, key);