Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.11 KB

local-cpp.md

File metadata and controls

43 lines (31 loc) · 1.11 KB
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: local (C++)
local (C++ COM Attribute)
10/02/2018
vc-attr.local
local attribute
35cdd668-bd8e-492a-b7b8-263e7b662437

local (C++)

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.

Syntax

[local]

Remarks

The local C++ attribute has the same functionality as the local MIDL attribute.

Example

See call_as for an example of how to use local.

Requirements

Attribute context Value
Applies to interface, interface method
Repeatable No
Required attributes None
Invalid attributes dispinterface

For more information, see Attribute Contexts.

See also

IDL Attributes
Interface Attributes
Method Attributes
call_as