Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRegisterClass (0.11 sec)

  1. src/runtime/syscall_windows_test.go

    				})
    				t.Run(cbf.cName(true), func(t *testing.T) {
    					cdecl := syscall.NewCallbackCDecl(cbf.goFunc)
    					cbf.testOne(t, dll, true, cdecl)
    				})
    			}
    		})
    	}
    }
    
    func TestRegisterClass(t *testing.T) {
    	kernel32 := GetDLL(t, "kernel32.dll")
    	user32 := GetDLL(t, "user32.dll")
    	mh, _, _ := kernel32.Proc("GetModuleHandleW").Call(0)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 31 16:31:35 UTC 2023
    - 32.5K bytes
    - Viewed (0)
Back to top