Initialize method...
(proc windows.Handle, opts uint32)
| 47 | |
| 48 | // Initialize method... |
| 49 | func (r *MockResolver) Initialize(proc windows.Handle, opts uint32) error { |
| 50 | called := r.Called(proc, opts) |
| 51 | return called.Error(0) |
| 52 | } |
| 53 | |
| 54 | // GetModuleName method... |
| 55 | func (r *MockResolver) GetModuleName(proc windows.Handle, addr va.Address) string { |