estructura D3DKMT_UNLOCK (d3dkmthk.h)
La estructura D3DKMT_UNLOCK describe las asignaciones que se van a desbloquear.
Sintaxis
typedef struct _D3DKMT_UNLOCK {
[in] D3DKMT_HANDLE hDevice;
[in] UINT NumAllocations;
[in] const D3DKMT_HANDLE *phAllocations;
} D3DKMT_UNLOCK;
Miembros
[in] hDevice
Un D3DKMT_HANDLE tipo de datos que representa un identificador en modo kernel al dispositivo al que está asociada la asignación.
[in] NumAllocations
Número de asignaciones de la matriz que phAllocations especifica.
[in] phAllocations
Matriz de D3DKMT_HANDLE tipos de datos que representan identificadores en modo kernel a las asignaciones que se van a desbloquear.
Requisitos
Requisito | Valor |
---|---|
cliente mínimo admitido | Windows Vista |
encabezado de |
d3dkmthk.h (incluya D3dkmthk.h) |