API 설명서 > Miscellaneous > Object ProRibbon > Function ProRibbonDefinitionfileLoad
Function ProRibbonDefinitionfileLoad
Description
Loads ribbon definition file from a default path.
Replacement in Object TOOLKIT:
Synopsis
#include <ProRibbon.h>
ProRibbonDefinitionfileLoad
(
wchar_t* file_name
/* (In)
Name of ribbon definition file including extension name.
Note: The default search paths for finding the ribbon definition file are: Current directory Application text dir/ribbon Application text dir/(language)/ribbon The location of the application text directory is specified in the registry file.
*/
)
Returns
The function succeeded.
The input arguments are invalid.
The ribbon definition file was not found.
The file specified was not a ribbon definition file.
PRO_TK_IN_USE
The file is already loaded.
User Guide References
도움이 되셨나요?