Contents Index Topic Contents | ||
Previous Topic: GetError Next Topic: GetSiteInfo |
GetParam
HRESULT GetParam( [in, string] LPCWSTR wsParameter [in, out] LPDWORD pdwValueBufLen [out, string] LPWSTR wsValue );Retrieves a parameter value for this site.
- 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.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.