Share via


IPlaylistRequestInfo::GetServerVariable Method

The GetServerVariable method returns a single server variable from a collection of server variables associated with the request.

HRESULT
GetServerVariable(
        [in] BSTR                       bstrVarName,
        [out, retval] BSTR              *pbstrVarValue
);

Arguments

bstrVarName

The name of the server variable requested.

pbstrVarValue

The requested server variable.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: playlistprovider.h

Library: playlistprovider.dll

Platform: Windows Server 2008 family