PFND3DKMT_SETSTEREOENABLED callback function (d3dkmthk.h)

The PFND3DKMT_SETSTEREOENABLED callback function retrieves a Boolean value that indicates whether the operating system's stereoscopic 3-D display behavior is enabled.

Syntax

PFND3DKMT_SETSTEREOENABLED Pfnd3dkmtSetstereoenabled;

NTSTATUS Pfnd3dkmtSetstereoenabled(
  BOOL unnamedParam1
)
{...}

Parameters

unnamedParam1

_In_ bStereoEnabled

TRUE if the operating system's stereoscopic 3-D display behavior is enabled; FALSE otherwise.

Return value

Returns STATUS_SUCCESS if the function completed successfully.

This function might also return other NTSTATUS values.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Universal
Header d3dkmthk.h (include D3dkmthk.h)
Library Gdi32.lib
DLL Gdi32.dll