WEDF_ProtectedProcess.RemoveProtectedProcess (Industry 8.1)
7/8/2014
Review the use, syntax, parameters, and return values of the WEDF_ProtectedProcess.RemoveProtectedProcess method for Windows Embedded 8.1 Industry (Industry 8.1).
This method removes specified processes from the list of protected processes for Dialog Filter.
Syntax
[Static] uint32 RemoveProtectedProcess(
[In] uint32 process[]
);
Parameters
- process
[In] An array of WEDF_ProtectedProcess IDs that represents the processes to remove from the protected process list.
Return Value
Returns an HRESULT value that indicates WMI status or a WMI error.
Remarks
You must use an administrator account to remove entries from the protected process list.