nttrans.c - FSCTL_0x000900C0

Dobes Vandermeer dobes at dobesland.com
Mon Sep 29 22:48:44 GMT 2003


noticed:

int nttrans.c

01760         case FSCTL_0x000900C0:
01761                 /* pretend this succeeded - don't know what this
really is
01762                    but works ok like this --metze
01763                  */
01764 
01765                 DEBUG(10,("FSCTL_0x000900C0: called on
FID[0x%04X](but not implemented)\n",fidnum));
01766                 send_nt_replies(inbuf, outbuf, bufsize,
NT_STATUS_OK, NULL, 0, NULL, 0);
01767                 return -1;
01768 

This is documented as FSCTL_CREATE_OR_GET_OBJECT_ID by microsoft.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/fsctl_create_or_get_object_id.asp

You can update that constant if you want...

CU
Dobes



More information about the samba-technical mailing list