Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains information that File Manager uses to add a Help string for a menu or toolbar command item.
Syntax
typedef struct _FMS_HELPSTRING {
INT idCommand;
HMENU hMenu;
__wchar_t szHelp[128];
} FMS_HELPSTRING;
Members
-
idCommand
-
Type: INT
-
The identifier of the command item.
-
hMenu
-
Type: HMENU
-
The identifier of the menu bar.
-
szHelp
-
Type: __wchar_t[128]
-
The null-terminated string that receives the Help text.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
See also