PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
CheckPwbMenuItem
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void CheckPwbMenuItem( WORD idItem, unsigned short fState );
 
  See:    CheckPwbMenuItem, EnablePwbMenuItem, IdAddPwbMenuItem,
          IdFindPwbMenuItem, RecordPwbMenuItem, SetPwbMenuItemTitle,
          SetPwbMenuItemCommand
 
     CheckPwbMenuItem places or clears a bullet next to the menu item
     specified by <idItem>.
 
     The bullet appears depending on the value of <fState>, as follows:
 
     Value    Action
 
     TRUE     Bullet placed in menu.
     FALSE    Bullet cleared from menu.
                                    -♦-