/sal_local switch
The /sal_local switch directs MIDL to also generate SAL annotations for parameters of interface methods marked [local]. The /sal switch must also be present.
midl /sal /sal_local
Switch Options
This switch has no parameters.
Remarks
Modifies the behavior of the /sal switch to also provide annotations on the parameters of interface methods marked with the [local] attribute. Use the [annotate]attribute to override the MIDL-generated annotation with a different annotation string.
See also