SECCommandList::FillEmptiesFromMenu
BOOLSECCommandList::FillEmptiesFromMenu(HMENUhMenu, const CString&strPrevious)
For each command ID in the menu tree, sees if that command ID is in the CommandList. If it is, and no name is available, fill in the name with the text from the menu.
Defined in: SCutCmds.cpp
Return Value
TRUE on success: otherwise FALSE.
Parameters
hMenu
Handle of the menu from which to fill empty strings.
strPrevious
Default is a null string.
See Also