GetTitle

[This is preliminary documentation and subject to change.]

The GetTitle function returns the title text for a plugin module.

GetTitle (
  PWSTR*      ppszTitle
);
 

Parameters

ppszTitle
Pointer to a string that will receive the title text.

Return Values

The GetTitle function has no return values.

Remarks

Use CoTaskMemAlloc to allocate memory for ppszTitle.