Home
Tech Tutorials
VB.NETFunction Pointers and COM
Author: 15seconds.com Published: 6th Oct 2005 Visited: 2524 times
By Ben Garcia Rating: 5 out of 5 Rate this article email this article to a colleague suggest an article Introduction While writing the second SNMP article, Creating an SNMP Component - Part 2 , an issue had been encountered with the SnmpCreateSession API function. It forced the developer to pass a function pointer so that all responses could be routed to whatever function was passed. It is important to note that the use of function pointers in Visual Basic should be limited to instances...n
Read Article Sponsored Links
Related Articles
• Nice post on an undocumented function - Reverse I spotted Eddie s post titled Cool Undocumented SQL Function Reverse and made a note to have a look as i am always interested in anything Oracle that is undocumented Its not an exciting function as Eddie says it Read More Posted by Pete On 01 09 06 At 09 1 ...
• String Extractors And Manipulators - The "Mid" Function (Part - III) By J V Ravichandran Although OOPS is the most powerful technique to manipulate data in a secure manner the need to apply this power with caution arises due to the way classes are used or are going to be used by other programmers The string class in Java takes input through objects of its type only B ...
• Function Overriding and Its Impact During Object Initialization Author Date Of Submission User Level Chandra Upadhyay 03 25 2002 Beginner Different languages have different ways to initialize an object C and Java both have almost similar ways to initialize an object with few subtle differences Although I will not discuss about Java here but the motivation to wri ...
• MsgBox Function - Introduction by James Crowley on Visual Basic Read Comments Rate this resource Viewed 44742 times Rating 108 users 4 29 out of 5 Next You can use the Message Box function to display simple prompts or message like Next Rate this resource for us Poor Excellent related resources recent comment previews Read Comment ...
• A better rounding function by Luke Lesurf on Visual Basic Read Comments Rate this resource Viewed 4345 times Rating 5 users 3 40 out of 5 Next VB s built in round function will round numbers like 12 085 down to 12 08 This is not correct in all cases as this number should be rounded up to 12 09 This round function allows for t ...
• Article :: VB Tech Tip: Undocumented - the Erl Function Visual Basic 6 0 retains remnants of its BASIC origins including line numbers GoTo and GoSub Although most of these are now curiosities some can be used effectively Here Scott Loban demonstrates a use for line numbers and the Erl func ...
• The Magical Mod Function by Steven J Engelbrecht Remember when you were in elementary school and had to do long division on paper Before we learned about decimals and fractions we used to show the remainder as part of our answer For instance 22 7 3 R1 Remember Without even knowing it we were mimicking a relatively obscure f ...
• Protecting Passwords with a One-way Hash Function By Peter Persits Rating 4 2 out of 5 Rate this article email this article to a colleague Introduction As a commercial ASP developer you are almost certain to be given the task of designing a password protected Web site When that happens you will have to make a decision about how to store user passwo ...