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