Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 856 Bytes

File metadata and controls

35 lines (30 loc) · 856 Bytes
title named_guids | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-tools
ms.tgt_pltfrm
ms.topic article
f1_keywords
named_guids
dev_langs
C++
helpviewer_keywords
named_guids attribute
ms.assetid b905e5e5-07fe-4874-8993-e05b9d639045
caps.latest.revision 4
author corob-msft
ms.author corob
manager ghogen

named_guids

C++ Specific

Tells the compiler to define and initialize GUID variables in old style, of the form LIBID_MyLib, CLSID_MyCoClass, IID_MyInterface, and DIID_MyDispInterface.

Syntax

named_guids  

Remarks

END C++ Specific

See Also

#import Attributes
#import Directive