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

  • Home
  • SEARCH
  • 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

Related Questions

How would I go about writing some code to allow access to a Java
I am trying to progamrtaiclly allow write access to ASPNET account on a directory.
I’d like a visual database tool that will allow me to access multiple database
How would I only allow users authenticated via Python code to access certain files
I'm trying to configure Apache to allow read only access and ask for user
I am trying to find out which Hypervisor will allow me to grant access
CodeIgniter allows access to POSTed data via: $this->input->post('input_name'); where 'input_name' is the name of
MS Access allows the numeric type GUID (in German it's called 'Replikations-ID', so I
How is it that Ruby allows a class access methods outside of the class
I am trying to make a php login page that allows users to access

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.