Welcome to Dream.In.Code
Getting C# Help is Easy!

Join 117,271 C# Programmers for FREE! Ask your question and get quick answers from experts. There are 1,843 online right now! We've got more than 500 tutorials and 2,000 snippets. Join and find out why Dream.In.Code is the #1 programming help community on the internet! Registration is fast and FREE... Join Now!



API win32 Function

 
Reply to this topicStart new topic

API win32 Function, how to use this function in c#

Eng_Gaza
post 8 Jul, 2008 - 03:30 PM
Post #1


New D.I.C Head

*
Joined: 8 Jul, 2008
Posts: 1

Welcome


can u help me how to use this API function with c# applecation

Fuction: OID_GEN_PROMISCUOUS_MODE



for more info. about OID_GEN_PROMISCUOUS_MODE OID query
http://msdn.microsoft.com/en-us/library/bb727531.aspx


thanks
User is offlineProfile CardPM

Go to the top of the page


Martyr2
post 8 Jul, 2008 - 07:30 PM
Post #2


Programming Theoretician

Group Icon
Joined: 18 Apr, 2007
Posts: 4,604



Thanked 115 times

Expert In: C/C++, Java, VB, VB.NET, C#, PHP, Web Development, HTML & CSS, Javascript

My Contributions


Hello...

First of all, you do realize this is for the Windows Development Kit right? Hopefully you are looking to make a driver because that is what this is for.

Second of all OID_GEN_PROMISCUOUS_MODE is not a function. It is an object identifier. An OID to be exact stands for "object identifier". This is passed TO A FUNCTION like ProviderQueryObject which tells a provider the type of information you looking for. The provider then fills another object (through a output buffer pointer) with the results of the query.

I suggest you look up the ProviderQueryObject function to see how you can use object identifiers in such a query, the type of information this identifier asks of the target device, and how its response is put into that output buffer through a pointer.

You can read up on this function at the following URL...

http://msdn.microsoft.com/en-us/library/bb727542.aspx

Enjoy! smile.gif



User is offlineProfile CardPM

Go to the top of the page

Fast ReplyReply to this topicStart new topic
Time is now: 10/6/08 10:25PM

Live C# Help!

C# Tutorials

Reference Sheets

C# Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month