Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Win32Protection (0.14 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/syscall_windows.go

    func (b PSAPI_WORKING_SET_EX_BLOCK) ShareCount() uint64 {
    	return b.intField(1, 3)
    }
    
    // Win32Protection is the memory protection attributes of the page. For a list of values, see
    // https://docs.microsoft.com/en-us/windows/win32/memory/memory-protection-constants
    func (b PSAPI_WORKING_SET_EX_BLOCK) Win32Protection() uint64 {
    	return b.intField(4, 11)
    }
    
    // Shared returns the shared status of this page.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
Back to top