using windows api functions
Stewart Gordon
smjg_1998 at yahoo.com
Tue May 1 10:58:53 PDT 2007
"lee" <llee at goucher.edu> wrote in message
news:f17plf$26na$1 at digitalmars.com...
> I'm trying to call the OpenProcess() api function. I included
> std.c.windows.windows at the beginning of the file, but the
> compiler still does not recognize the function name. The function
> is defined in kernel32.dll . what am I doing wrong?
Using std.c.windows.windows.
The translation there is hopelessly incomplete, or at least was last time I
looked. A much more comprehensive translation is here:
http://www.prowiki.org/wiki4d/wiki.cgi?WindowsAPI
Stewart.
More information about the Digitalmars-d-learn
mailing list