mirror of
https://github.com/Lekensteyn/lglaf.git
synced 2024-11-14 19:35:41 -05:00
protocol: Document Unlink
Found in lafd binary.
This commit is contained in:
parent
70ea7bf69b
commit
01efff446d
1 changed files with 9 additions and 2 deletions
11
protocol.md
11
protocol.md
|
@ -131,13 +131,20 @@ Response body: 2824 (0xb08) bytes of binary info.
|
|||
See [scripts/parse-props.py](scripts/parse-props.py) for the structure of the
|
||||
property body.
|
||||
|
||||
### UNLK - Unlock
|
||||
### UNLK - Unlink
|
||||
Delete a file.
|
||||
|
||||
Arguments: none
|
||||
Request body: NUL-terminated file name
|
||||
|
||||
Responds with FAIL code 0x80000001 if the file name is invalid (missing) or
|
||||
file does not exist. Deleting directories is also not possible, giving the same
|
||||
FAIL code 0x80000001.
|
||||
|
||||
### RSVD - Reserved
|
||||
Arguments: none
|
||||
|
||||
### IOCT
|
||||
### IOCT - ioctl
|
||||
Unknown.
|
||||
|
||||
### MISC
|
||||
|
|
Loading…
Reference in a new issue