Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DwmSetWindowAttribute (0.23 sec)

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

    //sys	DwmGetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, size uint32) (ret error) = dwmapi.DwmGetWindowAttribute
    //sys	DwmSetWindowAttribute(hwnd HWND, attribute uint32, value unsafe.Pointer, size uint32) (ret error) = dwmapi.DwmSetWindowAttribute
    
    // Windows Multimedia API
    //sys TimeBeginPeriod (period uint32) (err error) [failretval != 0] = winmm.timeBeginPeriod
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 05 22:18:42 UTC 2024
    - 82.8K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/windows/zsyscall_windows.go

    	procDwmGetWindowAttribute                                = moddwmapi.NewProc("DwmGetWindowAttribute")
    	procDwmSetWindowAttribute                                = moddwmapi.NewProc("DwmSetWindowAttribute")
    	procGetAdaptersAddresses                                 = modiphlpapi.NewProc("GetAdaptersAddresses")
    	procGetAdaptersInfo                                      = modiphlpapi.NewProc("GetAdaptersInfo")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 195.8K bytes
    - Viewed (0)
Back to top