Retrieves the default information associated with a subscription type.
Syntax
HRESULT GetDefaultInfo( SUBSCRIPTIONTYPE subType, SUBSCRIPTIONINFO *pInfo );
Parameters
- subType
- [in] SUBSCRIPTIONTYPE value that contains the subscription type.
- pInfo
- [in] Address of a SUBSCRIPTIONINFO structure that contains the default information for the specified subscription type.
Return Value
Returns S_OK if successful, or an error code otherwise.