pub unsafe extern "C" fn PTMSYSM_ReplyToSleepQuery(
    deny: bool
) -> Result
Expand description

Accepts or denies the incoming sleep mode request.

§Arguments

  • deny - Whether or not to deny the sleep request.

Note: If deny = false, this is equivalent to calling PTMSYSM_NotifySleepPreparationComplete(3)