PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
RecordPwbMenuItem
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void RecordPwbMenuItem( WORD idItem, unsigned short fRecord );
 
  See:    CheckPwbMenuItem, EnablePwbMenuItem, IdAddPwbMenuItem,
          IdFindPwbMenuItem, RecordPwbMenuItem, SetPwbMenuItemTitle,
          SetPwbMenuItemCommand
 
     RecordPwbMenuItem determines if a menu command can be recorded in a
     macro, or if the menu item is unavailable while macro recording is
     turned on.
 
     Argument    Description
 
     <idItem>    ID of the menu item.
 
     <fRecord>   Determines if the command can be recorded, as follows:
 
                 TRUE    Command can be recorded in macro.
 
                 FALSE   Command cannot be recorded. The menu item is
                         unavailable when macro recording is turned on.
                                    -♦-