Retrieves the site information for the current object.
Syntax
HRESULT GetSiteInfo( LPWPSITEINFO pbSite, LPDWORD pdwSiteBufLen );
Parameters
- pbSite
- Address of a buffer that receives a WPSITEINFO structure containing the site information.
- pdwSiteBufLen
- Address of a variable that contains the size, in bytes, of the pbSite buffer.
Return Value
Returns S_OK if successful, or an error code otherwise.
Remarks
With version 1.5, implementation of this function has become optional, because site management should be done with the Web Publishing API.