SFVM_HELPTOPIC_DATA structure (shlobj_core.h)

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)