Group: microsoft.public.vc.mfc · Group Profile · Search for Trackpopupmenu in microsoft.public.vc.mfc
Author: hpesata
Date: Aug 1, 2008 00:46
On 16 sep, 20:27, Gabriel <gabriel.ma...@gmail.com> wrote: Can you explain a bit more about it? I googled and read a couple of things but nothing too descriptive. Windows calls Kernel functions through WIN32K.SYS For example, if you call TrackPopupMenu() in User Mode, it will call NtUserTrackPopupMenuEx() in Kernel Mode (service call), which will create the menu class #32768 in win32k
|