![]() |
| | #1 |
| System Novice Join Date: Jan 2006 Location: Tehran
Posts: 1,075
|
__________________ Microsoft Visual Studio 2008 Professional (On Microsoft Windows XP SP2) Learn the language before using it. (C++ Books and C Books) Read the FAQ before making a problem. Then make a Google and Forum search. My code painter new version Version 0.97 DOWNLOAD NOW! (Let the pop up, pop!) SiavoshKC |
| siavoshkc is offline | |
| | #2 |
| Cat without Hat Join Date: Apr 2003
Posts: 8,492
| Read its documentation. Let's take, for example, the DeregisterShellHookWindow function. Although it is listed among the window functions, suggesting user32.dll, it also contains the word shell, suggesting advapi32.dll or shell32.dll (or whatever it's called). So for once, I'm not sure where to find it. http://windowssdk.msdn.microsoft.com.../ms644979.aspx At the bottom, under the heading Function Information, is a useful little box, which tells us that, indeed, the function resides in user32.dll, that it's declared in winuser.h (but you should include windows.h), and that the import library is user32.lib, that the function is available since Windows 2000 and that both ANSI and Unicode versions exist on all systems that support it.
__________________ All the buzzt! CornedBee"There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code." - Flon's Law |
| CornedBee is offline | |
| | #3 |
| System Novice Join Date: Jan 2006 Location: Tehran
Posts: 1,075
| Thanks.
__________________ Microsoft Visual Studio 2008 Professional (On Microsoft Windows XP SP2) Learn the language before using it. (C++ Books and C Books) Read the FAQ before making a problem. Then make a Google and Forum search. My code painter new version Version 0.97 DOWNLOAD NOW! (Let the pop up, pop!) SiavoshKC |
| siavoshkc is offline | |
![]() |
| Thread Tools | |
| Display Modes | |
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| non-MFC DLL with MFC app question. | Kempelen | Windows Programming | 10 | 08-20-2008 07:11 AM |
| dll communicating between each other | cloudy | C++ Programming | 5 | 06-17-2005 02:20 AM |
| DLL and std::string woes! | Magos | C++ Programming | 7 | 09-08-2004 12:34 PM |
| Using class with DLL | greg2 | C++ Programming | 2 | 09-12-2003 05:24 AM |
| .lib vs .h vs .dll | Shadow12345 | C++ Programming | 13 | 01-01-2003 05:29 AM |