Please enable JavaScript to view this site.

Code:

AS + 705

Symbolic:

bccProcessCmd

This command will request to execute a specific remote process command, with the following parameters:

Offset

Type

Label

Description

0

U32

DSID

Debug session ID (0=Use read-only session if available)

4

U32

FLAGS

Operating flags:

0x00000001 Search process by filename (ignore PID)

8

U16

PID

Process ID

10

U16

CMDID

Command ID:

1=Load

1=Start

2=Stop

3=Reload

4=Reload and restart

5=Reload and synchronized restart

12

U8[16]

-

Reserved

28

STRZ

FILENAME

Process filename

On success, a bccAck is received with no data.

On failure, a bccNack is received. Specific errors:

NACK code

Description

Extra data

nackNotFound

Process not found

 

nackFileNotExist

Process filename not found

 

nackIllegalArgs

Illegal parameters

U16 What illegal :

1 = Flags

2 = Command ID

3 = Filename

nackIllegalDebug

Illegal debug session

 

nackRequestError

Error executing the command (request)

U16 Error code

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC