IoctlWaitOpenComplete is the parameter type for NV_ESC_WAIT_OPEN_COMPLETE. +marshal
| 188 | // |
| 189 | // +marshal |
| 190 | type IoctlWaitOpenComplete struct { |
| 191 | _ structs.HostLayout |
| 192 | Rc int32 |
| 193 | AdapterStatus uint32 |
| 194 | } |
| 195 | |
| 196 | // GetStatus implements HasStatus.GetStatus. |
| 197 | func (p *IoctlWaitOpenComplete) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected