Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 703 Bytes

named-guids.md

File metadata and controls

24 lines (17 loc) · 703 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: named_guids import attribute
named_guids import attribute
08/29/2019
named_guids
named_guids attribute
b905e5e5-07fe-4874-8993-e05b9d639045

named_guids import attribute

C++ Specific

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

Syntax

#import type-library named_guids

END C++ Specific

See also

#import attributes
#import directive