- 11 Driver Download Websites Reviewed - Lifewire
- Youtube Formula One Drivers Escapes Fire
- Driver Escape Walkthrough
Drivers escape without serious injuries from two-vehicle crash. First responders and bystanders at the scene of this Irvington Road accident were amazed that the driver escaped this overturned vehicle with only minor injuries. Photo by Robert Mason Jr. KILMARNOCKāVirginia State Police responded to a two-vehicle crash in Kilmarnock Wednesday, September 30, which left one vehicle overturned. A damaged Hyundai Tiburon was abandoned in Arleta after its driver allegedly helped another driver escape the scene of a deadly hit-and-run crash in Sun Valley on Feb. Tractor-trailer drivers escape serious injury in fiery crash on Interstate 80 A fiery crash closed Interstate 80 between Adair and Casey early Thursday morning. Ā© Trooper Ryan DeVault/Special to. Summary Description: On March 21, 2016, NVIDIA announced three high-severity driver vulnerabilities. These drivers are used in most GeForce, Quadro and NVS NVIDIA products. CVE-2016-2556: Kernel driver escape can allow access to restricted functionality.
-->The DxgkDdiEscape function shares information with the user-mode display driver.
Syntax
Parameters
hAdapter
Ehome driver. [in] A handle to a context block that is associated with a display adapter. The display miniport driver previously provided this handle to the Microsoft DirectX graphics kernel subsystem in the MiniportDeviceContext output parameter of the DxgkDdiAddDevice function.
pEscape
[in] A pointer to a DXGKARG_ESCAPE structure that contains information about the shared information.
11 Driver Download Websites Reviewed - Lifewire
Return value
DxgkDdiEscape returns one of the following values:
Return code | Description |
---|---|
STATUS_SUCCESS | DxgkDdiEscape successfully shared information. |
STATUS_INVALID_PARAMETER | Parameters that were passed to DxgkDdiEscape contained errors that prevented it from completing. |
STATUS_NO_MEMORY | DxgkDdiEscape could not allocate memory that was required for it to complete. |
STATUS_PRIVILEGED_INSTRUCTION | DxgkDdiEscape detected nonprivileged instructions (that is, instructions that access memory beyond the privilege of the current central processing unit [CPU] process). |
STATUS_ILLEGAL_INSTRUCTION | DxgkDdiEscape detected instructions that graphics hardware could not support. |
STATUS_GRAPHICS_DRIVER_MISMATCH | The display miniport driver is not compatible with the user-mode display driver that initiated the call to DxgkDdiEscape. |
Remarks
The DirectX graphics kernel subsystem calls the display miniport driver's DxgkDdiEscape function whenever the user-mode display driver must share information with the display miniport driver in a way that is not supported through other driver communications.
DxgkDdiEscape should be made pageable.
Requirements
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Target Platform | Desktop |
Header | d3dkmddi.h |
IRQL | PASSIVE_LEVEL |