{  }

//Ƿ׼
function DiskInDrive(Drive: Char): Boolean;

{ ݷʽ }

//һݷʽ
{ ShortCutFileName: ɵĿݷʽļ   Description: ıעϢ
LinkFileName: ָļ   Parameters: в   WorkingDir: Ŀ¼
IconFilename: ͼļ   IconIndex: ͼ
ShowCmd ״̬(SW_SHOWMAXIMIZED, SW_NORMAL)
pDefVal ɹ򷵻شĬֵ
: CreateLinkFile('D:\ABC.lnk', 'ABC Link', 'c:\ABC.exe',
    '', 'c:\', '', 0, SW_NORMAL )
ItemIDList:PItemIDList;   //ϵͳIDListδʹ
RelativePath:array[0..255] of char;	//·
ShowState:integer;  //ʱʵ״̬
HotKey:word;  //ȼ }
function CreateLinkFile(const ShortCutFileName, Description, LinkFileName, Parameters,
  WorkingDir, IconFilename: string; const IconIndex, ShowCmd: Integer;
  pDefVal: boolean=false): Boolean;
//ѿݼһַ
function ShortCutToString(const HotKey:word):string;

{  }

//ϵͳ
function SystemServiceStart(const pSystemServiceName: string): boolean;
//ֹͣϵͳ
function SystemServiceStop(const pSystemServiceName: string): boolean;

{ ȡϵͳϢ }

// Windows Ŀ¼, : C:\WINDOWS\
