DXGKCB_INDICATE_CONNECTOR_CHANGE callback function (d3dkmddi.h)
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.
Syntax
DXGKCB_INDICATE_CONNECTOR_CHANGE DxgkcbIndicateConnectorChange;
NTSTATUS DxgkcbIndicateConnectorChange(
[in] IN_CONST_HANDLE hAdapter
)
{...}
Parameters
[in] hAdapter
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1703 (WDDM 2.2) |
Target Platform | Windows |
Header | d3dkmddi.h |
IRQL | DISPATCH_LEVEL |