Home All Groups Group Topic Archive Search About
Author
22 Jun 2006 6:48 PM
h4xPace
I have been looking for the correct way to use these API's FOREVER!

I was wondering if anyone knows where I can get my hands on a complete
list of the argument constants for CreateFile(). I seems like a saw a
generic Struct somewhere but I can for the life of me remember where.

Author
22 Jun 2006 7:58 PM
Mythran
"h4xPace" <cscall***@gmail.com> wrote in message
news:1151002132.719269.305220@y41g2000cwy.googlegroups.com...
>I have been looking for the correct way to use these API's FOREVER!
>
> I was wondering if anyone knows where I can get my hands on a complete
> list of the argument constants for CreateFile(). I seems like a saw a
> generic Struct somewhere but I can for the life of me remember where.
>

Try www.pinvoke.net

HTH
Mythran
Author
22 Jun 2006 11:11 PM
Herfried K. Wagner [MVP]
"h4xPace" <cscall***@gmail.com> schrieb:
>I have been looking for the correct way to use these API's FOREVER!
>
> I was wondering if anyone knows where I can get my hands on a complete
> list of the argument constants for CreateFile(). I seems like a saw a
> generic Struct somewhere but I can for the life of me remember where.

See:

<URL:http://groups.google.de/group/microsoft.public.dotnet.languages.vb/msg/02f97d6f8d026c76>

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
23 Jun 2006 9:05 PM
h4xPace
Thanks Again. Pinvoke and the API viewer both had what I was looking
for. Both of you can take $20 out of petty cash and buy yourself
something nice :-)
Tell 'em I said it was ok.


h4xPace wrote:
Show quoteHide quote
> I have been looking for the correct way to use these API's FOREVER!
>
> I was wondering if anyone knows where I can get my hands on a complete
> list of the argument constants for CreateFile(). I seems like a saw a
> generic Struct somewhere but I can for the life of me remember where.