Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Contains the name of an HTML Help file and a topic in that file. Used with the SFVM_GETHELPTOPIC notification. This structure requires Unicode strings.
Syntax
typedef struct _SFVM_HELPTOPIC_DATA {
WCHAR wszHelpFile[MAX_PATH];
WCHAR wszHelpTopic[MAX_PATH];
} SFVM_HELPTOPIC_DATA;
Members
wszHelpFile[MAX_PATH]
Type: WCHAR[MAX_PATH]
A null-terminated Unicode string containing the fully qualified path to the help file.
wszHelpTopic[MAX_PATH]
Type: WCHAR[MAX_PATH]
A null-terminated Unicode string containing the name of the topic.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 2000 Professional [desktop apps only] |
| Minimum supported server | Windows 2000 Server [desktop apps only] |
| Header | shlobj_core.h (include Shlobj.h) |