From 70f630d375de3f310ede4f78f6b4d3515139c5e9 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 18 Aug 2004 20:04:56 +0000 Subject: r1895: added a note about OPEN_BY_FILE_ID to the ntcreatex interface definition (This used to be commit e50fc00671ace0085632f35ec99ad1125cd4d546) --- source4/include/smb_interfaces.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source4/include/smb_interfaces.h b/source4/include/smb_interfaces.h index 35cddf3d00..e63d2baa15 100644 --- a/source4/include/smb_interfaces.h +++ b/source4/include/smb_interfaces.h @@ -1096,6 +1096,9 @@ union smb_open { uint32_t create_options; uint32_t impersonation; uint8_t security_flags; + /* NOTE: fname can also be a pointer to a + uint64_t file_id if create_options has the + NTCREATEX_OPTIONS_OPEN_BY_FILE_ID flag set */ const char *fname; } in; -- cgit