guest_power_state_notify_delete()

Remove a power state 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.

Description:

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