WEDF_VisibleWindow.GetVisibleWindow (Industry 8.1)
7/8/2014
Review the use, syntax, parameters, and return values of the WEDF_VisibleWindow.GetVisibleWindow method for Windows Embedded 8.1 Industry (Industry 8.1).
This method gets an array of WEDF_VisibleWindow objects that represents the windows that are currently visible on a device and can be blocked by Dialog Filter.
Syntax
[Static] uint32 GetVisibleWindow(
[Out, EmbeddedInstance("WEDF_VisibleWindow")] string cmdletOutput[]
);
Parameters
- cmdletOutput
[Out, EmbeddedInstance("WEDF_VisibleWindow")] An array of WEDF_VisibleWindow objects embedded as strings. This array represents all of the currently visible windows that can be blocked by Dialog Filter.
Return Value
Returns an HRESULT value that indicates WMI status or a WMI error.