The ScCopyNotifications function copies a group of event notifications to a single block of memory.
Note This function may not be supported in future versions of MAPI.
Header file: | MAPIUTIL.H |
Implemented by: | MAPI |
Called by: | Client applications and service providers |
SCODE ScCopyNotifications(
int cntf,
LPNOTIFICATION rgntf,
LPVOID pvDst,
ULONG FAR * pcb
);
If NULL is passed in the pcb parameter, no copying is performed; if a non-null value is passed in pcb, the ScCopyNotifications function copies the size of the array and the array itself to a single block of memory. If pcb is not NULL, it is set to the number of bytes stored in the pvDst parameter. The pvDst parameter must be large enough to contain the entire array.