Click to return to the Web Content Management home page    
IWPSiteW::GetError Method     IWPSiteW::GetSiteInfo Met...     IWPSiteW Interface    
Web Workshop  |  Web Content Management

IWPSiteW::GetParam Method


Retrieves a parameter value for this site.

Syntax

HRESULT GetParam(
    LPCWSTR wsParameter,
    LPDWORD pdwValueBufLen,
    LPWSTR wsValue
);

Parameters

wsParameter
Address of a null-terminated string that contains the name of a site parameter.
pdwValueBufLen
Address of a variable that receives the size of the wsValue buffer. If wsValue is NULL, or if the buffer length is short, this variable receives the size, in bytes, of the parameter name.
wsValue
Address of a buffer that receives the value of the parameter queried.

Return Value

Returns S_OK if successful, or an error code otherwise.



Back to topBack to top

Did you find this topic useful? Suggestions for other topics? Write us!

© 1999 Microsoft Corporation. All rights reserved. Terms of use.