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.
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.
-♦-