Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
7/8/2014
Review the use, syntax, parameters, and return values of the WEDF_ProtectedProcess.GetProtectedProcess method for Windows Embedded 8.1 Industry (Industry 8.1).
This method gets an array of WEDF_ProtectedProcess objects that represents the protected processes that are exempt from the default action specified for Dialog Filter.
Syntax
[Static] uint32 GetProtectedProcess(
[Out, EmbeddedInstance("WEDF_ProtectedProcess")] string cmdletOutput[]
);
Parameters
- cmdletOutput
[Out, EmbeddedInstance("WEDF_ProtectedProcess")] An array of WEDF_ProtectedProcess objects embedded as strings. This array represents all processes in the protected process list for Dialog Filter.
Return Value
Returns an HRESULT value that indicates WMI status or a WMI error.