![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Feb 2007
Posts: 3
Rep Power: 0
![]() |
Delegate Help
I have a Dynamic Link Library that contains the following Callback:
__declspec(dllexport) LRESULT CALLBACK eventListener(HWND hWnd, UINT msg, WPARAM wP, LPARAM lP)
{
code here
}Can anyone show me an example of how a delegate would be formed for this? I can't seem to get the grasp of it. Thanks for any help that can be provided. |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Delegate??? | King | C# | 1 | Sep 9th, 2006 11:45 PM |
| Accessing another thread | BlazingWolf | C# | 2 | Apr 19th, 2006 5:19 PM |
| my first c# program | Kilo | C# | 27 | Nov 26th, 2005 9:21 AM |
| question: usage of delagates and custom events | melbolt | C# | 1 | Oct 3rd, 2005 8:17 PM |