Function FRD_AttachToEventNotification

Source
pub unsafe extern "C" fn FRD_AttachToEventNotification(
    event: Handle,
) -> Result
Expand description

Registers the event handle that will be signaled to inform the session of various status changes.

ยงArguments

  • event - The event handle to register for notification signaling.