SearchResult Struct Reference

#include <LaunchyPlugin.h>


Detailed Description

When you want to add an index item to Launchy, a SearchResult is used.

Warning:
This is meant for internal Launchy use

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.


Field Documentation

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.

HICON SearchResult::DisplayIcon

This is currently unused.

Definition at line 34 of file BlankPlugin/BlankPlugin/LaunchyPlugin.h.

TCHAR* SearchResult::DisplayString

The shortened string that Launchy will search on.

Definition at line 26 of file 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 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.


The documentation for this struct was generated from the following files:
Generated on Sat Apr 21 16:30:32 2007 for LaunchyPluginAPI by  doxygen 1.5.2