guest_power_state_notify_delete()

Remove a notification structure

Synopsis:

#include <qvm/guest.h>
void guest_power_state_notify_delete(struct guest_power_state_notify *qpnp)

Arguments:

qpnp
A pointer to the structure to be removed.

Library:

Provided by qvm; no external library is required.

Description:

Use this function to remove a notification structure created by guest_power_state_notify_create().