Gets the application ID by the SAP Business One process ID if there are many SAP Business One processes running at the same time.
Gets the application ID by the SAP Business One process ID if there are many SAP Business One processes running at the same time.
| Visual Basic |
|---|
Public Function GetAppIdFromProcessId( _ ByVal ProcessId As Long _ ) As Long |
The process ID that you can get from Microsoft Windows API.
If there is only one SAP Business One process running, you can use -1 or empty value.
| Getting Application ID from Windows Process ID (C#) | ||
|---|---|---|
| ||