Directory Services

IPersistQuery::WriteString

The IPersistQuery::WriteString method writes a string to the query store.

HRESULT WriteString( 
  LPCWSTR pSection,
  LPCWSTR pValueName,
  LPCWSTR pValue
);

Parameters

pSection
[in] Pointer to a null-terminated Unicode string that represents the section name that the string should be written to.
pValueName
[in] Pointer to a null-terminated Unicode string that represents the name of the string value.
pValue
[in] Pointer to a null-terminated Unicode string that contains the string to be written.

Return Values

Returns S_OK if successful or a standard HRESULT value otherwise. Possible error codes include the following.
Return Code Description
E_FAIL The string value cannot be written.
E_INVALDIARG One or more parameters are invalid.

Requirements

Client: Included in Windows XP and Windows 2000 Professional.
Server: Included in Windows Server 2003 and Windows 2000 Server.
Header: Declared in Cmnquery.h.

See Also

IPersistQuery, Active Directory Display Interfaces