Sync to trunk r39350.
[reactos.git] / reactos / include / ddk / winddk.h
index 33f2560..f55d6bc 100644 (file)
@@ -4541,7 +4541,7 @@ typedef NTSTATUS
 typedef struct _RTL_QUERY_REGISTRY_TABLE {
   PRTL_QUERY_REGISTRY_ROUTINE  QueryRoutine;
   ULONG  Flags;
-  PWSTR  Name;
+  PCWSTR Name;
   PVOID  EntryContext;
   ULONG  DefaultType;
   PVOID  DefaultData;
@@ -5505,7 +5505,7 @@ typedef struct _CONTEXT {
 } CONTEXT;
 
 //
-// Types to use to contain PFNs and their counts.
+// Used to contain PFNs and PFN counts
 //
 typedef ULONG PFN_COUNT;
 typedef ULONG PFN_NUMBER, *PPFN_NUMBER;
@@ -5761,7 +5761,7 @@ typedef struct DECLSPEC_ALIGN(16) _CONTEXT {
 } CONTEXT;
 
 //
-// Types to use to contain PFNs and their counts.
+// Used to contain PFNs and PFN counts
 //
 typedef ULONG PFN_COUNT;
 typedef ULONG64 PFN_NUMBER, *PPFN_NUMBER;
@@ -5888,7 +5888,7 @@ KeGetCurrentProcessorNumber(VOID)
 #elif defined(__PowerPC__)
 
 //
-// Types to use to contain PFNs and their counts.
+// Used to contain PFNs and PFN counts
 //
 typedef ULONG PFN_COUNT;
 typedef ULONG PFN_NUMBER, *PPFN_NUMBER;
@@ -5966,7 +5966,7 @@ KeGetCurrentProcessorNumber(VOID)
 #error MIPS Headers are totally incorrect
 
 //
-// Types to use to contain PFNs and their counts.
+// Used to contain PFNs and PFN counts
 //
 typedef ULONG PFN_COUNT;
 typedef ULONG PFN_NUMBER, *PPFN_NUMBER;