NVOS00_PARAMETERS is the parameter type for NV_ESC_RM_FREE. +marshal
| 253 | // |
| 254 | // +marshal |
| 255 | type NVOS00_PARAMETERS struct { |
| 256 | _ structs.HostLayout |
| 257 | HRoot Handle |
| 258 | HObjectParent Handle |
| 259 | HObjectOld Handle |
| 260 | Status uint32 |
| 261 | } |
| 262 | |
| 263 | // GetStatus implements HasStatus.GetStatus. |
| 264 | func (p *NVOS00_PARAMETERS) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected