Lines Matching defs:pCreateNetRootContext
76 NTSTATUS VBoxMRxCreateVNetRoot(IN PMRX_CREATENETROOT_CONTEXT pCreateNetRootContext)
80 PMRX_V_NET_ROOT pVNetRoot = (PMRX_V_NET_ROOT)pCreateNetRootContext->pVNetRoot;
82 PMRX_VBOX_DEVICE_EXTENSION pDeviceExtension = VBoxMRxGetDeviceExtension(pCreateNetRootContext->RxContext);
95 * This function must always call 'pCreateNetRootContext->Callback(pCreateNetRootContext)' before
230 pCreateNetRootContext->VirtualNetRootStatus = Status;
232 pCreateNetRootContext->NetRootStatus = Status;
234 pCreateNetRootContext->NetRootStatus = STATUS_SUCCESS;
237 pCreateNetRootContext->Callback(pCreateNetRootContext);