- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for NtTransQuerySecurityDesc (0.38 sec)
-
src/main/java/jcifs/smb1/smb1/SmbFile.java
f = open0(O_RDONLY, READ_CONTROL, 0, isDirectory() ? 1 : 0); /* * NtTrans Query Security Desc Request / Response */ final NtTransQuerySecurityDesc request = new NtTransQuerySecurityDesc(f, 0x04); final NtTransQuerySecurityDescResponse response = new NtTransQuerySecurityDescResponse(); try { send(request, response);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
/* * NtTrans Query Security Desc Request / Response */ final NtTransQuerySecurityDesc request = new NtTransQuerySecurityDesc(getContext().getConfig(), f.getFid(), types); response = th.send(request, response, RequestParam.NO_RETRY); return response.getSecurityDescriptor(); } }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0)