Why is P/Invoke called P/invoke?

G

garyusenet

For example i'm told the following is an example of P/Invoke: -

[DllImport("User32.dll")]
static extern Boolean MessageBeep(UInt32 beepType);


but i see no mention of Pinvoke in this code, where does the name
originate from?

Thanks,

Gary.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top