Visual Basic (Declaration) | |
---|---|
Public Function GetProcess( _ ByVal name As String, _ ByVal requiredRights As ProcRights _ ) As Process |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim name As String Dim requiredRights As ProcRights Dim value As Process value = instance.GetProcess(name, requiredRights) |
C# | |
---|---|
public Process GetProcess( string name, ProcRights requiredRights ) |
C++/CLI | |
---|---|
public: Process^ GetProcess( String^ name, ProcRights requiredRights ) |
Parameters
- name
- requiredRights
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2