Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 787 Bytes

File metadata and controls

33 lines (26 loc) · 787 Bytes
title named_guids | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-tools
ms.topic reference
f1_keywords
named_guids
dev_langs
C++
helpviewer_keywords
named_guids attribute
ms.assetid b905e5e5-07fe-4874-8993-e05b9d639045
author corob-msft
ms.author corob
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