ID3D11DeviceContext3::SetHardwareProtectionState method

Sets the hardware protection state.

Syntax


void SetHardwareProtectionState(
  [in] BOOL HwProtectionEnable
);

Parameters

HwProtectionEnable [in]

Type: BOOL

Specifies whether to enable hardware protection.

Return value

This method does not return a value.

Requirements

Header

D3d11_3.h

Library

D3D11.lib

See also

ID3D11DeviceContext3

 

 

Show: