Platform SDK: TAPI |
The get_Scopes method creates a collection of IMcast scopes available. This method is similar to EnumerateScopes, but is used by scripting languages such as Visual Basic.
HRESULT get_Scopes( VARIANT *pVariant );
Value | Meaning |
---|---|
S_OK | Method succeeded. |
E_POINTER | The caller passed in an invalid pointer argument. |
E_FAIL | There are no scopes available. |
E_OUTOFMEMORY | Not enough memory exists to create the required objects. |
Windows NT/2000: Requires Windows 2000.
Version: Requires TAPI 3.0 or later.
Header: Declared in Mdhcp.h.
Library: Use Mdhcpid.lib.