Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2006
    Posts
    13

    Call Dll Function 2 - The Return

    CAN I CALL A DLL FUNCTION AND PASS A REFERENCE FOR THIS FUNCTION?
    FOR EXAMPLE:
    MY DLL FUNCTION TAKE THE NAME OF THE COMPUTER AND STORE THIS RESULT IN A RECEIVED PARAMETER...

    DLL.CallFunction("compnet.dll", "_ComputerName",
    "\"%reference_variable%\"", DLL_RETURN_TYPE_LONG, DLL_CALL_STDCALL);

    the name of the computer is the content of "reference_variable"

  2. #2
    Join Date
    Jan 2000
    Posts
    2,002
    This is not possible. You can look at the Plugin SDK and make an action plugin that warps your DLL's functionality. Or for an even lighter-weight wrapper, make a Lua module. Here is an article that might help you out.

  3. #3
    Join Date
    Apr 2006
    Posts
    13

    Syntax Of Instruction

    What Is The Syntax For This Instruction?
    Passing A Integer And A String Pointer??

    Thank You,

    Gustavo

Similar Threads

  1. Call Dll Function
    By gustavoAUDACES in forum Setup Factory 7.0
    Replies: 1
    Last Post: 04-18-2006, 09:18 AM
  2. Question on DLL Function Call
    By Martin_SBT in forum AutoPlay Media Studio 4.0
    Replies: 2
    Last Post: 11-10-2003, 04:03 PM
  3. Failed to call DLL function. (#2, Line 1)
    By fe4ther in forum Setup Factory 6.0
    Replies: 4
    Last Post: 01-14-2003, 08:01 PM
  4. Call DLL Function
    By mandark in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-20-2002, 09:26 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts