NPSNotifyGetContext
The function to obtain notification context.
LPVOID NPSNotifyGetContext(
NOTIFYCALLBACK NotifyCallBack
);
- NotifyCallBack
- The notification function that was previously passed in to NPSNotifyRegister for the type of operation currently being attempted.
- The lpNPContext field filled in the NOTIFYINFO structure by the notification callback function passed in the NotifyCallBack parameter is returned. If NPSNotifyRegister was not previously called with the callback function in NotifyCallBack, then the return value is NULL.