Displaying 1 result from an estimated 1 matches for "compressedname".
2013 Nov 22
4
[PATCH 1/3] Document ntreg_nk_record.flags
...;nk" */
-  uint16_t flags;
+  uint16_t flags;               /* bit 1: HiveExit
+                                   bit 2: HiveEntry == root key
+                                   bit 3: NoDelete
+                                   bit 4: SymbolicLink
+                                   bit 5: CompressedName: Name is encoded
+                                          in ASCII (actually: Latin-1)
+                                          rather than UTF-16.
+                                   bit 6: PredefinedHandle
+                                   bit 7: VirtMirrored
+...