C++
bool acedUnloadPartialMenu( const wchar_t* pszMenuFile );
File
aced.h
Description
Removes (unloads) a partial menu from the current main menu.
Parameters
Parameters | Description |
---|---|
pszMenuFile | The menu filename. Can be provided with or without a path, though it has a better chance of success if provided without a path. |
Returns
True if successful; otherwise, false.
Possible errors: The filename is not found or not loaded as a partial menu.