Searched refs:pCreateNetRootContext (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/SharedFolders/driver/
H A Dnet.c76 NTSTATUS VBoxMRxCreateVNetRoot(IN PMRX_CREATENETROOT_CONTEXT pCreateNetRootContext) argument
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);
[all...]

Completed in 42 milliseconds