WEDF_BlockedWindow.AddBlockedWindow (Industry 8.1)
7/8/2014
Review the use, syntax, parameters, and return values of the WEDF_BlockedWindow.AddBlockedWindow method for Windows Embedded 8.1 Industry (Industry 8.1).
This method adds an array of WEDF_BlockedWindow objects to the list of windows that are blocked by Dialog Filter.
Syntax
[Static] uint32 AddBlockedWindow (
[In, EmbeddedInstance("WEDF_BlockedWindow")] string windows[],
[Out] uint32 cmdletOutput[]
);
Parameters
- windows
[In, EmbeddedInstance("WEDF_BlockedWindow")] An array of WEDF_BlockedWindow objects embedded as strings. This array represents the blocked window configurations to add to Dialog Filter.
cmdletOutput
[Out] An array of integers that contains the IDs of the new blocked window configurations just added.These IDs can be used later to remove these windows.
Return Value
Returns an HRESULT value that indicates WMI status or a WMI error.
Remarks
You must use an administrator account to add blocked window configurations.