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 />

6516: DLLVER_MINOR_MASK','LongWord( Int64 ( $0000FFFF00000000 ));<br />

65<strong>17</strong>: DLLVER_BUILD_MASK','LongWord( Int64 ( $00000000FFFF0000 ));<br />

6518: DLLVER_QFE_MASK','LongWord( Int64 ( $000000000000FFFF ));<br />

6519: Function MAKEDLLVERULL( Major, Minor, Build, Qfe : Word) : Int64<br />

6520: Function SimpleXMLEncode( const S : string) : string<br />

6521: Procedure SimpleXMLDecode( var S : string; TrimBlanks : Boolean)<br />

6522: Function XMLEncode( const S : string) : string<br />

6523: Function XMLDecode( const S : string) : string<br />

6524: Function EntityEncode( const S : string) : string<br />

6525: Function EntityDecode( const S : string) : string<br />

6526:<br />

6527: procedure RIRegister_CPort_Routines(S: TPSExec);<br />

6528: Procedure EnumComPorts( Ports : TStrings)<br />

6529: Procedure ListComPorts( Ports : TStrings)<br />

6530: Procedure ComPorts( Ports : TStrings) //Alias to Arduino<br />

6531: Function GetComPorts: TStringlist;<br />

6532: Function StrToBaudRate( Str : string) : TBaudRate<br />

6533: Function StrToStopBits( Str : string) : TStopBits<br />

6534: Function StrToDataBits( Str : string) : TDataBits<br />

6535: Function StrToParity( Str : string) : TParityBits<br />

6536: Function StrToFlowControl( Str : string) : TFlowControl<br />

65<strong>37</strong>: Function BaudRateToStr( BaudRate : TBaudRate) : string<br />

6538: Function StopBitsToStr( StopBits : TStopBits) : string<br />

6539: Function DataBitsToStr( DataBits : TDataBits) : string<br />

6540: Function ParityToStr( Parity : TParityBits) : string<br />

6541: Function FlowControlToStr( FlowControl : TFlowControl) : string<br />

6542: Function ComErrorsToStr( Errors : TComErrors) : String<br />

6543:<br />

6544: Function GetMessage( var lpMsg : TMsg; hWnd : HWND; wMsgFilterMin, wMsgFilterMax : UINT) : BOOL<br />

6545: Function DispatchMessage( const lpMsg : TMsg) : Longint<br />

6546: Function TranslateMessage( const lpMsg : TMsg) : BOOL<br />

6547: Function SetMessageQueue( cMessagesMax : Integer) : BOOL<br />

6548: Function PeekMessage(var lpMsg:TMsg; hWnd:HWND;wMsgFilterMin,wMsgFilterMax,wRemoveMsg:UINT):BOOL<br />

6549: Function GetMessagePos : DWORD<br />

6550: Function GetMessageTime : Longint<br />

6551: Function GetMessageExtraInfo : Longint<br />

6552: Function GetSpecialFolderPath( const FolderName : string; CanCreate : Boolean) : string<br />

6553: Procedure JAddToRecentDocs( const Filename : string)<br />

6554: Procedure ClearRecentDocs<br />

6555: Function ExtractIconFromFile( FileName : string; Index : Integer) : HICON<br />

6556: Function CreateShellLink( const AppName, Desc : string; Dest : string) : string<br />

6557: Procedure GetShellLinkInfo( const LinkFile : WideString; var SLI : TShellLinkInfo)<br />

6558: Procedure SetShellLinkInfo( const LinkFile : WideString; const SLI : TShellLinkInfo)<br />

6559: Function RecycleFile( FileToRecycle : string) : Boolean<br />

6560: Function JCopyFile( FromFile, ToDir : string) : Boolean<br />

6561: Function ShellObjectTypeEnumToConst( ShellObjectType : TShellObjectType) : UINT<br />

6562: Function ShellObjectTypeConstToEnum( ShellObjectType : UINT) : TShellObjectType<br />

6563: Function QueryServiceConfig2A( hService : SC_HANDLE; dwInfoLevel : DWORD; lpBuffer : LPBYTE; cbBufSize :<br />

DWORD; var pcbBytesNeeded : DWORD) : BOOL<br />

6564: Function QueryServiceConfig2W( hService : SC_HANDLE; dwInfoLevel : DWORD; lpBuffer : LPBYTE; cbBufSize :<br />

DWORD; var pcbBytesNeeded : DWORD) : BOOL<br />

6565: Function QueryServiceConfig2( hService : SC_HANDLE; dwInfoLevel : DWORD; lpBuffer : LPBYTE; cbBufSize :<br />

DWORD; var pcbBytesNeeded : DWORD) : BOOL<br />

6566: Function EnumServicesStatusExA(hSCManager: SC_HANDLE; InfoLevel: SC_ENUM_TYPE; dwServiceType: DWORD;<br />

dwServiceState: DWORD;lpServices:LPBYTE;cbBufSize:DWORD;var pcbBytesNeeded,lpServicesReturned,<br />

lpResumeHandle:DWORD;pszGroupName: LP<br />

6567: Function EnumServicesStatusExW( hSCManager : SC_HANDLE; InfoLevel : SC_ENUM_TYPE; dwServiceType : DWORD;<br />

dwServiceState : DWORD; lpServices:LPBYTE; cbBufSize:DWORD; var pcbBytesNeeded,lpServicesReturned,<br />

lpResumeHandle:DWORD; pszGroupNam<br />

6568: Function EnumServicesStatusEx( hSCManager : SC_HANDLE; InfoLevel : SC_ENUM_TYPE; dwServiceType : DWORD;<br />

dwServiceState : DWORD;lpServices :LPBYTE;cbBufSize:DWORD; var pcbBytesNeeded,lpServicesReturned,<br />

lpResumeHandle:DWORD; pszGroupName<br />

6569: Function ConvertSidToStringSid( sid : PSID; var stringSid : LPWSTR) : BOOL<br />

6570:<br />

6571: ******************************************* unit uPSI_JclPeImage;<br />

6572:<br />

6573: Function IsValidPeFile( const FileName : TFileName) : Boolean<br />

6574: // Function PeGetNtHeaders( const FileName : TFileName; var NtHeaders : TImageNtHeaders) : Boolean<br />

6575: Function PeCreateNameHintTable( const FileName : TFileName) : Boolean<br />

6576: Function PeRebaseImage(const ImageName: TFileName; NewBase : DWORD; TimeStamp : DWORD; MaxNewSize :<br />

DWORD) : TJclRebaseImageInfo<br />

6577: Function PeVerifyCheckSum( const FileName : TFileName) : Boolean<br />

6578: Function PeClearCheckSum( const FileName : TFileName) : Boolean<br />

6579: Function PeUpdateCheckSum( const FileName : TFileName) : Boolean<br />

6580: Function PeDoesExportFunction(const FileName:TFileName;const<br />

FuncName:string;Options:TJclSmartCompOptions):Bool;<br />

6581: Function PeIsExportFunctionForwardedEx( const FileName : TFileName; const FunctionName : string; var<br />

ForwardedName : string; Options : TJclSmartCompOptions) : Boolean<br />

6582: Function PeIsExportFunctionForwarded(const FileName:TFileName;const<br />

FunctionName:string;Options:TJclSmartCompOptions):Bool<br />

6583: Function PeDoesImportFunction( const FileName : TFileName; const FunctionName : string; const LibraryName<br />

: string; Options : TJclSmartCompOptions) : Boolean<br />

6584: Function PeDoesImportLibrary(const FileName:TFileName;const<br />

LibraryName:string;Recursive:Boolean):Boolean);<br />

6585: Function PeImportedLibraries( const FileName : TFileName; const LibrariesList : TStrings; Recursive :<br />

Boolean; FullPathName : Boolean) : Boolean<br />

6586: Function PeImportedFunctions(const FileName:TFileName;const FunctionsList:TStrings;const<br />

LibraryName:string; IncludeLibNames : Boolean): Boolean<br />

6587: Function PeExportedFunctions( const FileName : TFileName; const FunctionsList : TStrings) : Boolean<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: 76

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

Saved successfully!

Ooh no, something went wrong!