Rename for consistency

git-svn-id: file:///home/svn/framework3/trunk@10324 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-09-15 08:40:57 +00:00
parent 4970c502f7
commit cf440fc6c9
5 changed files with 2 additions and 0 deletions

View File

@ -110,6 +110,8 @@ NT_TRANSACT_SET_SECURITY_DESC = 3 # Set security descriptor
NT_TRANSACT_NOTIFY_CHANGE = 4 # Start directory watch
NT_TRANSACT_RENAME = 5 # Reserved (Handle-based)
NT_TRANSACT_QUERY_SECURITY_DESC = 6 # Retrieve security
NT_TRANSACT_GET_USER_QUOTA = 7 # Get quota
NT_TRANSACT_SET_USER_QUOTA = 8 # Set quota
# Open Modes
OPEN_MODE_CREAT = 0x10 # Create the file if file does not exists. Otherwise, operation fails.