#include <LaunchyPlugin.h>
Definition at line 24 of file BlankPlugin/BlankPlugin/LaunchyPlugin.h.
Data Fields | |
TCHAR * | DisplayString |
The shortened string that Launchy will search on. | |
TCHAR * | FullPath |
The full path (including filename) of the file pointed at if it is a file. | |
TCHAR * | Location |
The location of your file, set to your Plugin Name if it is not for a file. | |
HICON | DisplayIcon |
This is currently unused. | |
TCHAR * | DisplayString |
The shortened string that Launchy will search on. | |
TCHAR * | FullPath |
The full path (including filename) of the file pointed at if it is a file. | |
TCHAR * | Location |
The location of your file, set to your Plugin Name if it is not for a file. |
TCHAR* SearchResult::DisplayString |
The shortened string that Launchy will search on.
Definition at line 26 of file BlankPlugin/BlankPlugin/LaunchyPlugin.h.
TCHAR* SearchResult::FullPath |
The full path (including filename) of the file pointed at if it is a file.
Important: Make sure that FullPath is unique, e.g. append ".YourPluginName" to DisplayString
Definition at line 30 of file BlankPlugin/BlankPlugin/LaunchyPlugin.h.
TCHAR* SearchResult::Location |
The location of your file, set to your Plugin Name if it is not for a file.
Definition at line 32 of file BlankPlugin/BlankPlugin/LaunchyPlugin.h.
TCHAR* SearchResult::DisplayString |
TCHAR* SearchResult::FullPath |
The full path (including filename) of the file pointed at if it is a file.
Important: Make sure that FullPath is unique, e.g. append ".YourPluginName" to DisplayString
Definition at line 30 of file LaunchyPlugin.h.
TCHAR* SearchResult::Location |
The location of your file, set to your Plugin Name if it is not for a file.
Definition at line 32 of file LaunchyPlugin.h.