Edit

IProofOfPossessionCookieInfoManager4::GetCookieInfoForUriWithUserAgentId method (proofofpossessioncookieinfo.h)

Note

Some information relates to pre-released product, which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Retrieves cookie information for the supplied URI, with a user id. A case-sensitive string search is performed on the supplied URI. You should free the returned array by using FreeProofOfPossessionCookieInfoArray.

Syntax

HRESULT GetCookieInfoForUriWithUserAgentId(
  [in] LPCWSTR uri,
  [in] LPCWSTR uaClientId,
  [out] DWORD* cookieInfoCount,
  [out, size_is(, *cookieInfoCount)] ProofOfPossessionCookieInfo** cookieInfo
);

Parameters

uri

The URI to retrieve cookie information for. The URI is case-sensitive.

uaClientId

A client id, which will be added to the returned cookie.

cookieInfoCount

The number of cookies found. *cookieInfoCount contains the number of elements in cookieInfo.

cookieInfo

A returned array of cookie information objects. You should free the returned array by using FreeProofOfPossessionCookieInfoArray.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

See also

IProofOfPossessionCookieInfoManager4

Requirements

   
Header proofofpossessioncookieinfo.h