1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Define smbtrans subcommands so we can stop hardcoding them

(This used to be commit 645c2d5c30)
This commit is contained in:
Jim McDonough 2002-11-07 14:45:46 +00:00
parent 8cdbdb170b
commit e214a15595

View File

@ -952,6 +952,11 @@ struct bitmap {
#define SMBntcreateX 0xA2 /* NT create and X */
#define SMBntcancel 0xA4 /* NT cancel */
/* These are the trans subcommands */
#define TRANSACT_SETNAMEDPIPEHANDLESTATE 0x01
#define TRANSACT_DCERPCCMD 0x26
#define TRANSACT_WAITNAMEDPIPEHANDLESTATE 0x53
/* These are the TRANS2 sub commands */
#define TRANSACT2_OPEN 0
#define TRANSACT2_FINDFIRST 1