Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Requests the title and text for a chevron infotip for the item specified by the accompanying SMDATA structure.
SMC_CHEVRONGETTIP
wParam = (WPARAM) (LPWSTR) pwszTipTitle;
lParam = (LPARAM) (LPWSTR) pwszTipText
Parameters
-
pwszTipTitle
-
A pointer to a buffer that receives a NULL-terminated Unicode string that contains the infotip's title. This string must be no longer than MAX_PATH characters long, including the terminating NULL character.
-
pwszTipText
-
A pointer to a buffer that receives a NULL-terminated Unicode string that contains the infotip's text. This string must be no longer than MAX_PATH characters long, including the terminating NULL character.
Return value
Return S_OK.
Remarks
This notification is received by the IShellMenuCallback::CallbackSM method.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client |
Windows 2000 Professional [desktop apps only] |
| Minimum supported server |
Windows 2000 Server [desktop apps only] |
| Header |
|
| IDL |
|