Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
d347ebe1
Commit
d347ebe1
authored
Apr 06, 2007
by
Lei Zhang
Committed by
Alexandre Julliard
Apr 07, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
advapi32: Spelling fixes.
parent
a9e04dd8
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
crypt.c
dlls/advapi32/crypt.c
+2
-2
registry.c
dlls/advapi32/registry.c
+4
-4
No files found.
dlls/advapi32/crypt.c
View file @
d347ebe1
...
...
@@ -987,7 +987,7 @@ BOOL WINAPI CryptDuplicateKey (HCRYPTKEY hKey, DWORD *pdwReserved, DWORD dwFlags
* Encrypts data.
*
* PARAMS
* hKey [I] Handle to the enryption key.
* hKey [I] Handle to the en
c
ryption key.
* hHash [I] Handle to a hash object.
* Final [I] TRUE if this is the last section to encrypt.
* dwFlags [I] Can be CRYPT_OAEP.
...
...
@@ -1027,7 +1027,7 @@ BOOL WINAPI CryptEncrypt (HCRYPTKEY hKey, HCRYPTHASH hHash, BOOL Final,
/******************************************************************************
* CryptEnumProvidersW (ADVAPI32.@)
*
* Returns the next availabe CSP.
* Returns the next availab
l
e CSP.
*
* PARAMS
* dwIndex [I] Index of the next provider to be enumerated.
...
...
dlls/advapi32/registry.c
View file @
d347ebe1
...
...
@@ -566,7 +566,7 @@ LONG WINAPI RegEnumKeyExA( HKEY hkey, DWORD index, LPSTR name, LPDWORD name_len,
/******************************************************************************
* RegEnumKeyW [ADVAPI32.@]
*
* Enumerates subk
ye
s of the specified open reg key.
* Enumerates subk
ey
s of the specified open reg key.
*
* PARAMS
* hKey [I] Handle to an open key.
...
...
@@ -805,7 +805,7 @@ LONG WINAPI RegQueryMultipleValuesW( HKEY hkey, PVALENTW val_list, DWORD num_val
* lpcMaxValueNameLen [O] Size of the key's longest value name in TCHARS.
* lpcMaxValueLen [O] Longest data component among the key's values
* lpcbSecurityDescriptor [O] Size of the key's security descriptor.
* lpftLastWriteTime [O] FILETIME struc
ut
re that is the last write time.
* lpftLastWriteTime [O] FILETIME struc
tu
re that is the last write time.
*
* RETURNS
* Success: ERROR_SUCCESS
...
...
@@ -2264,7 +2264,7 @@ LONG WINAPI RegFlushKey( HKEY hkey )
/******************************************************************************
* RegConnectRegistryW [ADVAPI32.@]
*
* Establish
e
a connection to a predefined registry key on another computer.
* Establish a connection to a predefined registry key on another computer.
*
* PARAMS
* lpMachineName [I] Address of name of remote computer
...
...
@@ -2373,7 +2373,7 @@ LONG WINAPI RegNotifyChangeKeyValue( HKEY hkey, BOOL fWatchSubTree,
*
* PARAMS
* hToken [I] Handle of token representing the user
* dwOptions [I] Reserved,
n
ust be 0
* dwOptions [I] Reserved,
m
ust be 0
* samDesired [I] Desired access rights
* phkResult [O] Destination for the resulting key handle
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment