Subversion Repositories userdetect2

Rev

Rev 86 | Rev 92 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 86 Rev 87
Line 37... Line 37...
37
function SplitIconString(IconString: string): TIconFileIdx;
37
function SplitIconString(IconString: string): TIconFileIdx;
38
// function GetHTML(AUrl: string): string;
38
// function GetHTML(AUrl: string): string;
39
procedure VTS_CheckUpdates(VTSID, CurVer: string);
39
procedure VTS_CheckUpdates(VTSID, CurVer: string);
40
function FormatOSError(ec: DWORD): string;
40
function FormatOSError(ec: DWORD): string;
41
function CheckBoolParam(idx: integer; name: string): boolean;
41
function CheckBoolParam(idx: integer; name: string): boolean;
42
function IndexOf_CS(aStrings: TStrings; aToken: String): Integer;
42
function IndexOf_CS(aStrings: TStrings; aToken: string): Integer;
43
function UD2_GetThreadErrorMode: DWORD;
43
function UD2_GetThreadErrorMode: DWORD;
44
function UD2_SetThreadErrorMode(dwNewMode: DWORD; lpOldMode: LPDWORD): BOOL;
44
function UD2_SetThreadErrorMode(dwNewMode: DWORD; lpOldMode: LPDWORD): BOOL;
45
 
45
 
46
implementation
46
implementation
47
 
47