IBandSite::SetBandSiteInfo method
Sets information about the band site.
Syntax
HRESULT SetBandSiteInfo(
[in] BANDSITEINFO *pbsinfo
);
Parameters
- pbsinfo [in]
-
Type: BANDSITEINFO*
The address of a BANDSITEINFO structure that receives the band site information for the object. The dwMask member of this structure specifies what information is being set.
Return value
Type: HRESULT
Returns S_OK if successful, or a COM-defined error code otherwise.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
DLL |
|
See also
Show: