PFND3DKMT_SETSTEREOENABLED - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dkmthk.h

PFND3DKMT_SETSTEREOENABLED Pfnd3dkmtSetstereoenabled;

NTSTATUS Pfnd3dkmtSetstereoenabled(
  BOOL unnamedParam1
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmthk-pfnd3dkmt_setstereoenabled)

PFND3DKMT_SETSTEREOENABLED callback function

Description

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

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.

Prototype

//Declaration

PFND3DKMT_SETSTEREOENABLED D3DKMTSetStereoEnabled;

// Definition

_Check_return_ NTSTATUS APIENTRY D3DKMTSetStereoEnabled(
  _In_ BOOL bStereoEnabled
);

Remarks

See also