SWCALLBACKINFO STRUC
scbiNext dd ? ;address of next structure in chain
scbiEntryPoint dd ? ;address of notification-function handler
scbiReserved dd ? ;reserved
scbiAPI dd ? ;address of list of SWAPIINFO structures
SWCALLBACKINFO ENDS
The SWCALLBACKINFO structure contains information about the client program.
scbiNext
Specifies the 32-bit address (segment:offset) of the next structure in the notification chain.
scbiEntryPoint
Specifies the 32-bit address (segment:offset) of the client program's notification-function handler. The task switcher uses this address to call the client program's notification functions.
scbiReserved
Reserved; do not use.
scbiAPI
Specifies the 32-bit address (segment:offset) of a zero-terminated list of SWAPIINFO structures specifying the type of support the client program provides for various asynchronous APIs.
Interrupt 2Fh Function 4B01h Build Notification Chain
Service Function 0004h Hook Notification Chain