1 |
1.633289 |
__magnumdb__enum_msodm_h_2 |
Enum |
|
|
|
|
|
|
enum
{
msodmcchMaxDlgTitle = 128, // Dialog title (in title bar).
msodmcchMaxItemTitle = 52, // Item title, e.g. "Open" for the open button.
msodmcchMaxSearchName= 64, // Saved search name.
msodmcchMaxType = 512, // File type. Includes description and space
msodmcchMaxEdit = 256, // Maximum length of an edit control value.
msodmcchMaxCommand = 52, // Maximum length of a command.
msodmcchMaxCodePage = 64 // Maximum length of a code page.
};
|
%ProgramFiles%\Microsoft Visual Studio\2022\Professional\VSSDK\VisualStudioIntegration\Common\Inc\office10\msodm.h(145,0) |
|