D3DKMT_CHECKSHAREDRESOURCEACCESS structure (d3dkmthk.h)
The D3DKMT_CHECKSHAREDRESOURCEACCESS structure describes parameters that the D3DKMTCheckSharedResourceAccess function uses to determine if a process can access a shared resource.
Syntax
typedef struct _D3DKMT_CHECKSHAREDRESOURCEACCESS {
[in] D3DKMT_HANDLE hResource;
[in] UINT ClientPid;
} D3DKMT_CHECKSHAREDRESOURCEACCESS;
Members
[in] hResource
A D3DKMT_HANDLE data type that represents a kernel-mode handle to the shared resource to check.
[in] ClientPid
A UINT value that represents the process identifier (PID) for the client process that requires access to the shared resource that the hProcess member specifies.
Requirements
Requirement | Value |
---|---|
Minimum supported client | D3DKMT_CHECKSHAREDRESOURCEACCESS is supported beginning with the Windows 7 operating system. |
Header | d3dkmthk.h (include D3dkmthk.h) |