structure SFVM_HELPTOPIC_DATA (shlobj_core.h)
Contient le nom d’un fichier d’aide HTML et une rubrique dans ce fichier. Utilisé avec la notification SFVM_GETHELPTOPIC . Cette structure nécessite des chaînes Unicode.
Syntaxe
typedef struct _SFVM_HELPTOPIC_DATA {
WCHAR wszHelpFile[MAX_PATH];
WCHAR wszHelpTopic[MAX_PATH];
} SFVM_HELPTOPIC_DATA;
Membres
wszHelpFile[MAX_PATH]
Type : WCHAR[MAX_PATH]
Chaîne Unicode terminée par null contenant le chemin complet du fichier d’aide.
wszHelpTopic[MAX_PATH]
Type : WCHAR[MAX_PATH]
Chaîne Unicode terminée par null contenant le nom de la rubrique.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 2000 Professionnel [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows 2000 Server [applications de bureau uniquement] |
En-tête | shlobj_core.h (inclure Shlobj.h) |