Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Writes string data to the registry.
BOOL WriteString(
LPCTSTR lpszEntry,
LPCTSTR lpszValue
);
Parameters
[in] lpszEntry
A string that contains the name of a registry key.[in] lpszValue
The data to store.
Return Value
TRUE if this method is successful; otherwise FALSE.
Remarks
The lpszEntry parameter is the name of a registry entry located under the default registry key for your application. To get or set the default registry key, use the methods CWinAppEx::GetRegistryBase and CWinAppEx::SetRegistryBase respectively.
If the key specified by lspzEntry does not exist, this method will create it.
Requirements
Header: afxwinappex.h