Skip to content

Latest commit

 

History

History
74 lines (59 loc) · 2.89 KB

nc-d3dkmddi-dxgkcb_getcaptureaddress.md

File metadata and controls

74 lines (59 loc) · 2.89 KB
UID title description old-location ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos tech.root req.typenames f1_keywords topic_type api_type api_location api_name
NC:d3dkmddi.DXGKCB_GETCAPTUREADDRESS
DXGKCB_GETCAPTUREADDRESS (d3dkmddi.h)
The DxgkCbGetCaptureAddress function retrieves the physical address and segment identifier of a capture buffer that is associated with the given allocation handle.
display\dxgkcbgetcaptureaddress.htm
10/13/2021
DXGKCB_GETCAPTUREADDRESS callback function
DXGKCB_GETCAPTUREADDRESS, DXGKCB_GETCAPTUREADDRESS callback, DpFunctions_a8e4882c-a196-4cdf-826f-fa4cf44ba8f8.xml, DxgkCbGetCaptureAddress, DxgkCbGetCaptureAddress callback function [Display Devices], d3dkmddi/DxgkCbGetCaptureAddress, display.dxgkcbgetcaptureaddress
d3dkmddi.h
D3dkmddi.h
Desktop
Windows Vista (WDDM 1.0)
PASSIVE_LEVEL
Windows
display
DXGKCB_GETCAPTUREADDRESS
d3dkmddi/DXGKCB_GETCAPTUREADDRESS
APIRef
kbSyntax
UserDefined
d3dkmddi.h
DXGKCB_GETCAPTUREADDRESS

DXGKCB_GETCAPTUREADDRESS callback function

-description

DXGKCB_GETCAPTUREADDRESS retrieves the physical address and segment identifier of a capture buffer that is associated with the given allocation handle.

-parameters

-param unnamedParam1 [in/out]

A pointer to a DXGKARGCB_GETCAPTUREADDRESS structure that describes parameters for retrieving information about a capture buffer.

-returns

DXGKCB_GETCAPTUREADDRESS returns one of the following values:

Return code Description
STATUS_SUCCESS DXGKCB_GETCAPTUREADDRESS successfully retrieved the capture buffer information.
STATUS_INVALID_PARAMETER The allocation handle that is specified in the hAllocation member of the DXGKARGCB_GETCAPTUREADDRESS structure that the pData parameter pointed to was either invalid or did not represent a capture buffer.

DXGKCB_GETCAPTUREADDRESS might also return other error codes that are defined in Ntstatus.h.

-remarks

DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, set the appropriate members of DXGKARGCB_GETCAPTUREADDRESS and then call DxgkCbGetCaptureAddress via the DXGKRNL_INTERFACE.

-see-also

DXGKARGCB_GETCAPTUREADDRESS

DXGKRNL_INTERFACE