NVOS57_PARAMETERS is the parameter type for NV_ESC_RM_SHARE. +marshal
| 393 | // |
| 394 | // +marshal |
| 395 | type NVOS57_PARAMETERS struct { |
| 396 | _ structs.HostLayout |
| 397 | HClient Handle |
| 398 | HObject Handle |
| 399 | SharePolicy RS_SHARE_POLICY |
| 400 | Status uint32 |
| 401 | } |
| 402 | |
| 403 | // GetStatus implements HasStatus.GetStatus. |
| 404 | func (n *NVOS57_PARAMETERS) GetStatus() uint32 { |
nothing calls this directly
no outgoing calls
no test coverage detected