NVOS55_PARAMETERS is the parameter type for NV_ESC_RM_DUP_OBJECT. +marshal
| 369 | // |
| 370 | // +marshal |
| 371 | type NVOS55_PARAMETERS struct { |
| 372 | _ structs.HostLayout |
| 373 | HClient Handle |
| 374 | HParent Handle |
| 375 | HObject Handle |
| 376 | HClientSrc Handle |
| 377 | HObjectSrc Handle |
| 378 | Flags uint32 |
| 379 | Status uint32 |
| 380 | } |
| 381 | |
| 382 | // GetStatus implements HasStatus.GetStatus. |
| 383 | func (n *NVOS55_PARAMETERS) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected