HomeSort by relevance Sort by last modified time
    Searched defs:GetDynamicTimeZoneInformation (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/internal/syscall/windows/registry/
registry_test.go 689 if _, err := GetDynamicTimeZoneInformation(&dtzi); err != nil {
738 procGetDynamicTimeZoneInformation = kernel32DLL.NewProc("GetDynamicTimeZoneInformation")
741 func GetDynamicTimeZoneInformation(dtzi *DynamicTimezoneinformation) (rc uint32, err error) {
  /prebuilts/go/linux-x86/src/internal/syscall/windows/registry/
registry_test.go 689 if _, err := GetDynamicTimeZoneInformation(&dtzi); err != nil {
738 procGetDynamicTimeZoneInformation = kernel32DLL.NewProc("GetDynamicTimeZoneInformation")
741 func GetDynamicTimeZoneInformation(dtzi *DynamicTimezoneinformation) (rc uint32, err error) {

Completed in 936 milliseconds