DXGKCB_PINFRAMEBUFFERFORSAVE funzione di callback (d3dkmddi.h)
Un driver miniport in modalità kernel chiama DXGKCB_PINFRAMEBUFFERFORSAVE per aggiungere l'intero buffer frame contemporaneamente.
Sintassi
DXGKCB_PINFRAMEBUFFERFORSAVE DxgkcbPinframebufferforsave;
NTSTATUS DxgkcbPinframebufferforsave(
[in] IN_CONST_HANDLE hAdapter,
[in/out] INOUT_PDXGKARGCB_PINFRAMEBUFFERFORSAVE pPinFrameBufferForSave
)
{...}
Parametri
[in] hAdapter
Handle per una scheda di visualizzazione. Il driver fornisce questo handle per il dispositivo master/lead nella catena LDA (Linked Display Adapter).
[in/out] pPinFrameBufferForSave
Puntatore a una struttura DXGKARGCB_PINFRAMEBUFFERFORSAVE che contiene informazioni sul buffer del frame da salvare.
Valore restituito
DXGKCB_PINFRAMEBUFFERFORSAVE restituisce STATUS_SUCCESS se l'operazione ha esito positivo. In caso contrario, restituisce un codice di errore NTSTATUS appropriato.
Commenti
DXGKCB_XXX funzioni vengono implementate da Dxgkrnl. Per usare questa funzione di callback, impostare i membri appropriati di DXGKARGCB_PINFRAMEBUFFERFORSAVE e quindi chiamare DxgkCbPinFrameBufferForSave tramite il DXGKRNL_INTERFACE.
Per altre informazioni, vedere Isolamento GPU basato su IOMMU .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10, versione 1803 (WDDM 2.4) |
Intestazione | d3dkmddi.h |
IRQL | PASSIVE_LEVEL |
Vedi anche
DXGKARGCB_PINFRAMEBUFFERFORSAVE