LotusScript to C API Programming Guide
rtLib Domino Rich Text Management template
Home

Anonymous

login


 

Hosted by Prominic.NET, Inc.

NAM_INITMENU_INFO

#include <addinmen.h>

Contains information that can be used by a menu add-in program to determine whether to enable, disable, gray, check, etc. its menu item(s).

C definition

typedef struct
  {
  HMENU hMenu;      /* Handle of the Add-In PopUp menu. */
  NAM_CONTEXT_DATA Data; /* Context specific data. */
  } NAM_INITMENU_INFO;

LotusScript

Definition(s)

Item is used by Addin functionality and cannot be used from LotusScript.