Skip to content

Latest commit

 

History

History
53 lines (48 loc) · 1.03 KB

File metadata and controls

53 lines (48 loc) · 1.03 KB
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
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

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