Skip to content

Latest commit

 

History

History
79 lines (68 loc) · 1.91 KB

File metadata and controls

79 lines (68 loc) · 1.91 KB
title helpfile | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
vc-attr.helpfile
dev_langs
C++
helpviewer_keywords
helpfile attribute
ms.assetid d75161c1-1363-4019-ae09-e7e3b8a3971e
caps.latest.revision 9
author mikeblome
ms.author mblome
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

helpfile

Sets the name of the Help file for a type library.

Syntax

  
      [ helpfile(  
   "filename"  
) ]  

Parameters

filename
The name of the file that contains the help topics.

Remarks

The helpfile C++ attribute has the same functionality as the helpfile MIDL attribute.

Example

See the example for module for an example of how to use helpfile.

Requirements

Attribute Context

Applies to interface, typedef, class, method, property
Repeatable No
Required attributes None
Invalid attributes None

For more information, see Attribute Contexts.

See Also

IDL Attributes
Interface Attributes
Class Attributes
Method Attributes
Typedef, Enum, Union, and Struct Attributes
helpcontext
helpstring