local (C++)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
When used in the interface header, allows you to use the MIDL compiler as a header generator. When used in an individual function, designates a local procedure for which no stubs are generated.
[local]
The local C++ attribute has the same functionality as the local MIDL attribute.
See call_as for an example of how to use local.
Attribute Context
| Applies to | interface, interface method |
| Repeatable | No |
| Required attributes | None |
| Invalid attributes | dispinterface |
For more information, see Attribute Contexts.
IDL Attributes
Interface Attributes
Method Attributes
call_as
Attributes Samples
Show: