what's the CALLBACK
-
who can tell me what's the CALLBACK and give me some simple code. thanks
-
who can tell me what's the CALLBACK and give me some simple code. thanks
A callback is a function that's passed to a method by a function pointer, and which then 'calls back' to provide a hook into some aspect of a functions progress, such as providing details for a progress report. The MSDN has lots of examples, in functions that use them.
-
who can tell me what's the CALLBACK and give me some simple code. thanks
A Callback is a function of which the Name and Address have been registered in a special list in the excecutable file, so that other processes can access it by name It is essentially a 'Widely Advertised Function'
LateNightsInNewry
-
who can tell me what's the CALLBACK and give me some simple code. thanks