DXGKCB_INDICATE_CONNECTOR_CHANGE - NtDoc

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

DXGKCB_INDICATE_CONNECTOR_CHANGE DxgkcbIndicateConnectorChange;

NTSTATUS DxgkcbIndicateConnectorChange(
  [in] IN_CONST_HANDLE hAdapter
)
{...}
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nc-d3dkmddi-dxgkcb_indicate_connector_change)

DXGKCB_INDICATE_CONNECTOR_CHANGE callback function

Description

A kernel-mode display miniport driver calls DXGKCB_INDICATE_CONNECTOR_CHANGE to indicate that it has added changes to its change queue which the OS should now query.

Parameters

hAdapter [in]

Handle that identifies the adapter.

Return value

Returns STATUS_SUCCESS if the operation succeeds. Otherwise, returns an appropriate NTSTATUS error code.

Remarks

DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, call DxgkCbIndicateConnectorChange via the DXGKRNL_INTERFACE.

See also

DXGKRNL_INTERFACE