// d3dkmddi.h
DXGKCB_INDICATE_CONNECTOR_CHANGE DxgkcbIndicateConnectorChange;
NTSTATUS DxgkcbIndicateConnectorChange(
[in] IN_CONST_HANDLE hAdapter
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
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.
hAdapter [in]Handle that identifies the adapter.
Returns STATUS_SUCCESS if the operation succeeds. Otherwise, returns an appropriate NTSTATUS error code.
DXGKCB_XXX functions are implemented by Dxgkrnl. To use this callback function, call DxgkCbIndicateConnectorChange via the DXGKRNL_INTERFACE.