Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 885 Bytes

File metadata and controls

36 lines (31 loc) · 885 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 reference
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
ms.workload
cplusplus

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