Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
ab92afd1
Kaydet (Commit)
ab92afd1
authored
Ock 09, 2006
tarafından
Fredrik Lundh
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
added a couple of missing periods.
üst
ed1e497f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
libwinreg.tex
Doc/lib/libwinreg.tex
+4
-4
No files found.
Doc/lib/libwinreg.tex
Dosyayı görüntüle @
ab92afd1
...
@@ -60,7 +60,7 @@ This module offers the following functions:
...
@@ -60,7 +60,7 @@ This module offers the following functions:
be
\code
{
None
}
. In that case, the handle returned is the same key handle
be
\code
{
None
}
. In that case, the handle returned is the same key handle
passed in to the function.
passed in to the function.
If the key already exists, this function opens the existing key
If the key already exists, this function opens the existing key
.
The return value is the handle of the opened key.
The return value is the handle of the opened key.
If the function fails, an
\exception
{
EnvironmentError
}
exception is
If the function fails, an
\exception
{
EnvironmentError
}
exception is
...
@@ -164,7 +164,7 @@ This module offers the following functions:
...
@@ -164,7 +164,7 @@ This module offers the following functions:
\var
{
key
}
is an already open key, or any of the predefined
\var
{
key
}
is an already open key, or any of the predefined
\constant
{
HKEY
_
*
}
constants.
\constant
{
HKEY
_
*
}
constants.
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to load
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to load
.
\var
{
file
_
name
}
is the name of the file to load registry data from.
\var
{
file
_
name
}
is the name of the file to load registry data from.
This file must have been created with the
\function
{
SaveKey()
}
function.
This file must have been created with the
\function
{
SaveKey()
}
function.
...
@@ -192,14 +192,14 @@ This module offers the following functions:
...
@@ -192,14 +192,14 @@ This module offers the following functions:
\var
{
key
}
is an already open key, or any one of the predefined
\var
{
key
}
is an already open key, or any one of the predefined
\constant
{
HKEY
_
*
}
constants.
\constant
{
HKEY
_
*
}
constants.
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to open
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to open
.
\var
{
res
}
is a reserved integer, and must be zero. The default is zero.
\var
{
res
}
is a reserved integer, and must be zero. The default is zero.
\var
{
sam
}
is an integer that specifies an access mask that describes
\var
{
sam
}
is an integer that specifies an access mask that describes
the desired security access for the key. Default is
\constant
{
KEY
_
READ
}
the desired security access for the key. Default is
\constant
{
KEY
_
READ
}
The result is a new handle to the specified key
The result is a new handle to the specified key
.
If the function fails,
\exception
{
EnvironmentError
}
is raised.
If the function fails,
\exception
{
EnvironmentError
}
is raised.
\end{funcdesc}
\end{funcdesc}
...
...
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