Jump to content

Recommended Posts

Posted

There's a function I've used in the past but I can't remember what it is called. It's something like ProcessCoCreateMem but that's not right. I believe the function was meant for COM more than normal IPC. Does anyone have any idea what this function might be?

Posted (edited)

I've been trying to get a grasp on the C++ language lately, didn't get too far though, but I do remember stumbling into an article similar to what you describe, but I didn't really understand much and not totally sure it's what you describe since the name sounds nothing like that.

Maybe this will help? They mention a similar concept using the CreateFileMapping function.

I also noticed that there are some scripts here that give another process a pointer to a structure and allows the other process to read the data from its memory, but you've probably already seen that and doesn't sound like what you're talking about.

Edit: Microsoft also has this.

Edited by ApudAngelorum

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...