IDisplayGraphicsCaptureSession.SetWindowExclusionList Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
unsigned long long SetWindowExclusionList(IIterable<WindowId> ^ excludedWindows);
uint64_t SetWindowExclusionList(IIterable<WindowId> const& excludedWindows);
public ulong SetWindowExclusionList(IEnumerable<WindowId> excludedWindows);
function setWindowExclusionList(excludedWindows)
Public Function SetWindowExclusionList (excludedWindows As IEnumerable(Of WindowId)) As ULong
Parameters
- excludedWindows