What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Dlls w/ new scripting language

Dlls w/ new scripting language
Author: Message:
Flash
Junior Member
**

Avatar
All time Ready

Posts: 86
Reputation: 2
44 / Male / Flag
Joined: Aug 2006
Roll Eyes  RE: Dlls w/ new scripting language
i tink u need that

code:


Name Description
Call Call functions located in external libraries.
Call2 Call functions located in custom made external libraries and return a string.
FreeDll Unloads a DLL previously loaded by Call.
Allocate Allocates a memory block for low level operations.
GetLastError Returns the result of the GetLastError Windows API function.


[number] Call(
    [string] DllName,
    [string] FunctionName,
    [var, optional] Param1,
    [var, optional] Param2,
    [var, optional] Param3,
    [var, optional] Param4,
    [var, optional] Param5,
    [var, optional] Param6,
    [var, optional] Param7,
    [var, optional] Param8,
    [var, optional] Param9
);

My script: Psdp
08-06-2006 05:41 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Dlls w/ new scripting language - by figs999 on 08-06-2006 at 05:30 AM
RE: Dlls w/ new scripting language - by Flash on 08-06-2006 at 05:41 AM
RE: Dlls w/ new scripting language - by figs999 on 08-06-2006 at 06:19 AM
RE: Dlls w/ new scripting language - by matty on 08-06-2006 at 06:23 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On