pub unsafe extern "C" fn srvPublishAndGetSubscriber(
    processIdCountOut: *mut u32_,
    processIdsOut: *mut u32_,
    notificationId: u32_
) -> Result
Expand description

Publishes a notification to subscribers and retrieves a list of all processes that were notified.

§Arguments

  • processIdCountOut - Pointer to output the number of process IDs to.
  • processIdsOut - Pointer to output the process IDs to. Should have size “60 * sizeof(u32)”.
  • notificationId - ID of the notification.