IVoiceDictation::SiteInfoGet

HRESULT SiteInfoGet(PCTSTR pszSite, PVDCTSITEINFO pSiteInfo);

Given the name of a site, this returns properties about the site.

· Returns NOERROR if successful, or one of these error values:

E_INVALIDARG
E_OUTOFMEMORY

pszSite

[in] Site name. If this is NULL or an empty string the default site, "Local PC", will be used. If the site does not exist an error will be returned.

pSiteInfo

[out] Filled in with the site information.