ScRelocNotifications
The ScRelocNotifications
function adjusts a pointer within a specified event notification array.
Note This function
may not be supported in future versions of MAPI.
Quick Info
Header
file: |
MAPIUTIL.H |
Implemented
by: |
MAPI |
Called by: |
Client
applications and service providers |
SCODE ScRelocNotifications(
int cntf, |
|
LPNOTIFICATION rgntf, |
|
LPVOID pvBaseOld,
|
|
LPVOID pvBaseNew,
|
|
ULONG FAR * pcb |
|
); |
|
Parameters
cntf
[in] Count of
NOTIFICATION
rgntf
[in] Pointer
to the array of NOTIFICATION structures defining event notifications
within which a pointer is to be adjusted.
pvBaseOld
[in] Pointer
to the original base address of the array indicated by the rgntf
parameter.
pvBaseNew
[in] The
location to which ScRelocNotifications writes the new base address of
the array indicated by the rgntf parameter.
pcb
[out] Pointer
to the size, in bytes, of the array indicated by the pvBaseNew parameter.
Remarks
The pcb
parameter to the ScRelocNotifications function is optional.
See Also
ScRelocProps