IAdminIndexServer::GetSZProperty method
[Indexing Service is no longer supported as of Windows XP and is unavailable for use as of Windows 8. Instead, use Windows Search for client side search and Microsoft Search Server Express for server side search.]
Retrieves a content index registry value of type REG_SZ, as described in Registry Entries.
Syntax
HRESULT GetSZProperty(
[in] BSTR bstrPropName,
[out, retval] BSTR *pbstrVal
);
Parameters
-
bstrPropName [in]
-
The name of an existing registry value.
-
pbstrVal [out, retval]
-
The retrieved value.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
The registry value name must already exist for the Indexing Service entry. Attempting to retrieve the value of a nonexistent property results in the creation of an error object with the Number property set to E_FAIL.
Requirements
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
End of client support |
Windows 7 |
End of server support |
Windows Server 2008 R2 |
DLL |
|
See also