cuda.bindings.nvml.vgpu_instance_get_fbc_sessions#

cuda.bindings.nvml.vgpu_instance_get_fbc_sessions(unsigned int vgpu_instance)#
Retrieves information about active frame buffer capture sessions on a vGPU Instance.

:param vgpu_instance: Identifier of the target vGPU instance.
:type vgpu_instance: unsigned int

:returns: Reference in which to return the session information.
:rtype: nvmlFBCSessionInfo_t

.. seealso:: `nvmlVgpuInstanceGetFBCSessions`