Share via


IShellService.GetProcessId Method (Int32)

 

Namespace:   Microsoft.Windows.Simulator.Common
Assembly:  Microsoft.Windows.Simulator.Client (in Microsoft.Windows.Simulator.Client.dll)

Syntax

void GetProcessId(
    out int processId
)
void GetProcessId(
    [OutAttribute] int% processId
)
abstract GetProcessId : 
        processId:int byref -> unit
Sub GetProcessId (
    <OutAttribute> ByRef processId As Integer
)

Parameters

See Also

IShellService Interface
Microsoft.Windows.Simulator.Common Namespace

Return to top