Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for monitorSuspendResume (0.22 sec)

  1. src/runtime/os_windows.go

    		}
    	}
    	_RtlGetCurrentPeb = windowsFindfunc(n32, []byte("RtlGetCurrentPeb\000"))
    	_RtlGetVersion = windowsFindfunc(n32, []byte("RtlGetVersion\000"))
    }
    
    func monitorSuspendResume() {
    	const (
    		_DEVICE_NOTIFY_CALLBACK = 2
    	)
    	type _DEVICE_NOTIFY_SUBSCRIBE_PARAMETERS struct {
    		callback uintptr
    		context  uintptr
    	}
    
    	powrprof := windowsLoadSystemLib(powrprofdll[:])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 26 22:55:25 UTC 2024
    - 41.5K bytes
    - Viewed (0)
Back to top