Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D11DeviceContext3::GetHardwareProtectionState method

Gets whether hardware protection is enabled.

Syntax


void GetHardwareProtectionState(
  [out] BOOL *pHwProtectionEnable
);

Parameters

pHwProtectionEnable [out]

Type: BOOL*

After this method returns, points to a BOOL that indicates whether hardware protection is enabled.

Return value

This method does not return a value.

Requirements

Header

D3d11_3.h

Library

D3D11.lib

See also

ID3D11DeviceContext3

 

 

Show:
© 2017 Microsoft