NvAPI_EnumNvidiaUnAttachedDisplayHandle

Function NvAPI_EnumNvidiaUnAttachedDisplayHandle 

Source
pub unsafe fn NvAPI_EnumNvidiaUnAttachedDisplayHandle(
    thisEnum: u32,
    pNvUnAttachedDispHandle: *mut NvUnAttachedDisplayHandle,
) -> NvAPI_Status
Expand description

This function returns the handle of the NVIDIA unattached display specified by the enum index (thisEnum). The client should keep enumerating until it returns error.

Note: Display handles can get invalidated on a modeset, so the calling applications need to renum the handles after every modeset.