Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 148287
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T08:55:54+00:00 2026-05-11T08:55:54+00:00

To allow access to the Win32 API from a scripting language (written in C),

  • 0

To allow access to the Win32 API from a scripting language (written in C), I would like to write a function such as the following:

void Call(LPCSTR DllName, LPCSTR FunctionName,    LPSTR ReturnValue, USHORT ArgumentCount, LPSTR Arguments[]) 

which will call, generically, any Win32 API function.

(the LPSTR parameters are essentially being used as byte arrays – assume that they have been correctly sized to take the correct data type external to the function. Also I believe that some additional complexity is required to distinguish between pointer and non-pointer arguments but I’m ignoring that for the purposes of this question).

The problem I have is passing the arguments into the Win32 API functions. Because these are stdcall I can’t use varargs so the implementation of ‘Call’ must know about the number of arguments in advance and hence it cannot be generic…

I think I can do this with assembly code (by looping over the arguments, pushing each to the stack) but is this possible in pure C?

Update: I’ve marked the ‘No it is not possible’ answer as accepted for now. I will of course change this if a C-based solution comes to light.

Update: ruby/dl looks like it may be implemented using a suitable mechanism. Any details on this would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T08:55:55+00:00Added an answer on May 11, 2026 at 8:55 am

    No, I don’t think its possible to do with without writing some assembly. The reason is you need precise control over what is on the stack before you call the target function, and there’s no real way to do that in pure C. It is, of course, simple to do in Assembly though.

    Also, you’re using PCSTR for all of these arguments, which is really just const char *. But since all of these args aren’t strings, what you actually want to use for return value and for Arguments[] is void * or LPVOID. This is the type you should use when you don’t know the true type of the arguments, rather than casting them to char *.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 94k
  • Answers 94k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Django 1.1 (currently beta) adds aggregation support to the database… May 11, 2026 at 6:50 pm
  • Editorial Team
    Editorial Team added an answer I'm only a beginning Haskell programmer (and the little Haskell… May 11, 2026 at 6:50 pm
  • Editorial Team
    Editorial Team added an answer Mac OS X doesn't quite follow the FHS Standard --… May 11, 2026 at 6:50 pm

Related Questions

I have a Windows Service developed in C# and .NET 3.5 to perform various
In one of our commercial applications (Win32, written in Delphi) we'd like to implement
My details: custom mobile device running Windows CE 4.2, Compact Framework 2.0 SP1. C#
I'm in the process of writing a small web app that would allow me

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.