10.11.2015 Views

maXbox3 3.9.9.195 14/05/2015 08:37:17 AM

maXbox3 3.9.9.80 13.11.2013 11:25:53

maXbox3 3.9.9.80 13.11.2013 11:25:53

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>maXbox3</strong> <strong>3.9.9.195</strong><br />

<strong>14</strong>/<strong>05</strong>/<strong>2015</strong> <strong>08</strong>:<strong>37</strong>:<strong>17</strong> <strong>AM</strong><br />

15424: SE_SECURITY_N<strong>AM</strong>E','String 'SeSecurityPrivilege');<br />

15425: SE_TAKE_OWNERSHIP_N<strong>AM</strong>E','String 'SeTakeOwnershipPrivilege');<br />

15426: SE_LOAD_DRIVER_N<strong>AM</strong>E','String 'SeLoadDriverPrivilege');<br />

15427: SE_SYSTEM_PROFILE_N<strong>AM</strong>E','String 'SeSystemProfilePrivilege');<br />

15428: SE_SYSTEMTIME_N<strong>AM</strong>E','String 'SeSystemtimePrivilege');<br />

15429: SE_PROF_SINGLE_PROCESS_N<strong>AM</strong>E','String 'SeProfileSingleProcessPrivilege');<br />

15430: SE_INC_BASE_PRIORITY_N<strong>AM</strong>E','String 'SeIncreaseBasePriorityPrivilege');<br />

15431: SE_CREATE_PAGEFILE_N<strong>AM</strong>E','String 'SeCreatePagefilePrivilege');<br />

15432: SE_CREATE_PERMANENT_N<strong>AM</strong>E','String 'SeCreatePermanentPrivilege');<br />

15433: SE_BACKUP_N<strong>AM</strong>E','String 'SeBackupPrivilege');<br />

15434: SE_RESTORE_N<strong>AM</strong>E','String 'SeRestorePrivilege');<br />

15435: SE_SHUTDOWN_N<strong>AM</strong>E','String 'SeShutdownPrivilege');<br />

15436: SE_DEBUG_N<strong>AM</strong>E','String 'SeDebugPrivilege');<br />

154<strong>37</strong>: SE_AUDIT_N<strong>AM</strong>E','String 'SeAuditPrivilege');<br />

15438: SE_SYSTEM_ENVIRONMENT_N<strong>AM</strong>E','String 'SeSystemEnvironmentPrivilege');<br />

15439: SE_CHANGE_NOTIFY_N<strong>AM</strong>E','String 'SeChangeNotifyPrivilege');<br />

15440: SE_REMOTE_SHUTDOWN_N<strong>AM</strong>E','String 'SeRemoteShutdownPrivilege');<br />

15441: SE_UNDOCK_N<strong>AM</strong>E','String 'SeUndockPrivilege');<br />

15442: SE_SYNC_AGENT_N<strong>AM</strong>E','String 'SeSyncAgentPrivilege');<br />

15443: SE_ENABLE_DELEGATION_N<strong>AM</strong>E','String 'SeEnableDelegationPrivilege');<br />

15444: SE_MANAGE_VOLUME_N<strong>AM</strong>E','String 'SeManageVolumePrivilege');<br />

15445: end;<br />

15446:<br />

15447: procedure SIRegister_cyWinUtils(CL: TPSPascalCompiler);<br />

15448: begin<br />

15449: Type(TWindowsVersion', '( wvUnknown, wvWin31, wvWin95, wvWin98, wvWin'<br />

15450: +'Me, wvWinNt3, wvWinNt4, wvWin2000, wvWinXP, wvWinVista, wvWin7, wvWin8, wvWin8_Or_Upper )');<br />

15451: Function ShellGetExtensionName( FileName : String) : String');<br />

15452: Function ShellGetIconIndex( FileName : String) : Integer');<br />

15453: Function ShellGetIconHandle( FileName : String) : HIcon');<br />

15454: Procedure ShellThreadCopy( App_Handle : THandle; fromFile : string; toFile : string)');<br />

15455: Procedure ShellThreadMove( App_Handle : THandle; fromFile : string; toFile : string)');<br />

15456: Procedure ShellRenameDir( DirFrom, DirTo : string)');<br />

15457: Function cyShellExecute(Operation,FileName,Parameters,Directory:String;ShowCmd:Integer):Cardinal;<br />

15458: Procedure cyShellExecute1(ExeFilename,Parameters,ApplicationName,ApplicationClass:String;Restore:Boolean);<br />

15459: Procedure ShellExecuteAsModal( ExeFilename, ApplicationName, Directory : String)');<br />

15460: Procedure ShellExecuteExAsAdmin( hWnd : HWND; Filename : string; Parameters : string)');<br />

15461: Function ShellExecuteEx(aFileName: string; const Parameters:string; const Directory: string; const<br />

WaitCloseCompletion : boolean) : Boolean');<br />

15462: Procedure RestoreAndSetForegroundWindow( Hnd : Integer)');<br />

15463: Function RemoveDuplicatedPathDelimiter( Str : String) : String');<br />

15464: Function cyFileTimeToDateTime( _FT : TFileTime) : TDateTime');<br />

15465: Function GetModificationDate( Filename : String) : TDateTime');<br />

15466: Function GetCreationDate( Filename : String) : TDateTime');<br />

15467: Function GetLastAccessDate( Filename : String) : TDateTime');<br />

15468: Function FileDelete( Filename : String) : Boolean');<br />

15469: Function FileIsOpen( Filename : string) : boolean');<br />

15470: Procedure FilesDelete( FromDirectory : String; Filter : ShortString)');<br />

15471: Function DirectoryDelete( Directory : String) : Boolean');<br />

15472: Function GetPrinters( PrintersList : TStrings) : Integer');<br />

15473: Procedure SetDefaultPrinter( PrinterName : String)');<br />

15474: Procedure ShowDefaultPrinterWindowProperties( FormParent_Handle : Integer)');<br />

15475: Function WinToDosPath( WinPathName : String) : String');<br />

15476: Function DosToWinPath( DosPathName : String) : String');<br />

15477: Function cyGetWindowsVersion : TWindowsVersion');<br />

15478: Function NTSetPrivilege( sPrivilege : string; bEnabled : Boolean) : Boolean');<br />

15479: Procedure WindowsShutDown( Restart : boolean)');<br />

15480: Procedure CreateShortCut(FileSrc,Parametres,FileLnk,Descript,DossierDeTravail,<br />

FileIcon:string;NumIcone:integer);<br />

15481: Procedure GetWindowsFonts( FontsList : TStrings)');<br />

15482: Function GetAvailableFilename( DesiredFileName : String): String');<br />

15483: end;<br />

15484:<br />

15485: procedure SIRegister_cyStrUtils(CL: TPSPascalCompiler);<br />

15486: begin<br />

15487: Type(TStrLocateOption', '( strloCaseInsensitive, strloPartialKey )');<br />

15488: Type(TStrLocateOptions', 'set of TStrLocateOption');<br />

15489: Type(TStringRead', '( srFromLeft, srFromRight )');<br />

15490: Type(TStringReads', 'set of TStringRead');<br />

15491: Type(TCaseSensitive', '( csCaseSensitive, csCaseNotSensitive )');<br />

15492: Type(TWordsOption', '( woOnlyFirstWord, woOnlyFirstCar )');<br />

15493: Type(TWordsOptions', 'set of TWordsOption');<br />

15494: Type(TCarType', '(ctAlphabeticUppercase, ctAlphabeticLowercase, ctNumeric, ctOther )');<br />

15495: Type(TCarTypes', 'set of TCarType');<br />

15496: //CL.AddTypeS('TUnicodeCategories', 'set of TUnicodeCategory');<br />

15497: CarTypeAlphabetic','LongInt'):= ord(ctAlphabeticUppercase) or ord(ctAlphabeticLowercase);<br />

15498: Function Char_GetType( aChar : Char) : TCarType');<br />

15499: Function SubString_Count( Str : String; Separator : Char) : Integer');<br />

15500: Function SubString_AtPos( Str : String; Separator : Char; SubStringIndex : Word) : Integer');<br />

15501: Function SubString_Get( Str : String; Separator : Char; SubStringIndex : Word) : String');<br />

15502: Function SubString_Length( Str : String; Separator : Char; SubStringIndex : Word) : Integer');<br />

15503: Procedure SubString_Add( var Str : String; Separator : Char; Value : String)');<br />

15504: Procedure SubString_Insert(var Str:String;Separator:Char; SubStringIndex:Word; Value : String)');<br />

155<strong>05</strong>: Procedure SubString_Edit(var Str:String;Separator:Char;SubStringIndex:Word; NewValue : String)');<br />

15506: Function SubString_Remove(var Str:string; Separator:Char; SubStringIndex : Word) : Boolean');<br />

15507: Function SubString_Locate(Str:string;Separator:Char;SubString:String;Options:TStrLocateOptions):Integer;<br />

155<strong>08</strong>: Function SubString_Ribbon( Str : string; Separator : Char; Current: Word; MoveBy : Integer):Integer;');<br />

15509: Function SubString_Ribbon1(Str:string;Separator:Char;Current:String; MoveBy:Integer):String;');<br />

15510: Function String_Quote( Str : String) : String');<br />

PC<strong>08</strong> E:\maxbox3\mXGit39988\maxbox3\docs\maxbox_extract_funclist399.txt<br />

http://www.softwareschule.ch/maxbox.htm T: 297<br />

p: 180

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!