Peter Duniho
3/4/2008 6:53:00 AM
On Mon, 03 Mar 2008 20:52:02 -0800, HaySeed
<HaySeed@discussions.microsoft.com> wrote:
> Thanks for the reply Pete.
>
> I thought Win32 access was a framework issue using p/Invoke. If not,
> where
> would you suggest would be the proper forum for a C# to Win32 question?
Nothing about your initial post suggested you were using C#. But
regardless, if you don't already know what in the Win32 API you need to
do, your first step is to figure that out, and that should be done in the
context of a newsgroup pertaining to the use of the unmanaged Win32 API.
If you have a specific question about using p/invoke with a particular
Win32 function, then here would be a useful place to ask that question.
At that point, you'd actually have a "C# to Win32 question" and that's
on-topic here. But the mere fact that you're intending to use p/invoke to
get at the Win32 API doesn't mean that questions about how to use the
Win32 API itself are appropriate here.
By the way, I'm not writing this because I'm playing net-cop or anything
like that. The fact is, if you want a good answer to that particular
question, this just isn't the place to ask. You should be asking people
who are more likely to know, and that's in a different newsgroup.
Pete