このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


全世界の 機能(する)/行事s in Namespace in Sourcefile registry.h
Language

The 解放する/自由な and Open 生産性 控訴
解放(する)d: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


全世界の 機能(する)/行事s in 全世界の Namespace C++
in Sourcefile registry.h


reg_closeKey
extern "C"
RegError reg_closeKey(
RegKeyHandle hKey );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 の近くにs the 明示するd 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な which will be の近くにd by this 機能(する)/行事.
             The memory of the variable 明示するing the 重要な will be 解放する/自由なd.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_closeRegistry
extern "C"
RegError reg_closeRegistry(
RegHandle hRegistry );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 の近くにs a registry.
Parameters
hRegistry
identifies a 現在/一般に open registry which should be の近くにd.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_closeSubKeys
extern "C"
RegError reg_closeSubKeys(
RegKeyHandle * phSubKeys,
sal_uInt32 nSubKeys );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 の近くにs all subkeys 明示するd in the array.
Parameters
phSubKeys
points to a variable that containss an array of all opened subkeys. 
                  The 配分するd memory of pphSubKeys and all open subkeys will be 解放する/自由なd.
nSubKeys
明示するs the length of the array (the number of subkeys to の近くにd).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_createKey
extern "C"
RegError reg_createKey(
RegKeyHandle hKey,
rtl_uString * keyName,
RegKeyHandle * phNewKey );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 creates the 明示するd 重要な.
Description
If the 重要な already 存在するs in the registry, the 機能(する)/行事 opens the 重要な only.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which will be opened or created by this
                 機能(する)/行事 is a subkey of the 重要な identified by hKey.
    
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な.
    
phNewKey
points to a variable that receives the 扱う of the opened or created 重要な.
                     The memory to 蓄える/店 this variable will be 配分するd and will be 解放する/自由なd by the 機能(する)/行事 
                     reg_closeKey. If the 機能(する)/行事 fails, phNewKey is NULL.
    
Return
REG_NO_ERROR if 後継するs else an error code.

reg_createLink
extern "C"
RegError reg_createLink(
RegKeyHandle hKey,
rtl_uString * linkName,
rtl_uString * linkTarget );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

D E P R E C A T E D
要約
This 機能(する)/行事 used to create a link.
Description
Links are no longer supported.
Return
REG_INVALID_LINK

reg_createRegistry
extern "C"
RegError reg_createRegistry(
rtl_uString * registryName,
RegHandle * phRegistry );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 creates a new registry with the 明示するd 指名する and creates a root 重要な.
Parameters
registryName
points to a null 終結させるd string 明示するing the 指名する of the new registry.
phRegistry
points to a 扱う of the new registry if the 機能(する)/行事 後継するs さもなければ NULL.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_deleteKey
extern "C"
RegError reg_deleteKey(
RegKeyHandle hKey,
rtl_uString * keyName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 削除するs the 明示するd 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な 削除するd by this 機能(する)/行事 
             is a subkey of the 重要な identified by hKey
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which will 
                be 削除するd.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_deleteLink
extern "C"
RegError reg_deleteLink(
RegKeyHandle hKey,
rtl_uString * linkName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

D E P R E C A T E D
要約
This 機能(する)/行事 used to 削除する a link.
Description
Links are no longer supported.
Return
REG_INVALID_LINK

reg_destroyRegistry
extern "C"
RegError reg_destroyRegistry(
RegHandle hRegistry,
rtl_uString * registryName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 destroys a registry.
Parameters
hRegistry
identifies a 現在/一般に open registry.
registryName
明示するs a registry 指名する of a registry which should be destroyed. If the
                     指名する is NULL the registry itselfs will be destroyed.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_dumpRegistry
extern "C"
RegError reg_dumpRegistry(
RegKeyHandle hKey );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 報告(する)/憶測s the 完全にする registry (警察などへの)密告,告訴(状) of a 重要な and all of its subkeys.
Description
All (警察などへの)密告,告訴(状) which are 利用できる (keynames, value types, values, ...) will be printed to stdout for 報告(する)/憶測 問題/発行するs only.
Parameters
hKey
identifies a 現在/一般に open 重要な which content will be 報告(する)/憶測d.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_freeValueList
extern "C"
RegError reg_freeValueList(
RegValueType valueType,
RegValue pValueList,
sal_uInt32 len );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 解放する/自由なs the memory of a value 名簿(に載せる)/表(にあげる).
Parameters
valueType
明示するs the type of the 名簿(に載せる)/表(にあげる) values.
pValueList
a Pointer to the value 名簿(に載せる)/表(にあげる).
len
明示するs the length of the value 名簿(に載せる)/表(にあげる).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getKeyName
extern "C"
RegError reg_getKeyName(
RegKeyHandle hKey,
rtl_uString * * pKeyName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 returns the 指名する of a 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な which 指名する will be returned.
pKeyName
含む/封じ込めるs the keyname if 後継するs else an empty string. 

reg_getKeyType
extern "C"
RegError reg_getKeyType(
RegKeyHandle hKey,
rtl_uString * keyName,
RegKeyType * pKeyType );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 returns the type of a 重要な.
Description
The registry differentiates two possible types: - RG_KEYTYPE 代表するs a real 重要な - RG_LINKTYPE used to 代表する a link (no longer used)
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of the 重要な which keytype
                will be returned.
pKeyType
returns the type of the 重要な.   
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getLinkTarget
extern "C"
RegError reg_getLinkTarget(
RegKeyHandle hKey,
rtl_uString * linkName,
rtl_uString * * pLinkTarget );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

D E P R E C A T E D
要約
This 機能(する)/行事 used to return the linktarget of a link.
Description
Links are no longer supported.
Return
REG_INVALID_LINK

reg_getLongListValue
extern "C"
RegError reg_getLongListValue(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Int32 * * pValueList,
sal_uInt32 * pLen );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 gets the long 名簿(に載せる)/表(にあげる) value of a 重要な.
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be got. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be got.
pValueList
a Pointer to a long value 名簿(に載せる)/表(にあげる) which returns the data of the value.
pLen
returns the length of the value 名簿(に載せる)/表(にあげる).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getName
extern "C"
RegError reg_getName(
RegHandle hRegistry,
rtl_uString * * pName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 returns the 指名する of a registry.
Parameters
hReg
identifies a 現在/一般に open registry whose 指名する will be returned.
pName
returns the 指名する of the registry if the 機能(する)/行事 後継するs さもなければ an empty string. 
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getResolvedKeyName
extern "C"
RegError reg_getResolvedKeyName(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Bool firstLinkOnly,
rtl_uString * * pResolvedName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 解決するs a keyname.
Description
and returns the 解決するd keyName in pResolvedName.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な 明示するd by keyName is a subkey
             of the 重要な identified by hKey.
keyName
points to a null 終結させるd string 明示するing the relativ 指名する of a 重要な.
                The 指名する of hKey together with keyName will be 生成するd.
firstLinkOnly
ignored
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getStringListValue
extern "C"
RegError reg_getStringListValue(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Char * * * pValueList,
sal_uInt32 * pLen );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 gets the string 名簿(に載せる)/表(にあげる) value of a 重要な.
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be got. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be got.
pValueList
a Pointer to an ascii value 名簿(に載せる)/表(にあげる) which returns the data of the value.
pLen
returns the length of the value 名簿(に載せる)/表(にあげる).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getUnicodeListValue
extern "C"
RegError reg_getUnicodeListValue(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Unicode * * * pValueList,
sal_uInt32 * pLen );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 gets the unicode 名簿(に載せる)/表(にあげる) value of a 重要な.
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be got. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be got.
pValueList
a Pointer to an unicode value 名簿(に載せる)/表(にあげる) which returns the data of the value.
pLen
returns the length of the value 名簿(に載せる)/表(にあげる).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getValue
extern "C"
RegError reg_getValue(
RegKeyHandle hKey,
rtl_uString * keyName,
RegValue pData );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 gets the value of a 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which value will be got by this
             機能(する)/行事 is a subkey of the 重要な identified by hKey.
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be got. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be got.
pData
points to an 配分するd memory 封鎖する receiving the data of the value. 
Return
REG_NO_ERROR if 後継するs else an error code.

reg_getValueInfo
extern "C"
RegError reg_getValueInfo(
RegKeyHandle hKey,
rtl_uString * keyName,
RegValueType * pValueType,
sal_uInt32 * pValueSize );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 gets info about type and size of a 重要な value.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which value info will be got by this
             機能(する)/行事 is a subkey of the 重要な identified by hKey.
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be got. If keyName is NULL, then the value info of the 重要な 明示するd by
                hKey will be got.
pValueType
returns the type of the value.
pValueSize
returns the size of the value in bytes
Return
REG_NO_ERROR if 後継するs else an error code.

reg_isReadOnly
extern "C"
sal_Bool reg_isReadOnly(
RegHandle hReg );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 returns the 接近 方式 of the registry.
Parameters
hReg
identifies a 現在/一般に open registry.
Return
TRUE if accessmode is read only else FALSE.

reg_loadKey
extern "C"
RegError reg_loadKey(
RegKeyHandle hKey,
rtl_uString * keyName,
rtl_uString * regFileName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 負担s registry (警察などへの)密告,告訴(状) from a とじ込み/提出する and save it under the 明示するd keyName.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which should 蓄える/店 the registry (警察などへの)密告,告訴(状)
             is a subkey of this 重要な.
keyName
points to a null 終結させるd string 明示するing the 指名する of the 重要な which 蓄える/店s the
                registry (警察などへの)密告,告訴(状). If keyName is NULL the registry (警察などへの)密告,告訴(状) will be saved under
                the 重要な 明示するd by hKey.
regFileName
points to a null 終結させるd string 明示するing the とじ込み/提出する which conains the 
                    registry (警察などへの)密告,告訴(状).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_mergeKey
extern "C"
RegError reg_mergeKey(
RegKeyHandle hKey,
rtl_uString * keyName,
rtl_uString * regFileName,
sal_Bool bWarnings,
sal_Bool bReport );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 合併するs the registry (警察などへの)密告,告訴(状) from a 明示するd source with the (警察などへの)密告,告訴(状) of the 現在/一般に open registry.
Description
All 存在するing 重要なs will be 延長するd and 存在するing 重要な values will be overwritten.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which (警察などへの)密告,告訴(状) is 合併するd by this
             機能(する)/行事 is a subkey of the 重要な identified by hKey.
keyName
points to a null 終結させるd string 明示するing the 指名する of the 重要な which will be 合併するd.
                If keyName is NULL the registry (警察などへの)密告,告訴(状) under the 重要な 明示するd by hKey
                is 合併するd with the 完全にする (警察などへの)密告,告訴(状) from the 明示するd とじ込み/提出する.
regFileName
points to a null 終結させるd string 明示するing the とじ込み/提出する 含む/封じ込めるing the 
                    registry (警察などへの)密告,告訴(状).
bWarnings
if TRUE the 機能(する)/行事 returns an error if a 重要な already 存在するs. 
bReport
if TRUE the 機能(する)/行事 報告(する)/憶測s 警告s on stdout if a 重要な already 存在するs. 
Return
REG_NO_ERROR if 後継するs else an error code.

reg_openKey
extern "C"
RegError reg_openKey(
RegKeyHandle hKey,
rtl_uString * keyName,
RegKeyHandle * phOpenKey );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 opens the 明示するd 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which will be opened by this 機能(する)/行事 
             is a subkey of the 重要な identified by hKey
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な.
phNewKey
points to a variable that receives the 扱う of the opened 重要な. 
                 The memory to 蓄える/店 this variable will be 配分するd and will be 解放する/自由なd by the 機能(する)/行事 
                 reg_closeKey. If the 機能(する)/行事 fails, phNewKey is NULL.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_openRegistry
extern "C"
RegError reg_openRegistry(
rtl_uString * registryName,
RegHandle * phRegistry,
RegAccessMode accessMode );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 opens a registry with the 明示するd 指名する.
Parameters
registryName
points to a null 終結させるd string 明示するing the 指名する of the registry.
phRegistry
points to a hanle of the opened registry if the 機能(する)/行事 後継するs さもなければ NULL.
accessMode
明示するs the accessmode of the registry, REG_READONLY or REG_READWRITE.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_openRootKey
extern "C"
RegError reg_openRootKey(
RegHandle hRegistry,
RegKeyHandle * phRootKey );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 opens the root 重要な of a registry.
Parameters
hReg
identifies a 現在/一般に open registry whose rootKey will be returned.
phRootKey
points to a 扱う of the open root 重要な if the 機能(する)/行事 後継するs さもなければ NULL.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_openSubKeys
extern "C"
RegError reg_openSubKeys(
RegKeyHandle hKey,
rtl_uString * keyName,
RegKeyHandle * * pphSubKeys,
sal_uInt32 * pnSubKeys );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 opens all subkeys of the 明示するd 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な that subkeys will be opened by this 
                 機能(する)/行事 is a subkey of the 重要な identified by hKey
    
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な whose subkeys 
                    will be opened.
    
pphSubKeys
points to a variable that receives an array of all opened subkeys. 
                       The memory to 蓄える/店 this variable will be 配分するd and will be 解放する/自由なd by the 機能(する)/行事 
                       reg_closeSubKeys. If the 機能(する)/行事 fails, pphSubKeys is NULL.
    
pnSubKeys
明示するs the length of the array (the number of open subkeys).
    
Return
REG_NO_ERROR if 後継するs else an error code.

reg_saveKey
extern "C"
RegError reg_saveKey(
RegKeyHandle hKey,
rtl_uString * keyName,
rtl_uString * regFileName );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 saves the registry (警察などへの)密告,告訴(状) under a 明示するd 重要な and all of its subkeys and save it in a registry とじ込み/提出する.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which (警察などへの)密告,告訴(状) is saved by this
             機能(する)/行事 is a subkey of the 重要な identified by hKey.
keyName
points to a null 終結させるd string 明示するing the 指名する of the subkey.
                If keyName is NULL the registry (警察などへの)密告,告訴(状) under the 重要な 明示するd by hKey
                will be saved in the 明示するd とじ込み/提出する.
regFileName
points to a null 終結させるd string 明示するing the とじ込み/提出する which will 含む/封じ込める the 
                    registry (警察などへの)密告,告訴(状).
Return
REG_NO_ERROR if 後継するs else an error code.

reg_setLongListValue
extern "C"
RegError reg_setLongListValue(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Int32 * pValueList,
sal_uInt32 len );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 始める,決めるs an long 名簿(に載せる)/表(にあげる) value of a 重要な.
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be 始める,決める. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be 始める,決める. 
pValueList
points to an array of longs 含む/封じ込めるing the data of the value.
len
明示するs the len of pValueList.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_setStringListValue
extern "C"
RegError reg_setStringListValue(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Char * * pValueList,
sal_uInt32 len );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 始める,決めるs an ascii 名簿(に載せる)/表(にあげる) value of a 重要な.
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be 始める,決める. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be 始める,決める.
pValueList
points to an array of sal_Char* 含む/封じ込めるing the data of the value.
len
明示するs the len of pValueList.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_setUnicodeListValue
extern "C"
RegError reg_setUnicodeListValue(
RegKeyHandle hKey,
rtl_uString * keyName,
sal_Unicode * * pValueList,
sal_uInt32 len );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 始める,決めるs an unicode string 名簿(に載せる)/表(にあげる) value of a 重要な.
Parameters
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be 始める,決める. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be 始める,決める.
pValueList
points to an array of sal_Unicode* 含む/封じ込めるing the data of the value.
len
明示するs the len of pValueList.
Return
REG_NO_ERROR if 後継するs else an error code.

reg_setValue
extern "C"
RegError reg_setValue(
RegKeyHandle hKey,
rtl_uString * keyName,
RegValueType valueType,
RegValue pData,
sal_uInt32 valueSize );

事実上の abstract const volatile template static inline C-結合,連鎖
NO NO NO NO NO NO NO YES

要約
This 機能(する)/行事 始める,決めるs a value of a 重要な.
Parameters
hKey
identifies a 現在/一般に open 重要な. The 重要な which value will be 始める,決める by this
             機能(する)/行事 is a subkey of the 重要な identified by hKey.
keyName
points to a null 終結させるd string 明示するing the 指名する of a 重要な which value
                will be 始める,決める. If keyName is NULL, then the value of the 重要な 明示するd by
                hKey will be 始める,決める.
valueType
明示するs the type of the value.
pData
points to a memory 封鎖する 含む/封じ込めるing the data of the value.
valueSize
明示するs the size of pData in bytes
Return
REG_NO_ERROR if 後継するs else an error code.

最高の,を越す of Page

Apache Software Foundation

Copyright & License | Privacy | 接触する Us | 寄付する | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are 登録(する)d trademarks of The Apache ソフトウェア 創立/基礎. The Apache feather logo is a trademark of The Apache ソフトウェア 創立/基礎. Other 指名するs appearing on the 場所/位置 may be trademarks of their 各々の owners.