| |
|
|
J. Strahl | Hello @ all
How do I get on The Befehlsliste or reference a dll ran ? zb.:
@External(urlmon.dll,URLDownloadToFileA,0,Path to Web-File,Speicherpfad,0,0)
speak the it in the urlmon.dll whom commands URLDownloadToFileA gives and this with the suitable command carryed out go can ???
|
|
|
| Windows 7 Ultimate 64 * 12 GB Ram * XProfan 11.2a * PRFellow * PRFPAD | 11/29/07 ▲ |
|
|
|
|
ByteAttack | [...]
or CompileMarkSeparationDef DoFileDownload(1) !shdocvw.dll,DoFileDownload
Def MultiByteToWideChar(6) !KERNEL32,MultiByteToWideChar
Declare ieDownloadURL#,ieWideDownloadURL#
Declare SHDOCVW&
Proc GetFile
Parameters URL$
Dim ieWideDownloadURL#,Add(Mul(Len(URL$),2),1)
Dim ieDownloadURL#,Add(Len(URL$),1)
String ieDownloadURL#,0=URL$
MultiByteToWideChar(0,0,ieDownloadURL#,-1,ieWideDownloadURL#,Add(Mul(Len(URL$),2),1))
DoFileDownload(ieWideDownloadURL#)
Dispose ieDownloadURL#
Dispose ieWideDownloadURL#
EndProc
Let SHDOCVW&=UseDLL(shdocvw.dll)
Cls
GetFile http://www.marc-gordon.de/downloads/RAMSetup.exe
waitinput
| 11/29/07 ▲ | |
|
|
|
|
RGH | integrally simply: Documentation to DLL reading! ;)
in the serious: If the author of/ one DLL vorsieht, that these too of others Programs used go can, becomes it a suitable Documentation enclosing.
The vorhandenen functions To detect, isn't moreover difficult. ex XProfan 11 becomes moreover a Programmzeile genügen. See here: [...]
The Number and manner the Parameter To detect is already explicit tougher and not sure possible and the weight the Parameter To guess is without Documentation pure speculation.
The To windows gehörenden DLLs (The Windows API) are with ihren functions and Parameters in numerous Büchern, but too online with Microsoft in detail described. If you whom DLL-names and/or whom Funktionsnamen with Date eingibst, dürftest You fündig go.
Greeting Roland |
|
|
| Intel Duo E8400 3,0 GHz / 4 GB RAM / 1000 GB HDD - ATI Radeon HD 4770 512 MB - Windows 7 Home Premium 32Bit - XProfan X4 | 11/29/07 ▲ |
|
|
|