PWSTR -> PCWSTR

svn path=/trunk/; revision=38562
This commit is contained in:
Dmitry Gorbachev 2009-01-04 14:26:59 +00:00
parent 0491ac98be
commit bc752511c5
2 changed files with 2 additions and 2 deletions

View 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;

View file

@ -689,7 +689,7 @@ typedef struct _RTL_QUERY_REGISTRY_TABLE
{
PRTL_QUERY_REGISTRY_ROUTINE QueryRoutine;
ULONG Flags;
PWSTR Name;
PCWSTR Name;
PVOID EntryContext;
ULONG DefaultType;
PVOID DefaultData;